fix: bumps @types/react down to v17 for compatibility

This commit is contained in:
Mark Mankarious
2023-08-05 09:50:52 +01:00
parent c89bd0908c
commit 9814af2756
3 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@@ -34,7 +34,7 @@
"@types/jest": "^27.5.2",
"@types/jsdom": "^21.1.0",
"@types/pathfinding": "^0.0.6",
"@types/react": "^18.0.28",
"@types/react": "^17.0.62",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.2",
"@types/webpack-env": "^1.18.0",
@@ -2830,9 +2830,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.0.28",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.28.tgz",
"integrity": "sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==",
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@@ -16684,9 +16684,9 @@
"dev": true
},
"@types/react": {
"version": "18.0.28",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.28.tgz",
"integrity": "sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==",
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"requires": {
"@types/prop-types": "*",
"@types/scheduler": "*",

View File

@@ -26,7 +26,7 @@
"@types/jest": "^27.5.2",
"@types/jsdom": "^21.1.0",
"@types/pathfinding": "^0.0.6",
"@types/react": "^18.0.28",
"@types/react": "^17.0.62",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.2",
"@types/webpack-env": "^1.18.0",

View File

@@ -16,7 +16,7 @@
"strict": true,
},
"exclude": [
"node_modules",
"./node_modules",
],
"include": [
"src/**/*.ts",