Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Apr 14, 2024
1 parent fa66802 commit 537f7a6
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 236 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"index.d.ts"
],
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@vue/compiler-dom": "^3.4.21",
"@vue/compiler-sfc": "^3.4.21",
Expand All @@ -33,15 +33,15 @@
},
"devDependencies": {
"@babel/traverse": "^7.24.1",
"@cyco130/eslint-config": "^3.7.1",
"@cyco130/eslint-config": "^3.8.2",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.5",
"@types/node": "20.11.30",
"@types/node": "20.12.7",
"eslint": "^8.57.0",
"rimraf": "^5.0.5",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vitest": "1.4.0"
"typescript": "^5.4.5",
"vitest": "1.5.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 537f7a6

Please sign in to comment.