Update dependencies
This commit is contained in:
parent
c7d0adf780
commit
204fc582f3
4 changed files with 22 additions and 16 deletions
|
|
@ -3,27 +3,27 @@
|
|||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^4.9.1",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"classnames": "^2.2.6",
|
||||
"leaflet": "^1.6.0",
|
||||
"moment": "^2.24.0",
|
||||
"leaflet": "^1.7.1",
|
||||
"moment": "^2.29.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0",
|
||||
"react-leaflet": "^2.6.1",
|
||||
"react-redux": "^7.1.3",
|
||||
"react-router-dom": "^5.1.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.21.2",
|
||||
"react-virtualized": "^9.22.2",
|
||||
"redux": "^4.0.5",
|
||||
"redux-actions": "^2.6.5",
|
||||
"redux-thunk": "^2.3.0",
|
||||
"rrule": "^2.6.4",
|
||||
"superagent": "^5.2.1"
|
||||
"rrule": "^2.6.6",
|
||||
"superagent": "^6.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"react-scripts": "3.3.1"
|
||||
"react-scripts": "3.4.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue