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 Oct 21, 2024
1 parent 59566fb commit ea50dc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "7.25.7",
"@babel/parser": "7.25.7",
"@babel/types": "7.25.7",
"@babel/core": "7.25.8",
"@babel/parser": "7.25.8",
"@babel/types": "7.25.8",
"@babel/generator": "7.25.7",
"@types/babel__generator": "7.6.8",
"chalk": "4.1.2",
Expand All @@ -39,18 +39,18 @@
"@types/glob": "8.1.0",
"@types/react": "18.3.11",
"@types/jest": "29.5.13",
"@types/node": "22.7.4",
"@types/node": "22.7.7",
"cypress": "13.15.0",
"husky": "9.1.6",
"jest": "29.7.0",
"eslint": "9.12.0",
"eslint-plugin-cypress": "3.5.0",
"eslint": "9.13.0",
"eslint-plugin-cypress": "3.6.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsup": "8.3.0",
"typescript": "5.6.2",
"typescript-eslint": "8.8.0",
"vite": "5.4.8"
"typescript": "5.6.3",
"typescript-eslint": "8.11.0",
"vite": "5.4.9"
},
"scripts": {
"build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",
Expand Down

0 comments on commit ea50dc7

Please sign in to comment.