Skip to content

Commit 098726b

Browse files
authored
fix: upgrade dependencies (#25)
1 parent edf0479 commit 098726b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@
2929
"test": "node ./test/index.js"
3030
},
3131
"dependencies": {
32-
"@typescript-eslint/eslint-plugin": "^3.9.0",
33-
"@typescript-eslint/parser": "^3.9.0",
32+
"@typescript-eslint/eslint-plugin": "^4.1.1",
33+
"@typescript-eslint/parser": "^4.1.1",
3434
"autoprefixer": "^9.8.6",
3535
"chalk": "^4.1.0",
3636
"clean-webpack-plugin": "^3.0.0",
37-
"css-loader": "^4.2.1",
37+
"css-loader": "^4.3.0",
3838
"cssnano": "^4.1.10",
39-
"eslint": "^7.6.0",
39+
"eslint": "^7.9.0",
4040
"eslint-config-prettier": "^6.11.0",
4141
"eslint-plugin-react": "^7.20.6",
42-
"eslint-plugin-react-hooks": "^4.0.8",
43-
"fork-ts-checker-webpack-plugin": "^5.0.14",
42+
"eslint-plugin-react-hooks": "^4.1.2",
43+
"fork-ts-checker-webpack-plugin": "^5.2.0",
4444
"fs-extra": "^9.0.1",
45-
"html-webpack-plugin": "^4.3.0",
46-
"open": "^7.1.0",
45+
"html-webpack-plugin": "^4.4.1",
46+
"open": "^7.2.1",
4747
"postcss-loader": "^3.0.0",
4848
"style-loader": "^1.2.1",
49-
"terser-webpack-plugin": "^4.1.0",
50-
"ts-loader": "^8.0.2",
49+
"terser-webpack-plugin": "^4.2.1",
50+
"ts-loader": "^8.0.3",
5151
"url-loader": "^4.1.0",
5252
"webpack": "^4.44.1",
5353
"webpack-dev-server": "^3.11.0"
@@ -58,15 +58,15 @@
5858
"conventional-changelog-conventionalcommits": "^4.4.0",
5959
"cross-env": "^7.0.2",
6060
"execa": "^4.0.3",
61-
"husky": "^4.2.5",
61+
"husky": "^4.3.0",
6262
"p-retry": "^4.2.0",
63-
"playwright-chromium": "^1.3.0",
64-
"prettier": "^2.0.5",
65-
"pretty-quick": "^2.0.1",
63+
"playwright-chromium": "1.3.0",
64+
"prettier": "^2.1.2",
65+
"pretty-quick": "^3.0.2",
6666
"react": "^16.13.1",
6767
"react-dom": "^16.13.1",
68-
"semantic-release": "^17.1.1",
69-
"typescript": "^3.9.7"
68+
"semantic-release": "^17.1.2",
69+
"typescript": "^4.0.2"
7070
},
7171
"cldr-data-urls-filter": "(cldr-core|cldr-numbers-modern)",
7272
"husky": {

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {},
1414
"devDependencies": {
15-
"typescript": "^3.9.5"
15+
"typescript": "^4.0.2"
1616
}
1717
}

0 commit comments

Comments
 (0)