Skip to content

Commit

Permalink
build(package): upgrade devDependencies
Browse files Browse the repository at this point in the history
 @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
  • Loading branch information
remarkablemark committed Dec 14, 2020
1 parent e9842af commit fda6602
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -42,12 +42,12 @@
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@types/react": "^17.0.0",
"@typescript-eslint/parser": "^4.9.0",
"@typescript-eslint/parser": "^4.9.1",
"benchmark": "^2.1.4",
"dtslint": "^4.0.6",
"eslint": "^7.15.0",
"eslint-plugin-prettier": "^3.2.0",
"husky": "^4.3.5",
"eslint-plugin-prettier": "^3.3.0",
"husky": "^4.3.6",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"preact": "^10.5.7",
Expand All @@ -57,8 +57,8 @@
"rimraf": "^3.0.2",
"rollup": "^2.34.2",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "5",
"typescript": "^4.1.2"
"standard-version": "^9.0.0",
"typescript": "^4.1.3"
},
"peerDependencies": {
"react": "^0.14 || ^15 || ^16 || ^17"
Expand Down

0 comments on commit fda6602

Please sign in to comment.