Skip to content

Commit 0fafda3

Browse files
chore(deps): update dependencies (#412)
fix(deps): update dependencies Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6148a4 commit 0fafda3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bun.lockb

2.04 KB
Binary file not shown.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"license": "Apache-2.0",
2222
"dependencies": {
2323
"@babel/core": "7.26.0",
24-
"@babel/parser": "7.26.2",
25-
"@babel/types": "7.26.0",
26-
"@babel/generator": "7.26.2",
24+
"@babel/parser": "7.26.3",
25+
"@babel/types": "7.26.3",
26+
"@babel/generator": "7.26.3",
2727
"@types/babel__generator": "7.6.8",
2828
"chalk": "4.1.2",
2929
"commander": "12.1.0",
3030
"glob": "11.0.0",
31-
"prettier": "3.3.3"
31+
"prettier": "3.4.2"
3232
},
3333
"peerDependencies": {
3434
"cypress": ">=13"
@@ -39,17 +39,17 @@
3939
"@types/glob": "8.1.0",
4040
"@types/react": "19.0.1",
4141
"@types/jest": "29.5.14",
42-
"@types/node": "22.9.3",
43-
"cypress": "13.16.0",
42+
"@types/node": "22.10.1",
43+
"cypress": "13.16.1",
4444
"husky": "9.1.7",
4545
"jest": "29.7.0",
46-
"eslint": "9.15.0",
46+
"eslint": "9.16.0",
4747
"eslint-plugin-cypress": "4.1.0",
4848
"react": "19.0.0",
4949
"react-dom": "19.0.0",
5050
"tsup": "8.3.5",
5151
"typescript": "5.7.2",
52-
"typescript-eslint": "8.15.0",
52+
"typescript-eslint": "8.17.0",
5353
"vite": "5.4.11"
5454
},
5555
"scripts": {

0 commit comments

Comments
 (0)