Update webpack and leaflet

This commit is contained in:
uwap 2022-11-23 11:31:40 +01:00
parent 60178de93b
commit dd198d8aaa
6 changed files with 1123 additions and 2848 deletions

View file

@ -14,14 +14,15 @@
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mdi/react": "^1.4.0",
"@mui/material": "^5.10.15",
"@mui/styles": "^5.10.15",
"leaflet": "^1.5.1",
"mqtt": "^4.2.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-leaflet": "^2.4.0"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
@ -31,29 +32,32 @@
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0-rc.1",
"@babel/preset-react": "^7.0.0-rc.1",
"@mdi/js": "^5.6.55",
"@mdi/js": "^7.0.96",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"babel-loader": "^9.1.0",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.6.0",
"css-loader": "^4.3.0",
"eslint": "^7.10.0",
"eslint-plugin-flowtype": "^5.2.0",
"css-loader": "^6.7.2",
"eslint": "^8.28.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^4.1.2",
"file-loader": "^6.1.0",
"flow": "^0.2.3",
"flow-bin": "^0.135.0",
"flow-bin": "^0.193.0",
"flow-typed": "^3.2.1",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.3.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.2",
"lodash-es": "^4.17.15",
"style-loader": "^1.3.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.7.2",
"webpack-shell-plugin-next": "^1.2.0"
"process": "^0.11.10",
"style-loader": "^3.3.1",
"url": "^0.11.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1",
"webpack-shell-plugin-next": "^2.3.1"
},
"license": "MIT"
}