Skip to content

Commit bdb283d

Browse files
chore: update npm dependencies
1 parent b54d165 commit bdb283d

File tree

2 files changed

+432
-387
lines changed

2 files changed

+432
-387
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
},
3434
"dependencies": {
3535
"@material-ui/core": "^4.11.3",
36-
"@technote-space/ga-framework": "^0.14.13",
37-
"@technote-space/genetic-algorithms-js": "^0.8.16",
36+
"@technote-space/ga-framework": "^0.14.15",
37+
"@technote-space/genetic-algorithms-js": "^0.8.18",
3838
"axios": "^0.21.1",
3939
"encoding-japanese": "^1.0.30",
4040
"fast-levenshtein": "^3.0.0",
@@ -44,37 +44,37 @@
4444
"sprintf-js": "^1.1.2"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.13.1",
47+
"@babel/core": "^7.13.8",
4848
"@babel/plugin-proposal-class-properties": "^7.13.0",
49-
"@babel/plugin-proposal-object-rest-spread": "^7.13.0",
49+
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
5050
"@babel/plugin-transform-react-inline-elements": "^7.12.13",
51-
"@babel/preset-env": "^7.13.5",
51+
"@babel/preset-env": "^7.13.9",
5252
"@babel/preset-flow": "^7.12.13",
5353
"@babel/preset-react": "^7.12.13",
5454
"@babel/preset-typescript": "^7.13.0",
55-
"@commitlint/cli": "^12.0.0",
56-
"@commitlint/config-conventional": "^12.0.0",
55+
"@commitlint/cli": "^12.0.1",
56+
"@commitlint/config-conventional": "^12.0.1",
5757
"@types/encoding-japanese": "^1.0.17",
5858
"@types/fast-levenshtein": "^0.0.1",
5959
"@types/file-saver": "^2.0.1",
60-
"@typescript-eslint/eslint-plugin": "^4.15.2",
61-
"@typescript-eslint/parser": "^4.15.2",
60+
"@typescript-eslint/eslint-plugin": "^4.16.1",
61+
"@typescript-eslint/parser": "^4.16.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": "^7.0.0",
66-
"eslint": "^7.20.0",
65+
"copy-webpack-plugin": "^8.0.0",
66+
"eslint": "^7.21.0",
6767
"eslint-plugin-react": "^7.22.0",
6868
"eslint-plugin-react-hooks": "^4.2.0",
6969
"file-loader": "^6.2.0",
7070
"html-loader": "^2.1.1",
7171
"html-webpack-plugin": "^5.2.0",
72-
"husky": "^5.1.1",
72+
"husky": "^5.1.3",
7373
"license-checker-webpack-plugin": "^0.2.1",
7474
"lint-staged": "^10.5.4",
7575
"terser-webpack-plugin": "^5.1.1",
76-
"typescript": "^4.2.2",
77-
"webpack": "^5.24.2",
76+
"typescript": "^4.2.3",
77+
"webpack": "^5.24.3",
7878
"webpack-cli": "^4.5.0",
7979
"webpack-dev-server": "^3.11.2",
8080
"webpack-merge": "^5.7.3"

0 commit comments

Comments
 (0)