Skip to content

Commit 3d80401

Browse files
chore(deps): update dependencies (#408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2708f07 commit 3d80401

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

bun.lockb

15.6 KB
Binary file not shown.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
},
2121
"license": "Apache-2.0",
2222
"dependencies": {
23-
"@babel/core": "7.25.7",
24-
"@babel/parser": "7.25.7",
25-
"@babel/types": "7.25.7",
26-
"@babel/generator": "7.25.7",
23+
"@babel/core": "7.26.0",
24+
"@babel/parser": "7.26.1",
25+
"@babel/types": "7.26.0",
26+
"@babel/generator": "7.26.0",
2727
"@types/babel__generator": "7.6.8",
2828
"chalk": "4.1.2",
2929
"commander": "12.1.0",
@@ -37,20 +37,20 @@
3737
"@swc/jest": "0.2.36",
3838
"@total-typescript/ts-reset": "0.6.1",
3939
"@types/glob": "8.1.0",
40-
"@types/react": "18.3.11",
41-
"@types/jest": "29.5.13",
42-
"@types/node": "22.7.4",
43-
"cypress": "13.15.0",
40+
"@types/react": "18.3.12",
41+
"@types/jest": "29.5.14",
42+
"@types/node": "22.8.1",
43+
"cypress": "13.15.1",
4444
"husky": "9.1.6",
4545
"jest": "29.7.0",
46-
"eslint": "9.12.0",
46+
"eslint": "9.13.0",
4747
"eslint-plugin-cypress": "4.0.0",
4848
"react": "18.3.1",
4949
"react-dom": "18.3.1",
50-
"tsup": "8.3.0",
51-
"typescript": "5.6.2",
52-
"typescript-eslint": "8.8.0",
53-
"vite": "5.4.8"
50+
"tsup": "8.3.5",
51+
"typescript": "5.6.3",
52+
"typescript-eslint": "8.11.0",
53+
"vite": "5.4.10"
5454
},
5555
"scripts": {
5656
"build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",

0 commit comments

Comments
 (0)