Skip to content

Commit

Permalink
build(package): upgrade devDependencies
Browse files Browse the repository at this point in the history
 @commitlint/cli                  ^12.0.0  β†’   ^12.1.1
 @commitlint/config-conventional  ^12.0.0  β†’   ^12.1.1
 @rollup/plugin-node-resolve      ^11.0.0  β†’   ^11.2.1
 @size-limit/preset-big-lib        ^4.9.1  β†’   ^4.10.2
 @types/react                     ^17.0.0  β†’   ^17.0.3
 @typescript-eslint/parser         ^4.9.1  β†’   ^4.22.0
 dtslint                           ^4.0.6  β†’    ^4.0.9
 eslint                           ^7.15.0  β†’   ^7.24.0
 eslint-plugin-prettier            ^3.3.0  β†’    ^3.4.0
 lint-staged                      ^10.5.3  β†’   ^10.5.4
 preact                           ^10.5.7  β†’  ^10.5.13
 rollup                           ^2.34.2  β†’   ^2.45.2
 size-limit                        ^4.9.1  β†’   ^4.10.2
 standard-version                  ^9.0.0  β†’    ^9.2.0
 typescript                        ^4.1.3  β†’    ^4.2.4
  • Loading branch information
remarkablemark committed Apr 17, 2021
1 parent c39b019 commit e09894d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -43,31 +43,31 @@
"style-to-js": "1.1.0"
},
"devDependencies": {
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@size-limit/preset-big-lib": "^4.9.1",
"@types/react": "^17.0.0",
"@typescript-eslint/parser": "^4.9.1",
"@rollup/plugin-node-resolve": "^11.2.1",
"@size-limit/preset-big-lib": "^4.10.2",
"@types/react": "^17.0.3",
"@typescript-eslint/parser": "^4.22.0",
"benchmark": "^2.1.4",
"dtslint": "^4.0.6",
"eslint": "^7.15.0",
"eslint-plugin-prettier": "^3.3.0",
"dtslint": "^4.0.9",
"eslint": "^7.24.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"lint-staged": "^10.5.4",
"pinst": "^2.1.6",
"preact": "^10.5.7",
"preact": "^10.5.13",
"prettier": "^2.2.1",
"react": "^17",
"react": "^0.14 || ^15 || ^16 || ^17",
"react-dom": "^17",
"rimraf": "^3.0.2",
"rollup": "^2.34.2",
"rollup": "^2.45.2",
"rollup-plugin-terser": "^7.0.2",
"size-limit": "^4.9.1",
"standard-version": "^9.0.0",
"typescript": "^4.1.3"
"size-limit": "^4.10.2",
"standard-version": "^9.2.0",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^0.14 || ^15 || ^16 || ^17"
Expand Down

0 comments on commit e09894d

Please sign in to comment.