Skip to content

Commit e09894d

Browse files
build(package): upgrade devDependencies
@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
1 parent c39b019 commit e09894d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

β€Žpackage.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,31 +43,31 @@
4343
"style-to-js": "1.1.0"
4444
},
4545
"devDependencies": {
46-
"@commitlint/cli": "^12.0.0",
47-
"@commitlint/config-conventional": "^12.0.0",
46+
"@commitlint/cli": "^12.1.1",
47+
"@commitlint/config-conventional": "^12.1.1",
4848
"@rollup/plugin-commonjs": "^18.0.0",
49-
"@rollup/plugin-node-resolve": "^11.0.0",
50-
"@size-limit/preset-big-lib": "^4.9.1",
51-
"@types/react": "^17.0.0",
52-
"@typescript-eslint/parser": "^4.9.1",
49+
"@rollup/plugin-node-resolve": "^11.2.1",
50+
"@size-limit/preset-big-lib": "^4.10.2",
51+
"@types/react": "^17.0.3",
52+
"@typescript-eslint/parser": "^4.22.0",
5353
"benchmark": "^2.1.4",
54-
"dtslint": "^4.0.6",
55-
"eslint": "^7.15.0",
56-
"eslint-plugin-prettier": "^3.3.0",
54+
"dtslint": "^4.0.9",
55+
"eslint": "^7.24.0",
56+
"eslint-plugin-prettier": "^3.4.0",
5757
"husky": "^6.0.0",
5858
"jest": "^26.6.3",
59-
"lint-staged": "^10.5.3",
59+
"lint-staged": "^10.5.4",
6060
"pinst": "^2.1.6",
61-
"preact": "^10.5.7",
61+
"preact": "^10.5.13",
6262
"prettier": "^2.2.1",
63-
"react": "^17",
63+
"react": "^0.14 || ^15 || ^16 || ^17",
6464
"react-dom": "^17",
6565
"rimraf": "^3.0.2",
66-
"rollup": "^2.34.2",
66+
"rollup": "^2.45.2",
6767
"rollup-plugin-terser": "^7.0.2",
68-
"size-limit": "^4.9.1",
69-
"standard-version": "^9.0.0",
70-
"typescript": "^4.1.3"
68+
"size-limit": "^4.10.2",
69+
"standard-version": "^9.2.0",
70+
"typescript": "^4.2.4"
7171
},
7272
"peerDependencies": {
7373
"react": "^0.14 || ^15 || ^16 || ^17"

0 commit comments

Comments
Β (0)