Update npm dependencies

This commit is contained in:
c-bata
2021-06-08 22:29:26 +09:00
parent dc437e737c
commit c9cbcd7e4e
2 changed files with 5202 additions and 909 deletions
+5182 -889
View File
File diff suppressed because it is too large Load Diff
+20 -20
View File
@@ -15,29 +15,29 @@
"author": "Masashi Shibata",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"notistack": "^1.0.1",
"plotly.js-dist": "^1.57.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"notistack": "^1.0.9",
"plotly.js-dist": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"recoil": "0.0.13"
"recoil": "^0.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@types/plotly.js": "^1.50.22",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.19.0",
"prettier": "^2.1.2",
"ts-loader": "^8.0.6",
"typescript": "^4.1.4",
"webpack": "^5.1.3",
"webpack-cli": "^4.1.0"
"@babel/core": "^7.14.3",
"@types/plotly.js": "^1.54.10",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"eslint": "^7.28.0",
"prettier": "^2.3.1",
"ts-loader": "^8.3.0",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2"
}
}