|
@@ -12,6 +12,7 @@
|
|
"react-dom": "^18.2.0"
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
|
+ "@types/node": "^20.10.3",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
@@ -1133,6 +1134,15 @@
|
|
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
"dev": true
|
|
"dev": true
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@types/node": {
|
|
|
|
+ "version": "20.10.3",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.3.tgz",
|
|
|
|
+ "integrity": "sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "undici-types": "~5.26.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@types/prop-types": {
|
|
"node_modules/@types/prop-types": {
|
|
"version": "15.7.11",
|
|
"version": "15.7.11",
|
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz",
|
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz",
|
|
@@ -2980,6 +2990,12 @@
|
|
"node": ">=14.17"
|
|
"node": ">=14.17"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/undici-types": {
|
|
|
|
+ "version": "5.26.5",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
|
|
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
|
|
+ "dev": true
|
|
|
|
+ },
|
|
"node_modules/update-browserslist-db": {
|
|
"node_modules/update-browserslist-db": {
|
|
"version": "1.0.13",
|
|
"version": "1.0.13",
|
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
|
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
|