chore: align router dependency

This commit is contained in:
Anton Tranelis 2025-06-27 11:18:44 +02:00
parent 9b1ba34932
commit 0fa7d6076c
4 changed files with 4 additions and 21 deletions

View File

@ -11471,7 +11471,7 @@
"react-leaflet-cluster": "^2.1.0", "react-leaflet-cluster": "^2.1.0",
"react-markdown": "^9.0.1", "react-markdown": "^9.0.1",
"react-photo-album": "^3.0.2", "react-photo-album": "^3.0.2",
"react-router-dom": "^6.16.0", "react-router-dom": "^6.23.0",
"react-toastify": "^9.1.3", "react-toastify": "^9.1.3",
"remark-breaks": "^4.0.0", "remark-breaks": "^4.0.0",
"tiptap-markdown": "^0.8.10", "tiptap-markdown": "^0.8.10",

View File

@ -23,6 +23,7 @@ export default defineConfig({
tailwindcss(), tailwindcss(),
], ],
resolve: { resolve: {
dedupe: ['react', 'react-dom', 'react-router-dom'],
alias: { alias: {
'utopia-ui': path.resolve(__dirname, '../lib/src'), 'utopia-ui': path.resolve(__dirname, '../lib/src'),
'#components': path.resolve(__dirname, '../lib/src/Components'), '#components': path.resolve(__dirname, '../lib/src/Components'),

18
lib/package-lock.json generated
View File

@ -37,7 +37,6 @@
"react-leaflet-cluster": "^2.1.0", "react-leaflet-cluster": "^2.1.0",
"react-markdown": "^9.0.1", "react-markdown": "^9.0.1",
"react-photo-album": "^3.0.2", "react-photo-album": "^3.0.2",
"react-router-dom": "^6.16.0",
"react-toastify": "^9.1.3", "react-toastify": "^9.1.3",
"remark-breaks": "^4.0.0", "remark-breaks": "^4.0.0",
"tiptap-markdown": "^0.8.10", "tiptap-markdown": "^0.8.10",
@ -11344,23 +11343,6 @@
"react": ">=16.8" "react": ">=16.8"
} }
}, },
"node_modules/react-router-dom": {
"version": "6.29.0",
"resolved": "https://registry.npmjs.org/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-toastify": { "node_modules/react-toastify": {
"version": "9.1.3", "version": "9.1.3",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.3.tgz", "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.3.tgz",

View File

@ -94,7 +94,8 @@
}, },
"peerDependencies": { "peerDependencies": {
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0",
"react-router-dom": "^6.23.0"
}, },
"dependencies": { "dependencies": {
"@heroicons/react": "^2.0.17", "@heroicons/react": "^2.0.17",
@ -125,7 +126,6 @@
"react-leaflet-cluster": "^2.1.0", "react-leaflet-cluster": "^2.1.0",
"react-markdown": "^9.0.1", "react-markdown": "^9.0.1",
"react-photo-album": "^3.0.2", "react-photo-album": "^3.0.2",
"react-router-dom": "^6.16.0",
"react-toastify": "^9.1.3", "react-toastify": "^9.1.3",
"remark-breaks": "^4.0.0", "remark-breaks": "^4.0.0",
"tiptap-markdown": "^0.8.10", "tiptap-markdown": "^0.8.10",