Skip to content

Commit 29c4251

Browse files
chore: update npm dependencies
1 parent 86f2ef3 commit 29c4251

File tree

2 files changed

+256
-226
lines changed

2 files changed

+256
-226
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@
3333
},
3434
"dependencies": {
3535
"@material-ui/core": "^4.11.3",
36-
"@technote-space/ga-framework": "^0.14.15",
36+
"@technote-space/ga-framework": "^0.14.16",
3737
"@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",
4141
"file-saver": "^2.0.5",
42-
"react": "^17.0.1",
43-
"react-dom": "^17.0.1",
42+
"react": "^17.0.2",
43+
"react-dom": "^17.0.2",
4444
"sprintf-js": "^1.1.2"
4545
},
4646
"devDependencies": {
4747
"@babel/core": "^7.13.10",
4848
"@babel/plugin-proposal-class-properties": "^7.13.0",
4949
"@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.10",
51+
"@babel/preset-env": "^7.13.12",
5252
"@babel/preset-flow": "^7.12.13",
5353
"@babel/preset-react": "^7.12.13",
5454
"@babel/preset-typescript": "^7.13.0",
@@ -57,24 +57,24 @@
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.18.0",
61-
"@typescript-eslint/parser": "^4.18.0",
60+
"@typescript-eslint/eslint-plugin": "^4.19.0",
61+
"@typescript-eslint/parser": "^4.19.0",
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": "^8.0.0",
65+
"copy-webpack-plugin": "^8.1.0",
6666
"eslint": "^7.22.0",
67-
"eslint-plugin-react": "^7.22.0",
67+
"eslint-plugin-react": "^7.23.1",
6868
"eslint-plugin-react-hooks": "^4.2.0",
6969
"file-loader": "^6.2.0",
7070
"html-loader": "^2.1.2",
7171
"html-webpack-plugin": "^5.3.1",
72-
"husky": "^5.1.3",
72+
"husky": "^5.2.0",
7373
"license-checker-webpack-plugin": "^0.2.1",
7474
"lint-staged": "^10.5.4",
7575
"terser-webpack-plugin": "^5.1.1",
7676
"typescript": "^4.2.3",
77-
"webpack": "^5.26.3",
77+
"webpack": "^5.28.0",
7878
"webpack-cli": "^4.5.0",
7979
"webpack-dev-server": "^3.11.2",
8080
"webpack-merge": "^5.7.3"

0 commit comments

Comments
 (0)