Skip to content

Commit a5682a5

Browse files
committed
Bump deps
1 parent 0e3bf23 commit a5682a5

File tree

2 files changed

+4650
-3965
lines changed

2 files changed

+4650
-3965
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node -r esbuild-register ./scripts/build.ts",
1010
"prepublishOnly": "exit 1",
1111
"lint": "eslint src/*",
12-
"test": "nyc --reporter=html vitest"
12+
"test": "vitest --coverage"
1313
},
1414
"keywords": [
1515
"jsx",
@@ -28,56 +28,56 @@
2828
"@babel/types": "^7.21.0"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "^7.24.3",
32-
"@babel/plugin-transform-typescript": "^7.24.1",
33-
"@babel/preset-env": "^7.24.3",
34-
"@babel/preset-react": "^7.24.1",
35-
"@babel/types": "^7.24.0",
31+
"@babel/core": "^7.24.7",
32+
"@babel/plugin-transform-typescript": "^7.24.7",
33+
"@babel/preset-env": "^7.24.7",
34+
"@babel/preset-react": "^7.24.7",
35+
"@babel/types": "^7.24.7",
3636
"@rollup/plugin-babel": "^6.0.4",
3737
"@rollup/plugin-node-resolve": "^15.2.3",
38-
"@rollup/plugin-replace": "^5.0.5",
38+
"@rollup/plugin-replace": "^5.0.7",
3939
"@types/babel-plugin-macros": "^3.1.3",
4040
"@types/babel__core": "^7.20.5",
41-
"@types/chai": "^4.3.14",
41+
"@types/chai": "^4.3.16",
4242
"@types/chai-string": "^1.4.5",
4343
"@types/clean-css": "^4.2.11",
4444
"@types/dedent": "^0.7.2",
4545
"@types/fs-extra": "^11.0.4",
46-
"@types/jsdom": "^21.1.6",
47-
"@types/lodash": "^4.17.0",
48-
"@types/node": "^20.11.30",
49-
"@types/prettier": "^2.7.3",
46+
"@types/jsdom": "^21.1.7",
47+
"@types/lodash": "^4.17.5",
48+
"@types/node": "^20.14.2",
5049
"@types/prop-types": "^15.7.12",
5150
"@typescript-eslint/eslint-plugin": "7.3.1",
52-
"@typescript-eslint/parser": "7.3.1",
51+
"@typescript-eslint/parser": "7.12.0",
52+
"@vitest/coverage-v8": "^1.6.0",
5353
"babel-plugin-macros": "^3.1.0",
5454
"babel-plugin-minify-constant-folding": "^0.5.0",
5555
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
5656
"babel-plugin-minify-guarded-expressions": "^0.4.4",
57-
"chai": "^5.1.0",
57+
"c8": "^9.1.0",
58+
"chai": "^5.1.1",
5859
"chai-string": "^1.5.0",
5960
"clean-css": "^5.3.3",
60-
"dedent": "^1.5.1",
61-
"esbuild": "^0.20.2",
61+
"dedent": "^1.5.3",
62+
"esbuild": "^0.21.5",
6263
"esbuild-register": "^3.5.0",
6364
"eslint": "8.57.0",
6465
"eslint-config-prettier": "9.1.0",
6566
"eslint-import-resolver-typescript": "3.6.1",
6667
"eslint-plugin-import": "2.29.1",
67-
"eslint-plugin-react": "7.34.1",
68-
"eslint-plugin-react-hooks": "4.6.0",
68+
"eslint-plugin-react": "7.34.2",
69+
"eslint-plugin-react-hooks": "4.6.2",
6970
"fs-extra": "^11.2.0",
7071
"husky": "9.0.11",
71-
"jsdom": "^24.0.0",
72-
"lint-staged": "^15.2.2",
72+
"jsdom": "^24.1.0",
73+
"lint-staged": "^15.2.5",
7374
"lodash": "^4.17.21",
74-
"nyc": "^15.1.0",
75-
"prettier": "^3.2.5",
76-
"rollup": "^4.13.0",
75+
"prettier": "^3.3.1",
76+
"rollup": "^4.18.0",
7777
"rollup-plugin-prettier": "^4.1.1",
78-
"tslib": "^2.6.2",
79-
"typescript": "^5.4.3",
80-
"vitest": "^1.4.0"
78+
"tslib": "^2.6.3",
79+
"typescript": "^5.4.5",
80+
"vitest": "^1.6.0"
8181
},
8282
"lint-staged": {
8383
"*.ts": [

0 commit comments

Comments
 (0)