Skip to content

Commit 951bd4f

Browse files
chore: update npm dependencies
1 parent 3fb8417 commit 951bd4f

File tree

2 files changed

+146
-156
lines changed

2 files changed

+146
-156
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"watch": "yarn kill && NODE_ENV=none DEV_SERVER_PORT=$npm_package_port webpack serve"
3333
},
3434
"dependencies": {
35-
"@material-ui/core": "^4.11.0",
35+
"@material-ui/core": "^4.11.1",
3636
"@technote-space/ga-framework": "^0.14.10",
3737
"@technote-space/genetic-algorithms-js": "^0.8.10",
3838
"axios": "^0.21.0",
@@ -44,7 +44,7 @@
4444
"sprintf-js": "^1.1.2"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.12.7",
47+
"@babel/core": "^7.12.9",
4848
"@babel/plugin-proposal-class-properties": "^7.12.1",
4949
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
5050
"@babel/plugin-transform-react-inline-elements": "^7.12.1",
@@ -57,9 +57,9 @@
5757
"@types/encoding-japanese": "^1.0.16",
5858
"@types/fast-levenshtein": "^0.0.1",
5959
"@types/file-saver": "^2.0.1",
60-
"@typescript-eslint/eslint-plugin": "^4.8.1",
61-
"@typescript-eslint/parser": "^4.8.1",
62-
"babel-loader": "^8.2.1",
60+
"@typescript-eslint/eslint-plugin": "^4.8.2",
61+
"@typescript-eslint/parser": "^4.8.2",
62+
"babel-loader": "^8.2.2",
6363
"babel-plugin-react-html-attrs": "^3.0.5",
6464
"babel-plugin-transform-class-properties": "^6.24.1",
6565
"copy-webpack-plugin": "^6.3.2",
@@ -71,10 +71,10 @@
7171
"html-webpack-plugin": "^4.5.0",
7272
"husky": "^4.3.0",
7373
"license-checker-webpack-plugin": "^0.2.0",
74-
"lint-staged": "^10.5.1",
74+
"lint-staged": "^10.5.2",
7575
"terser-webpack-plugin": "^5.0.3",
7676
"typescript": "^4.1.2",
77-
"webpack": "^5.6.0",
77+
"webpack": "^5.8.0",
7878
"webpack-cli": "^4.2.0",
7979
"webpack-dev-server": "^3.11.0",
8080
"webpack-merge": "^5.4.0"

0 commit comments

Comments
 (0)