mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-08 12:07:27 +08:00
Update JavaScript dependencies
This commit is contained in:
parent
cbd97f1463
commit
f6192cc74a
5326
package-lock.json
generated
5326
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@ -5,24 +5,24 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@emotion/cache": "^11.13.1",
|
||||
"@emotion/react": "^11.13.0",
|
||||
"@emotion/react": "^11.13.3",
|
||||
"@emotion/styled": "^11.13.0",
|
||||
"@mapbox/mapbox-gl-draw": "^1.4.3",
|
||||
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
|
||||
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
|
||||
"@mui/icons-material": "^5.16.5",
|
||||
"@maplibre/maplibre-gl-geocoder": "^1.7.0",
|
||||
"@mui/icons-material": "^5.16.7",
|
||||
"@mui/lab": "^5.0.0-alpha.173",
|
||||
"@mui/material": "^5.16.5",
|
||||
"@mui/styles": "^5.16.5",
|
||||
"@mui/material": "^5.16.7",
|
||||
"@mui/styles": "^5.16.7",
|
||||
"@reduxjs/toolkit": "^2.2.7",
|
||||
"@tmcw/togeojson": "^5.8.1",
|
||||
"@turf/circle": "^7.0.0",
|
||||
"@turf/turf": "^7.0.0",
|
||||
"@turf/circle": "^7.1.0",
|
||||
"@turf/turf": "^7.1.0",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"dayjs": "^1.11.12",
|
||||
"dayjs": "^1.11.13",
|
||||
"events": "^3.3.0",
|
||||
"mapbox-gl": "^1.13.3",
|
||||
"maplibre-gl": "^4.5.0",
|
||||
"maplibre-gl": "^4.7.0",
|
||||
"maplibre-google-maps": "^1.1.0",
|
||||
"react": "^18.3.1",
|
||||
"react-country-flag": "3.1.0",
|
||||
@ -30,15 +30,15 @@
|
||||
"react-draggable": "^4.4.6",
|
||||
"react-mui-dropzone": "^4.0.7",
|
||||
"react-redux": "^9.1.2",
|
||||
"react-router-dom": "^6.25.1",
|
||||
"react-router-dom": "^6.26.2",
|
||||
"react-virtualized-auto-sizer": "^1.0.24",
|
||||
"react-window": "^1.8.10",
|
||||
"recharts": "^2.12.7",
|
||||
"redux": "^5.0.1",
|
||||
"stylis": "^4.3.2",
|
||||
"stylis": "^4.3.4",
|
||||
"stylis-plugin-rtl": "^2.1.1",
|
||||
"vite": "^5.3.5",
|
||||
"vite-plugin-pwa": "^0.20.1",
|
||||
"vite": "^5.4.5",
|
||||
"vite-plugin-pwa": "^0.20.5",
|
||||
"vite-plugin-svgr": "^4.2.0",
|
||||
"wellknown": "^0.5.0"
|
||||
},
|
||||
@ -61,12 +61,12 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vite-pwa/assets-generator": "^0.2.4",
|
||||
"@vite-pwa/assets-generator": "^0.2.6",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.9.0",
|
||||
"eslint-plugin-react": "^7.35.0",
|
||||
"eslint-plugin-import": "^2.30.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.0",
|
||||
"eslint-plugin-react": "^7.36.1",
|
||||
"eslint-plugin-react-hooks": "^4.6.2"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user