Skip to content

Commit 2b6ff13

Browse files
build(package): upgrade devDependencies
@commitlint/cli ^12.1.1 β†’ ^12.1.4 @commitlint/config-conventional ^12.1.1 β†’ ^12.1.4 @size-limit/preset-big-lib ^4.10.2 β†’ ^4.12.0 @types/react ^17.0.3 β†’ ^17.0.11 @typescript-eslint/parser ^4.22.0 β†’ ^4.26.1 dtslint ^4.0.9 β†’ ^4.1.0 eslint ^7.24.0 β†’ ^7.28.0 prettier ^2.2.1 β†’ ^2.3.1 rollup ^2.45.2 β†’ ^2.51.2 size-limit ^4.10.2 β†’ ^4.12.0 standard-version ^9.2.0 β†’ ^9.3.0 typescript ^4.2.4 β†’ ^4.3.2
1 parent 2bc6483 commit 2b6ff13

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

β€Žpackage.json

Lines changed: 13 additions & 13 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.1.1",
47-
"@commitlint/config-conventional": "^12.1.1",
46+
"@commitlint/cli": "^12.1.4",
47+
"@commitlint/config-conventional": "^12.1.4",
4848
"@rollup/plugin-commonjs": "^19.0.0",
4949
"@rollup/plugin-node-resolve": "^13.0.0",
50-
"@size-limit/preset-big-lib": "^4.10.2",
51-
"@types/react": "^17.0.3",
52-
"@typescript-eslint/parser": "^4.22.0",
50+
"@size-limit/preset-big-lib": "^4.12.0",
51+
"@types/react": "^17.0.11",
52+
"@typescript-eslint/parser": "^4.26.1",
5353
"benchmark": "^2.1.4",
54-
"dtslint": "^4.0.9",
55-
"eslint": "^7.24.0",
54+
"dtslint": "^4.1.0",
55+
"eslint": "^7.28.0",
5656
"eslint-plugin-prettier": "^3.4.0",
5757
"husky": "^6.0.0",
5858
"jest": "^27.0.4",
5959
"lint-staged": "^11.0.0",
6060
"pinst": "^2.1.6",
6161
"preact": "^10.5.13",
62-
"prettier": "^2.2.1",
63-
"react": "^0.14 || ^15 || ^16 || ^17",
62+
"prettier": "^2.3.1",
63+
"react": "^17",
6464
"react-dom": "^17",
6565
"rimraf": "^3.0.2",
66-
"rollup": "^2.45.2",
66+
"rollup": "^2.51.2",
6767
"rollup-plugin-terser": "^7.0.2",
68-
"size-limit": "^4.10.2",
69-
"standard-version": "^9.2.0",
70-
"typescript": "^4.2.4"
68+
"size-limit": "^4.12.0",
69+
"standard-version": "^9.3.0",
70+
"typescript": "^4.3.2"
7171
},
7272
"peerDependencies": {
7373
"react": "^0.14 || ^15 || ^16 || ^17"

0 commit comments

Comments
Β (0)