diff --git a/package.json b/package.json index 6d46c95f4b0..aea0acd5e7f 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,8 @@ } }, "overrides": { - "@types/eslint": "^8" + "@types/eslint": "^8", + "@types/react": "^17" } }, "packageManager": "pnpm@7.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e7e5cb2822f..ec2697210fa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,6 +5,7 @@ neverBuiltDependencies: overrides: '@types/eslint': ^8 + '@types/react': ^17 importers: @@ -18,7 +19,7 @@ importers: '@types/fs-extra': ^9.0.13 '@types/lodash-es': ^4.17.6 '@types/node': ^17.0.21 - '@types/react': ^17.0.40 + '@types/react': ^17 '@types/react-dom': ^17.0.13 '@types/react-router-dom': ^5.3.3 '@types/react-virtualized': ^9.21.20 @@ -4803,7 +4804,7 @@ packages: /@types/loadable__component/5.13.4: resolution: {integrity: sha512-YhoCCxyuvP2XeZNbHbi8Wb9EMaUJuA2VGHxJffcQYrJKIKSkymJrhbzsf9y4zpTmr5pExAAEh5hbF628PAZ8Dg==} dependencies: - '@types/react': 18.0.8 + '@types/react': 17.0.44 dev: true /@types/lodash-es/4.17.6: @@ -4823,7 +4824,7 @@ packages: /@types/markdown-to-jsx/6.11.3: resolution: {integrity: sha512-30nFYpceM/ZEvhGiqWjm5quLUxNeld0HCzJEXMZZDpq53FPkS85mTwkWtCXzCqq8s5JYLgM5W392a02xn8Bdaw==} dependencies: - '@types/react': 18.0.8 + '@types/react': 17.0.44 dev: true /@types/mdast/3.0.10: @@ -4926,7 +4927,7 @@ packages: /@types/reach__router/1.3.10: resolution: {integrity: sha512-iHAFGaVOrWi00/q7oBybggGsz5TOmwOW4M1H9sT7i9lly4qFC8XOgsdf6jUsoaOz2sknFHALEtZqCoDbokdJ2Q==} dependencies: - '@types/react': 18.0.8 + '@types/react': 17.0.44 dev: true /@types/react-dom/17.0.16: @@ -4947,19 +4948,19 @@ packages: resolution: {integrity: sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.8 + '@types/react': 17.0.44 dev: true /@types/react-syntax-highlighter/11.0.5: resolution: {integrity: sha512-VIOi9i2Oj5XsmWWoB72p3KlZoEbdRAcechJa8Ztebw7bDl2YmR+odxIqhtJGp1q2EozHs02US+gzxJ9nuf56qg==} dependencies: - '@types/react': 18.0.8 + '@types/react': 17.0.44 dev: true /@types/react-transition-group/4.4.4: resolution: {integrity: sha512-7gAPz7anVK5xzbeQW9wFBDg7G++aPLAFY0QaSMOou9rJZpbuI58WAuJrgu+qR92l61grlnCUe7AFX8KGahAgug==} dependencies: - '@types/react': 18.0.8 + '@types/react': 17.0.44 dev: true /@types/react-virtualized/9.21.21: @@ -4977,14 +4978,6 @@ packages: csstype: 3.0.11 dev: true - /@types/react/18.0.8: - resolution: {integrity: sha512-+j2hk9BzCOrrOSJASi5XiOyBbERk9jG5O73Ya4M0env5Ixi6vUNli4qy994AINcEF+1IEHISYFfIT4zwr++LKw==} - dependencies: - '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.2 - csstype: 3.0.11 - dev: true - /@types/resize-observer-browser/0.1.7: resolution: {integrity: sha512-G9eN0Sn0ii9PWQ3Vl72jDPgeJwRWhv2Qk/nQkJuWmRmOB4HX3/BhD5SE1dZs/hzPZL/WKnvF0RHdTSG54QJFyg==} dev: false