Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 20ae47c commit a69aa1b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
},
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "7.26.0",
"@babel/parser": "7.26.3",
"@babel/types": "7.26.3",
"@babel/generator": "7.26.3",
"@babel/core": "7.26.7",
"@babel/parser": "7.26.7",
"@babel/types": "7.26.7",
"@babel/generator": "7.26.5",
"@types/babel__generator": "7.6.8",
"chalk": "4.1.2",
"commander": "12.1.0",
"glob": "11.0.0",
"glob": "11.0.1",
"prettier": "3.4.2"
},
"peerDependencies": {
Expand All @@ -37,19 +37,19 @@
"@swc/jest": "0.2.37",
"@total-typescript/ts-reset": "0.6.1",
"@types/glob": "8.1.0",
"@types/react": "19.0.2",
"@types/react": "19.0.8",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/node": "22.13.1",
"cypress": "13.17.0",
"husky": "9.1.7",
"jest": "29.7.0",
"eslint": "9.17.0",
"eslint": "9.19.0",
"eslint-plugin-cypress": "4.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"tsup": "8.3.6",
"typescript": "5.7.3",
"typescript-eslint": "8.23.0",
"vite": "6.0.5"
},
"scripts": {
Expand Down

0 comments on commit a69aa1b

Please sign in to comment.