Remove unnecessary pins
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
"ml-matrix": "^6.12.0",
|
||||
"p-debounce": "^4.0.0",
|
||||
"photoswipe": "file:./thirdparty/photoswipe",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-dropzone": "^14.3.5",
|
||||
"react-select": "^5.9.0",
|
||||
"react-top-loading-bar": "^3.0.2",
|
||||
@@ -38,8 +38,8 @@
|
||||
"@types/leaflet": "^1.9.15",
|
||||
"@types/node": "^20",
|
||||
"@types/photoswipe": "^4.1.1",
|
||||
"@types/react": "19.0.2",
|
||||
"@types/react-dom": "19.0.2",
|
||||
"@types/react": "^19.0.2",
|
||||
"@types/react-dom": "^19.0.2",
|
||||
"@types/react-virtualized-auto-sizer": "^1.0.4",
|
||||
"@types/react-window": "^1.8.8"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@/utils": "*",
|
||||
"@emotion/react": "11.14.0",
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.0",
|
||||
"@mui/icons-material": "^6.3.1",
|
||||
"@mui/material": "^6.3.1",
|
||||
@@ -15,16 +15,16 @@
|
||||
"idb": "^8.0.1",
|
||||
"libsodium-wrappers-sumo": "^0.7.15",
|
||||
"nanoid": "^5.0.9",
|
||||
"next": "15.1.3",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"next": "^15.1.3",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-i18next": "^15.4.0",
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@/build-config": "*",
|
||||
"@types/libsodium-wrappers-sumo": "^0.7.8",
|
||||
"@types/react": "19.0.2",
|
||||
"@types/react-dom": "19.0.2"
|
||||
"@types/react": "^19.0.2",
|
||||
"@types/react-dom": "^19.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
"@mui/x-date-pickers": "^7.23.3",
|
||||
"dayjs": "^1.11.13",
|
||||
"formik": "^2.4.6",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0"
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@/build-config": "*"
|
||||
|
||||
Reference in New Issue
Block a user