Skip to content

Commit 645bb43

Browse files
fix(deps): update dependencies
1 parent 3d80401 commit 645bb43

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bun.lockb

1.17 KB
Binary file not shown.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"license": "Apache-2.0",
2222
"dependencies": {
2323
"@babel/core": "7.26.0",
24-
"@babel/parser": "7.26.1",
24+
"@babel/parser": "7.26.2",
2525
"@babel/types": "7.26.0",
26-
"@babel/generator": "7.26.0",
26+
"@babel/generator": "7.26.2",
2727
"@types/babel__generator": "7.6.8",
2828
"chalk": "4.1.2",
2929
"commander": "12.1.0",
@@ -34,22 +34,22 @@
3434
"cypress": ">=13"
3535
},
3636
"devDependencies": {
37-
"@swc/jest": "0.2.36",
37+
"@swc/jest": "0.2.37",
3838
"@total-typescript/ts-reset": "0.6.1",
3939
"@types/glob": "8.1.0",
4040
"@types/react": "18.3.12",
4141
"@types/jest": "29.5.14",
42-
"@types/node": "22.8.1",
43-
"cypress": "13.15.1",
42+
"@types/node": "22.9.0",
43+
"cypress": "13.15.2",
4444
"husky": "9.1.6",
4545
"jest": "29.7.0",
46-
"eslint": "9.13.0",
47-
"eslint-plugin-cypress": "4.0.0",
46+
"eslint": "9.14.0",
47+
"eslint-plugin-cypress": "4.1.0",
4848
"react": "18.3.1",
4949
"react-dom": "18.3.1",
5050
"tsup": "8.3.5",
5151
"typescript": "5.6.3",
52-
"typescript-eslint": "8.11.0",
52+
"typescript-eslint": "8.13.0",
5353
"vite": "5.4.10"
5454
},
5555
"scripts": {

0 commit comments

Comments
 (0)