Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Mar 9, 2024
1 parent d8f2a2e commit d974cd8
Show file tree
Hide file tree
Showing 2 changed files with 625 additions and 401 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
"index.d.ts"
],
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@vue/compiler-dom": "^3.4.19",
"@vue/compiler-sfc": "^3.4.19",
"@vue/compiler-dom": "^3.4.21",
"@vue/compiler-sfc": "^3.4.21",
"@vuedx/compiler-sfc": "0.7.1",
"@vuedx/template-ast-types": "0.7.1",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"string.prototype.replaceall": "^1.0.9"
},
"devDependencies": {
"@babel/traverse": "^7.23.9",
"@cyco130/eslint-config": "^3.6.4",
"@babel/traverse": "^7.24.0",
"@cyco130/eslint-config": "^3.7.0",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.5",
"@types/node": "20.11.19",
"eslint": "^8.56.0",
"@types/node": "20.11.25",
"eslint": "^8.57.0",
"rimraf": "^5.0.5",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "1.2.2"
"typescript": "^5.4.2",
"vitest": "1.3.1"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit d974cd8

Please sign in to comment.