Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Jan 29, 2024
1 parent 0a28b09 commit 39aa9a8
Show file tree
Hide file tree
Showing 2 changed files with 428 additions and 169 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.23.7",
"@babel/core": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@vue/compiler-dom": "^3.4.15",
"@vue/compiler-sfc": "^3.4.15",
Expand All @@ -32,16 +32,16 @@
"string.prototype.replaceall": "^1.0.8"
},
"devDependencies": {
"@babel/traverse": "^7.23.7",
"@cyco130/eslint-config": "^3.6.2",
"@babel/traverse": "^7.23.9",
"@cyco130/eslint-config": "^3.6.3",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.5",
"@types/node": "20.11.5",
"@types/node": "20.11.10",
"eslint": "^8.56.0",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "1.2.1"
"vitest": "1.2.2"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 39aa9a8

Please sign in to comment.