Skip to content

Commit 5432c51

Browse files
fix(deps): update dependencies
1 parent 20ae47c commit 5432c51

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

bun.lockb

3.3 KB
Binary file not shown.

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
},
2121
"license": "Apache-2.0",
2222
"dependencies": {
23-
"@babel/core": "7.26.0",
24-
"@babel/parser": "7.26.3",
25-
"@babel/types": "7.26.3",
26-
"@babel/generator": "7.26.3",
23+
"@babel/core": "7.26.7",
24+
"@babel/parser": "7.26.7",
25+
"@babel/types": "7.26.7",
26+
"@babel/generator": "7.26.5",
2727
"@types/babel__generator": "7.6.8",
2828
"chalk": "4.1.2",
2929
"commander": "12.1.0",
30-
"glob": "11.0.0",
30+
"glob": "11.0.1",
3131
"prettier": "3.4.2"
3232
},
3333
"peerDependencies": {
@@ -37,19 +37,19 @@
3737
"@swc/jest": "0.2.37",
3838
"@total-typescript/ts-reset": "0.6.1",
3939
"@types/glob": "8.1.0",
40-
"@types/react": "19.0.2",
40+
"@types/react": "19.0.8",
4141
"@types/jest": "29.5.14",
42-
"@types/node": "22.10.2",
42+
"@types/node": "22.10.10",
4343
"cypress": "13.17.0",
4444
"husky": "9.1.7",
4545
"jest": "29.7.0",
46-
"eslint": "9.17.0",
46+
"eslint": "9.19.0",
4747
"eslint-plugin-cypress": "4.1.0",
4848
"react": "19.0.0",
4949
"react-dom": "19.0.0",
50-
"tsup": "8.3.5",
51-
"typescript": "5.7.2",
52-
"typescript-eslint": "8.18.1",
50+
"tsup": "8.3.6",
51+
"typescript": "5.7.3",
52+
"typescript-eslint": "8.21.0",
5353
"vite": "6.0.5"
5454
},
5555
"scripts": {

0 commit comments

Comments
 (0)