56c6707d02
Removes [path-to-regexp](https://github.com/pillarjs/path-to-regexp). It's no longer used after updating ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). These dependencies need to be updated together. Removes `path-to-regexp` Updates `react-router-dom` from 5.3.4 to 6.26.2 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.2/packages/react-router-dom) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect - dependency-name: react-router-dom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
931 B
JSON
34 lines
931 B
JSON
{
|
|
"name": "erratic-gate",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node ./build.js",
|
|
"check": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@craftamap/esbuild-plugin-html": "^0.6.1",
|
|
"@types/deepmerge": "^2.2.0",
|
|
"@types/mainloop.js": "^1.0.5",
|
|
"@types/node": "^20.8.9",
|
|
"@types/react-dom": "^18.2.14",
|
|
"@types/react-router-dom": "^4.3.4",
|
|
"esbuild": "^0.19.5",
|
|
"esbuild-sass-plugin": "^2.16.0",
|
|
"typescript": "^5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@eix-js/utils": "0.0.6",
|
|
"@material-ui/core": "^4.2.1",
|
|
"deepmerge": "^4.0.0",
|
|
"keycode": "^2.2.0",
|
|
"mainloop.js": "^1.0.4",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-router-dom": "^6.26.2",
|
|
"react-toastify": "^5.3.2",
|
|
"rxjs": "^6.5.2",
|
|
"rxjs-hooks": "^0.5.1"
|
|
}
|
|
}
|