Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 961f536

Browse files
authoredNov 19, 2024··
fix(deps): update dependencies
1 parent 3d80401 commit 961f536

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎bun.lockb

-4.42 KB
Binary file not shown.

‎package.json

+10-10
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,23 +34,23 @@
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",
44-
"husky": "9.1.6",
42+
"@types/node": "22.9.1",
43+
"cypress": "13.15.2",
44+
"husky": "9.1.7",
4545
"jest": "29.7.0",
46-
"eslint": "9.13.0",
47-
"eslint-plugin-cypress": "4.0.0",
46+
"eslint": "9.15.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",
53-
"vite": "5.4.10"
52+
"typescript-eslint": "8.15.0",
53+
"vite": "5.4.11"
5454
},
5555
"scripts": {
5656
"build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",

0 commit comments

Comments
 (0)