mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-25 23:49:10 -05:00
fix: bumps @types/react down to v17 for compatibility
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -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": "*",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"strict": true,
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"./node_modules",
|
||||
],
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
|
||||
Reference in New Issue
Block a user