Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent 8b776b2 commit 8134588
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 294 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-named-export",
"version": "0.5.0",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"description": "Named export for Vue SFC.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -76,9 +76,9 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"@rollup/pluginutils": "^5.1.2",
"@vue/language-core": "^2.1.6",
"ast-kit": "^1.1.0",
"ast-kit": "^1.2.0",
"magic-string-ast": "^0.6.2",
"muggle-string": "^0.4.1",
"unplugin": "^1.14.1"
Expand All @@ -87,19 +87,19 @@
"@babel/types": "^7.25.6",
"@sxzz/eslint-config": "^4.2.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^22.5.5",
"@types/node": "^22.7.2",
"@vue-macros/test-utils": "^1.7.0",
"bumpp": "^9.5.2",
"change-case": "^5.4.4",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"fast-glob": "^3.3.2",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vite": "^5.4.8",
"vitest": "^2.1.1",
"vue": "^3.5.5",
"vue": "^3.5.8",
"vue-tsc": "^2.1.6"
},
"engines": {
Expand Down
Loading

0 comments on commit 8134588

Please sign in to comment.