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 Nov 18, 2024
1 parent 3d80401 commit f64f158
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "7.26.0",
"@babel/parser": "7.26.1",
"@babel/parser": "7.26.2",
"@babel/types": "7.26.0",
"@babel/generator": "7.26.0",
"@babel/generator": "7.26.2",
"@types/babel__generator": "7.6.8",
"chalk": "4.1.2",
"commander": "12.1.0",
Expand All @@ -34,23 +34,23 @@
"cypress": ">=13"
},
"devDependencies": {
"@swc/jest": "0.2.36",
"@swc/jest": "0.2.37",
"@total-typescript/ts-reset": "0.6.1",
"@types/glob": "8.1.0",
"@types/react": "18.3.12",
"@types/jest": "29.5.14",
"@types/node": "22.8.1",
"cypress": "13.15.1",
"husky": "9.1.6",
"@types/node": "22.9.0",
"cypress": "13.15.2",
"husky": "9.1.7",
"jest": "29.7.0",
"eslint": "9.13.0",
"eslint-plugin-cypress": "4.0.0",
"eslint": "9.15.0",
"eslint-plugin-cypress": "4.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsup": "8.3.5",
"typescript": "5.6.3",
"typescript-eslint": "8.11.0",
"vite": "5.4.10"
"typescript-eslint": "8.15.0",
"vite": "5.4.11"
},
"scripts": {
"build": "tsup src/index.ts src/cli.ts --clean --dts --format cjs",
Expand Down

0 comments on commit f64f158

Please sign in to comment.