Update NPM dependencies.

New versions of react and leaflet, along with a lot of other packages.
I'm hoping that the newest react-leaflet might let use solve the carrier
drag and drop issues in a less hacky way, since that's the cause of
https://github.com/dcs-liberation/dcs_liberation/issues/2388.
This commit is contained in:
Dan Albert
2022-09-27 22:01:19 -07:00
committed by Raffson
parent 326291e708
commit 07425ea04f
3 changed files with 3607 additions and 2733 deletions

View File

@@ -6,28 +6,28 @@
"license": "LGPL-3.0-or-later",
"homepage": ".",
"dependencies": {
"@reduxjs/toolkit": "^1.7.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/react": "^16.14.23",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.22",
"axios": "^0.26.0",
"@reduxjs/toolkit": "^1.8.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.1.2",
"@types/node": "^18.8.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"axios": "^1.1.2",
"electron-window-state": "^5.0.3",
"esri-leaflet": "^3.0.7",
"leaflet": "^1.7.1",
"esri-leaflet": "^3.0.8",
"leaflet": "^1.9.2",
"leaflet-ruler": "^1.0.0",
"milsymbol": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-esri-leaflet": "^1.3.1",
"react-leaflet": "^3.2.5",
"react-redux": "^7.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-esri-leaflet": "^2.0.1",
"react-leaflet": "^4.1.0",
"react-redux": "^8.0.4",
"redux-logger": "^3.0.6",
"typescript": "~4.1.5"
"typescript": "~4.8.4"
},
"scripts": {
"start": "react-scripts start",
@@ -61,17 +61,17 @@
]
},
"devDependencies": {
"@rtk-query/codegen-openapi": "^1.0.0-alpha.1",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/leaflet": "^1.7.9",
"@rtk-query/codegen-openapi": "^1.0.0",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/leaflet": "^1.8.0",
"@types/redux-logger": "^3.0.9",
"@types/websocket": "^1.0.5",
"electron": "^17.2.0",
"electron": "^21.1.0",
"electron-is-dev": "^2.0.0",
"generate-license-file": "^1.3.0",
"generate-license-file": "^2.0.0",
"license-checker": "^25.0.1",
"react-scripts": "5.0.0",
"ts-node": "^10.7.0",
"react-scripts": "5.0.1",
"ts-node": "^10.9.1",
"wait-on": "^6.0.1"
}
}