Skip to content

Commit 59566fb

Browse files
chore(deps): update dependencies (#407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b750d7 commit 59566fb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

bun.lockb

14.9 KB
Binary file not shown.

package.json

Lines changed: 10 additions & 10 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.2",
24-
"@babel/parser": "7.25.6",
25-
"@babel/types": "7.25.6",
26-
"@babel/generator": "7.25.6",
23+
"@babel/core": "7.25.7",
24+
"@babel/parser": "7.25.7",
25+
"@babel/types": "7.25.7",
26+
"@babel/generator": "7.25.7",
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.7",
40+
"@types/react": "18.3.11",
4141
"@types/jest": "29.5.13",
42-
"@types/node": "22.5.5",
43-
"cypress": "13.14.2",
42+
"@types/node": "22.7.4",
43+
"cypress": "13.15.0",
4444
"husky": "9.1.6",
4545
"jest": "29.7.0",
46-
"eslint": "9.10.0",
46+
"eslint": "9.12.0",
4747
"eslint-plugin-cypress": "3.5.0",
4848
"react": "18.3.1",
4949
"react-dom": "18.3.1",
5050
"tsup": "8.3.0",
5151
"typescript": "5.6.2",
52-
"typescript-eslint": "8.6.0",
53-
"vite": "5.4.6"
52+
"typescript-eslint": "8.8.0",
53+
"vite": "5.4.8"
5454
},
5555
"scripts": {
5656
"build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",

0 commit comments

Comments
 (0)