|
@@ -12,8 +12,9 @@
|
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
|
"@testing-library/react": "^16.2.0",
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
- "react": "^19.0.0",
|
|
|
- "react-dom": "^19.0.0",
|
|
|
+ "react": "^18.3.1",
|
|
|
+ "react-dom": "^18.3.1",
|
|
|
+ "react-router-dom": "^6.29.0",
|
|
|
"react-scripts": "5.0.1",
|
|
|
"web-vitals": "^2.1.4"
|
|
|
}
|
|
@@ -3103,6 +3104,15 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@remix-run/router": {
|
|
|
+ "version": "1.22.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@remix-run/router/-/router-1.22.0.tgz",
|
|
|
+ "integrity": "sha512-MBOl8MeOzpK0HQQQshKB7pABXbmyHizdTpqnrIseTbsv0nAepwC2ENZa1aaBExNQcpLoXmWthhak8SABLzvGPw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@rollup/plugin-babel": {
|
|
|
"version": "5.3.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
|
|
@@ -13767,10 +13777,13 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/react": {
|
|
|
- "version": "19.0.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/react/-/react-19.0.0.tgz",
|
|
|
- "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==",
|
|
|
+ "version": "18.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz",
|
|
|
+ "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
|
"license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "loose-envify": "^1.1.0"
|
|
|
+ },
|
|
|
"engines": {
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
@@ -13904,15 +13917,16 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/react-dom": {
|
|
|
- "version": "19.0.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.0.0.tgz",
|
|
|
- "integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==",
|
|
|
+ "version": "18.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-18.3.1.tgz",
|
|
|
+ "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "scheduler": "^0.25.0"
|
|
|
+ "loose-envify": "^1.1.0",
|
|
|
+ "scheduler": "^0.23.2"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
- "react": "^19.0.0"
|
|
|
+ "react": "^18.3.1"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/react-error-overlay": {
|
|
@@ -13936,6 +13950,38 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/react-router": {
|
|
|
+ "version": "6.29.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/react-router/-/react-router-6.29.0.tgz",
|
|
|
+ "integrity": "sha512-DXZJoE0q+KyeVw75Ck6GkPxFak63C4fGqZGNijnWgzB/HzSP1ZfTlBj5COaGWwhrMQ/R8bXiq5Ooy4KG+ReyjQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@remix-run/router": "1.22.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": ">=16.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/react-router-dom": {
|
|
|
+ "version": "6.29.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-6.29.0.tgz",
|
|
|
+ "integrity": "sha512-pkEbJPATRJ2iotK+wUwHfy0xs2T59YPEN8BQxVCPeBZvK7kfPESRc/nyxzdcxR17hXgUPYx2whMwl+eo9cUdnQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@remix-run/router": "1.22.0",
|
|
|
+ "react-router": "6.29.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": ">=16.8",
|
|
|
+ "react-dom": ">=16.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/react-scripts": {
|
|
|
"version": "5.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/react-scripts/-/react-scripts-5.0.1.tgz",
|
|
@@ -14612,10 +14658,13 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/scheduler": {
|
|
|
- "version": "0.25.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.25.0.tgz",
|
|
|
- "integrity": "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==",
|
|
|
- "license": "MIT"
|
|
|
+ "version": "0.23.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.23.2.tgz",
|
|
|
+ "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "loose-envify": "^1.1.0"
|
|
|
+ }
|
|
|
},
|
|
|
"node_modules/schema-utils": {
|
|
|
"version": "4.3.0",
|