Skip to content

Commit ea50dc7

Browse files
fix(deps): update dependencies
1 parent 59566fb commit ea50dc7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bun.lockb

1.61 KB
Binary file not shown.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
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",
23+
"@babel/core": "7.25.8",
24+
"@babel/parser": "7.25.8",
25+
"@babel/types": "7.25.8",
2626
"@babel/generator": "7.25.7",
2727
"@types/babel__generator": "7.6.8",
2828
"chalk": "4.1.2",
@@ -39,18 +39,18 @@
3939
"@types/glob": "8.1.0",
4040
"@types/react": "18.3.11",
4141
"@types/jest": "29.5.13",
42-
"@types/node": "22.7.4",
42+
"@types/node": "22.7.7",
4343
"cypress": "13.15.0",
4444
"husky": "9.1.6",
4545
"jest": "29.7.0",
46-
"eslint": "9.12.0",
47-
"eslint-plugin-cypress": "3.5.0",
46+
"eslint": "9.13.0",
47+
"eslint-plugin-cypress": "3.6.0",
4848
"react": "18.3.1",
4949
"react-dom": "18.3.1",
5050
"tsup": "8.3.0",
51-
"typescript": "5.6.2",
52-
"typescript-eslint": "8.8.0",
53-
"vite": "5.4.8"
51+
"typescript": "5.6.3",
52+
"typescript-eslint": "8.11.0",
53+
"vite": "5.4.9"
5454
},
5555
"scripts": {
5656
"build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",

0 commit comments

Comments
 (0)