Skip to content

Commit fda6602

Browse files
build(package): upgrade devDependencies
@typescript-eslint/parser ^4.9.0 β†’ ^4.9.1 eslint-plugin-prettier ^3.2.0 β†’ ^3.3.0 husky ^4.3.5 β†’ ^4.3.6 standard-version 5 β†’ ^9.0.0 typescript ^4.1.2 β†’ ^4.1.3
1 parent e9842af commit fda6602

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€Žpackage.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"@rollup/plugin-commonjs": "^17.0.0",
4343
"@rollup/plugin-node-resolve": "^11.0.0",
4444
"@types/react": "^17.0.0",
45-
"@typescript-eslint/parser": "^4.9.0",
45+
"@typescript-eslint/parser": "^4.9.1",
4646
"benchmark": "^2.1.4",
4747
"dtslint": "^4.0.6",
4848
"eslint": "^7.15.0",
49-
"eslint-plugin-prettier": "^3.2.0",
50-
"husky": "^4.3.5",
49+
"eslint-plugin-prettier": "^3.3.0",
50+
"husky": "^4.3.6",
5151
"jest": "^26.6.3",
5252
"lint-staged": "^10.5.3",
5353
"preact": "^10.5.7",
@@ -57,8 +57,8 @@
5757
"rimraf": "^3.0.2",
5858
"rollup": "^2.34.2",
5959
"rollup-plugin-terser": "^7.0.2",
60-
"standard-version": "5",
61-
"typescript": "^4.1.2"
60+
"standard-version": "^9.0.0",
61+
"typescript": "^4.1.3"
6262
},
6363
"peerDependencies": {
6464
"react": "^0.14 || ^15 || ^16 || ^17"

0 commit comments

Comments
Β (0)