upgrade dependencies

This commit is contained in:
Andreas Hubel 2023-09-23 12:56:14 +02:00
commit 4be0ee36b4
7 changed files with 19231 additions and 46 deletions

View file

@ -1,32 +1,32 @@
{
"name": "eva-frontend",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"proxy": "https://spaceapi.ccc.de",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"classnames": "^2.2.6",
"leaflet": "^1.7.1",
"moment": "^2.29.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-leaflet": "^2.7.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-tap-event-plugin": "^3.0.3",
"react-virtualized": "^9.22.2",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.3.0",
"rrule": "^2.6.6",
"superagent": "^6.1.0"
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"classnames": "^2.3.2",
"leaflet": "^1.9.4",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-leaflet": "^2.8.0",
"react-redux": "^7.2.9",
"react-router-dom": "^6.16.0",
"react-virtualized": "^9.22.5",
"redux": "^4.2.1",
"redux-actions": "^3.0.0",
"redux-thunk": "^2.4.2",
"rrule": "^2.7.2",
"superagent": "^8.1.2"
},
"devDependencies": {
"react-scripts": "3.4.3"
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"start": "GENERATE_SOURCEMAP=false react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"