Skip to content

Commit 6005526

Browse files
chore: update npm dependencies
1 parent a2a93be commit 6005526

File tree

2 files changed

+266
-413
lines changed

2 files changed

+266
-413
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
},
3434
"dependencies": {
3535
"@material-ui/core": "^4.11.2",
36-
"@technote-space/ga-framework": "^0.14.10",
37-
"@technote-space/genetic-algorithms-js": "^0.8.10",
36+
"@technote-space/ga-framework": "^0.14.12",
37+
"@technote-space/genetic-algorithms-js": "^0.8.11",
3838
"axios": "^0.21.0",
3939
"encoding-japanese": "^1.0.30",
4040
"fast-levenshtein": "^3.0.0",
@@ -44,40 +44,40 @@
4444
"sprintf-js": "^1.1.2"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.12.9",
47+
"@babel/core": "^7.12.10",
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",
51-
"@babel/preset-env": "^7.12.7",
51+
"@babel/preset-env": "^7.12.10",
5252
"@babel/preset-flow": "^7.12.1",
53-
"@babel/preset-react": "^7.12.7",
53+
"@babel/preset-react": "^7.12.10",
5454
"@babel/preset-typescript": "^7.12.7",
5555
"@commitlint/cli": "^11.0.0",
5656
"@commitlint/config-conventional": "^11.0.0",
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.9.0",
61-
"@typescript-eslint/parser": "^4.9.0",
60+
"@typescript-eslint/eslint-plugin": "^4.9.1",
61+
"@typescript-eslint/parser": "^4.9.1",
6262
"babel-loader": "^8.2.2",
6363
"babel-plugin-react-html-attrs": "^3.0.5",
6464
"babel-plugin-transform-class-properties": "^6.24.1",
65-
"copy-webpack-plugin": "^6.3.2",
66-
"eslint": "^7.14.0",
65+
"copy-webpack-plugin": "^7.0.0",
66+
"eslint": "^7.15.0",
6767
"eslint-plugin-react": "^7.21.5",
6868
"eslint-plugin-react-hooks": "^4.2.0",
6969
"file-loader": "^6.2.0",
7070
"html-loader": "^1.3.2",
7171
"html-webpack-plugin": "^4.5.0",
72-
"husky": "^4.3.0",
72+
"husky": "^4.3.5",
7373
"license-checker-webpack-plugin": "^0.2.0",
74-
"lint-staged": "^10.5.2",
74+
"lint-staged": "^10.5.3",
7575
"terser-webpack-plugin": "^5.0.3",
7676
"typescript": "^4.1.2",
77-
"webpack": "^5.9.0",
77+
"webpack": "^5.10.0",
7878
"webpack-cli": "^4.2.0",
7979
"webpack-dev-server": "^3.11.0",
80-
"webpack-merge": "^5.4.0"
80+
"webpack-merge": "^5.5.0"
8181
},
8282
"port": 5000
8383
}

0 commit comments

Comments
 (0)