Skip to content

Commit c80a80d

Browse files
committed
Bump deps
1 parent a5682a5 commit c80a80d

File tree

2 files changed

+1341
-1244
lines changed

2 files changed

+1341
-1244
lines changed

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -28,39 +28,39 @@
2828
"@babel/types": "^7.21.0"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "^7.24.7",
32-
"@babel/plugin-transform-typescript": "^7.24.7",
33-
"@babel/preset-env": "^7.24.7",
31+
"@babel/core": "^7.25.2",
32+
"@babel/plugin-transform-typescript": "^7.25.2",
33+
"@babel/preset-env": "^7.25.4",
3434
"@babel/preset-react": "^7.24.7",
35-
"@babel/types": "^7.24.7",
35+
"@babel/types": "^7.25.4",
3636
"@rollup/plugin-babel": "^6.0.4",
3737
"@rollup/plugin-node-resolve": "^15.2.3",
3838
"@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.16",
41+
"@types/chai": "^4.3.17",
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",
4646
"@types/jsdom": "^21.1.7",
47-
"@types/lodash": "^4.17.5",
48-
"@types/node": "^20.14.2",
47+
"@types/lodash": "^4.17.7",
48+
"@types/node": "^22.5.0",
4949
"@types/prop-types": "^15.7.12",
5050
"@typescript-eslint/eslint-plugin": "7.3.1",
5151
"@typescript-eslint/parser": "7.12.0",
52-
"@vitest/coverage-v8": "^1.6.0",
52+
"@vitest/coverage-v8": "^2.0.5",
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-
"c8": "^9.1.0",
57+
"c8": "^10.1.2",
5858
"chai": "^5.1.1",
5959
"chai-string": "^1.5.0",
6060
"clean-css": "^5.3.3",
6161
"dedent": "^1.5.3",
62-
"esbuild": "^0.21.5",
63-
"esbuild-register": "^3.5.0",
62+
"esbuild": "^0.23.1",
63+
"esbuild-register": "^3.6.0",
6464
"eslint": "8.57.0",
6565
"eslint-config-prettier": "9.1.0",
6666
"eslint-import-resolver-typescript": "3.6.1",
@@ -69,15 +69,15 @@
6969
"eslint-plugin-react-hooks": "4.6.2",
7070
"fs-extra": "^11.2.0",
7171
"husky": "9.0.11",
72-
"jsdom": "^24.1.0",
73-
"lint-staged": "^15.2.5",
72+
"jsdom": "^24.1.1",
73+
"lint-staged": "^15.2.9",
7474
"lodash": "^4.17.21",
75-
"prettier": "^3.3.1",
76-
"rollup": "^4.18.0",
75+
"prettier": "^3.3.3",
76+
"rollup": "^4.21.0",
7777
"rollup-plugin-prettier": "^4.1.1",
7878
"tslib": "^2.6.3",
79-
"typescript": "^5.4.5",
80-
"vitest": "^1.6.0"
79+
"typescript": "^5.5.4",
80+
"vitest": "^2.0.5"
8181
},
8282
"lint-staged": {
8383
"*.ts": [

0 commit comments

Comments
 (0)