Skip to content

Commit 5669160

Browse files
chore: update npm dependencies
1 parent 4a1e688 commit 5669160

File tree

2 files changed

+600
-575
lines changed

2 files changed

+600
-575
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@
4444
"sprintf-js": "^1.1.2"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.12.17",
48-
"@babel/plugin-proposal-class-properties": "^7.12.13",
49-
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
47+
"@babel/core": "^7.13.1",
48+
"@babel/plugin-proposal-class-properties": "^7.13.0",
49+
"@babel/plugin-proposal-object-rest-spread": "^7.13.0",
5050
"@babel/plugin-transform-react-inline-elements": "^7.12.13",
51-
"@babel/preset-env": "^7.12.17",
51+
"@babel/preset-env": "^7.13.5",
5252
"@babel/preset-flow": "^7.12.13",
5353
"@babel/preset-react": "^7.12.13",
54-
"@babel/preset-typescript": "^7.12.17",
55-
"@commitlint/cli": "^11.0.0",
56-
"@commitlint/config-conventional": "^11.0.0",
54+
"@babel/preset-typescript": "^7.13.0",
55+
"@commitlint/cli": "^12.0.0",
56+
"@commitlint/config-conventional": "^12.0.0",
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.1",
61-
"@typescript-eslint/parser": "^4.15.1",
60+
"@typescript-eslint/eslint-plugin": "^4.15.2",
61+
"@typescript-eslint/parser": "^4.15.2",
6262
"babel-loader": "^8.2.2",
6363
"babel-plugin-react-html-attrs": "^3.0.5",
6464
"babel-plugin-transform-class-properties": "^6.24.1",
@@ -67,14 +67,14 @@
6767
"eslint-plugin-react": "^7.22.0",
6868
"eslint-plugin-react-hooks": "^4.2.0",
6969
"file-loader": "^6.2.0",
70-
"html-loader": "^2.0.0",
71-
"html-webpack-plugin": "^5.1.0",
72-
"husky": "^5.0.9",
70+
"html-loader": "^2.1.1",
71+
"html-webpack-plugin": "^5.2.0",
72+
"husky": "^5.1.1",
7373
"license-checker-webpack-plugin": "^0.2.1",
7474
"lint-staged": "^10.5.4",
7575
"terser-webpack-plugin": "^5.1.1",
76-
"typescript": "^4.1.5",
77-
"webpack": "^5.23.0",
76+
"typescript": "^4.2.2",
77+
"webpack": "^5.24.2",
7878
"webpack-cli": "^4.5.0",
7979
"webpack-dev-server": "^3.11.2",
8080
"webpack-merge": "^5.7.3"

0 commit comments

Comments
 (0)