Skip to content

Commit f517b7e

Browse files
chore: update npm dependencies
1 parent aa17211 commit f517b7e

File tree

2 files changed

+2979
-2606
lines changed

2 files changed

+2979
-2606
lines changed

package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -33,50 +33,50 @@
3333
},
3434
"dependencies": {
3535
"@material-ui/core": "^4.12.3",
36-
"@technote-space/ga-framework": "^0.14.19",
37-
"@technote-space/genetic-algorithms-js": "^0.8.23",
38-
"axios": "^0.21.1",
39-
"encoding-japanese": "^1.0.30",
36+
"@technote-space/ga-framework": "^0.14.21",
37+
"@technote-space/genetic-algorithms-js": "^0.8.27",
38+
"axios": "^1.2.1",
39+
"encoding-japanese": "^2.0.0",
4040
"fast-levenshtein": "^3.0.0",
4141
"file-saver": "^2.0.5",
42-
"react": "^17.0.2",
43-
"react-dom": "^17.0.2",
42+
"react": "^18.2.0",
43+
"react-dom": "^18.2.0",
4444
"sprintf-js": "^1.1.2"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.15.0",
48-
"@babel/plugin-proposal-class-properties": "^7.14.5",
49-
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
50-
"@babel/plugin-transform-react-inline-elements": "^7.14.5",
51-
"@babel/preset-env": "^7.15.0",
52-
"@babel/preset-flow": "^7.14.5",
53-
"@babel/preset-react": "^7.14.5",
54-
"@babel/preset-typescript": "^7.15.0",
55-
"@commitlint/cli": "^13.1.0",
56-
"@commitlint/config-conventional": "^13.1.0",
57-
"@types/encoding-japanese": "^1.0.18",
47+
"@babel/core": "^7.20.5",
48+
"@babel/plugin-proposal-class-properties": "^7.18.6",
49+
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
50+
"@babel/plugin-transform-react-inline-elements": "^7.18.6",
51+
"@babel/preset-env": "^7.20.2",
52+
"@babel/preset-flow": "^7.18.6",
53+
"@babel/preset-react": "^7.18.6",
54+
"@babel/preset-typescript": "^7.18.6",
55+
"@commitlint/cli": "^17.3.0",
56+
"@commitlint/config-conventional": "^17.3.0",
57+
"@types/encoding-japanese": "^2.0.1",
5858
"@types/fast-levenshtein": "^0.0.2",
59-
"@types/file-saver": "^2.0.3",
60-
"@typescript-eslint/eslint-plugin": "^4.29.3",
61-
"@typescript-eslint/parser": "^4.29.3",
62-
"babel-loader": "^8.2.2",
59+
"@types/file-saver": "^2.0.5",
60+
"@typescript-eslint/eslint-plugin": "^5.47.0",
61+
"@typescript-eslint/parser": "^5.47.0",
62+
"babel-loader": "^9.1.0",
6363
"babel-plugin-react-html-attrs": "^3.0.5",
6464
"babel-plugin-transform-class-properties": "^6.24.1",
65-
"copy-webpack-plugin": "^9.0.1",
66-
"eslint": "^7.32.0",
67-
"eslint-plugin-react": "^7.24.0",
68-
"eslint-plugin-react-hooks": "^4.2.0",
65+
"copy-webpack-plugin": "^11.0.0",
66+
"eslint": "^8.30.0",
67+
"eslint-plugin-react": "^7.31.11",
68+
"eslint-plugin-react-hooks": "^4.6.0",
6969
"file-loader": "^6.2.0",
70-
"html-loader": "^2.1.2",
71-
"html-webpack-plugin": "^5.3.2",
72-
"husky": "^7.0.2",
70+
"html-loader": "^4.2.0",
71+
"html-webpack-plugin": "^5.5.0",
72+
"husky": "^8.0.2",
7373
"license-checker-webpack-plugin": "^0.2.1",
74-
"lint-staged": "^11.1.2",
75-
"terser-webpack-plugin": "^5.1.4",
76-
"typescript": "^4.4.2",
77-
"webpack": "^5.51.1",
78-
"webpack-cli": "^4.8.0",
79-
"webpack-dev-server": "^4.0.0",
74+
"lint-staged": "^13.1.0",
75+
"terser-webpack-plugin": "^5.3.6",
76+
"typescript": "^4.9.4",
77+
"webpack": "^5.75.0",
78+
"webpack-cli": "^5.0.1",
79+
"webpack-dev-server": "^4.11.1",
8080
"webpack-merge": "^5.8.0"
8181
},
8282
"port": 5000

0 commit comments

Comments
 (0)