Skip to content

Commit

Permalink
build(package): upgrade devDependencies
Browse files Browse the repository at this point in the history
 @rollup/plugin-node-resolve   ^13.0.0  β†’   13.0.4
 @size-limit/preset-big-lib    ^4.12.0  β†’    5.0.3
 @types/react                 ^17.0.11  β†’  17.0.20
 @typescript-eslint/parser     ^4.26.1  β†’   4.30.0
 dtslint                        ^4.1.0  β†’    4.1.6
 eslint                        ^7.28.0  β†’   7.32.0
 husky                          ^7.0.0  β†’    7.0.2
 jest                          ^27.0.4  β†’   27.1.0
 lint-staged                   ^11.0.0  β†’   11.1.2
 preact                       ^10.5.13  β†’  10.5.14
 prettier                       ^2.3.1  β†’    2.3.2
 react                             ^17  β†’   17.0.2
 react-dom                         ^17  β†’   17.0.2
 rollup                        ^2.51.2  β†’   2.56.3
 size-limit                    ^4.12.0  β†’    5.0.3
 standard-version               ^9.3.0  β†’    9.3.1
 typescript                     ^4.3.2  β†’    4.4.2
  • Loading branch information
remarkablemark committed Sep 5, 2021
1 parent 0d679d3 commit 18d3399
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions package.json
Expand Up @@ -43,34 +43,34 @@
"style-to-js": "1.1.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@size-limit/preset-big-lib": "^4.12.0",
"@types/react": "^17.0.11",
"@typescript-eslint/parser": "^4.26.1",
"benchmark": "^2.1.4",
"dtslint": "^4.1.0",
"eslint": "^7.28.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.0",
"jest": "^27.0.4",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"preact": "^10.5.13",
"prettier": "^2.3.1",
"react": "^17",
"react-dom": "^17",
"rimraf": "^3.0.2",
"rollup": "^2.51.2",
"rollup-plugin-terser": "^7.0.2",
"size-limit": "^4.12.0",
"standard-version": "^9.3.0",
"typescript": "^4.3.2"
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
"@size-limit/preset-big-lib": "5.0.3",
"@types/react": "17.0.20",
"@typescript-eslint/parser": "4.30.0",
"benchmark": "2.1.4",
"dtslint": "4.1.6",
"eslint": "7.32.0",
"eslint-plugin-prettier": "4.0.0",
"husky": "7.0.2",
"jest": "27.1.0",
"lint-staged": "11.1.2",
"pinst": "2.1.6",
"preact": "10.5.14",
"prettier": "2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"rimraf": "3.0.2",
"rollup": "2.56.3",
"rollup-plugin-terser": "7.0.2",
"size-limit": "5.0.3",
"standard-version": "9.3.1",
"typescript": "4.4.2"
},
"peerDependencies": {
"react": "^0.14 || ^15 || ^16 || ^17"
"react": "0.14 || 15 || 16 || 17"
},
"files": [
"/dist",
Expand Down

0 comments on commit 18d3399

Please sign in to comment.