Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
  • Loading branch information
renovate[bot] and sxzz committed Mar 4, 2024
1 parent 999ad09 commit b4e1ce2
Show file tree
Hide file tree
Showing 5 changed files with 1,253 additions and 809 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ type Options = {
* Convert filename to export name
* @default pascalCaseFn
*/
resolveName?(id: string): string | Promise<string>
resolveName?: (id: string) => string | Promise<string>
/**
* Whether to keep default export
* @default false
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-named-export",
"version": "0.3.0",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.15.4",
"description": "Named export for Vue SFC.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -75,30 +75,30 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.5",
"ast-kit": "^0.11.2",
"@rollup/pluginutils": "^5.1.0",
"ast-kit": "^0.12.1",
"magic-string-ast": "^0.3.0",
"unplugin": "^1.5.1"
"unplugin": "^1.8.0"
},
"devDependencies": {
"@babel/types": "^7.23.3",
"@sxzz/eslint-config": "^3.7.4",
"@sxzz/prettier-config": "^2.0.0",
"@types/node": "^20.9.2",
"@vue-macros/test-utils": "^1.3.0",
"@vue/language-core": "^1.8.22",
"bumpp": "^9.2.0",
"change-case": "^5.2.0",
"eslint": "^8.54.0",
"@babel/types": "^7.24.0",
"@sxzz/eslint-config": "^3.8.5",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.11.24",
"@vue-macros/test-utils": "^1.4.0",
"@vue/language-core": "^1.8.27",
"bumpp": "^9.3.1",
"change-case": "^5.4.3",
"eslint": "^8.57.0",
"eslint-define-config": "^1.24.1",
"fast-glob": "^3.3.2",
"prettier": "^3.1.0",
"tsup": "^8.0.1",
"tsx": "^4.1.4",
"typescript": "^5.2.2",
"vite": "^5.0.4",
"vitest": "^1.0.4",
"vue": "^3.3.8",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1",
"vue": "^3.4.21",
"vue-tsc": "^2.0.3"
},
"engines": {
Expand Down

0 comments on commit b4e1ce2

Please sign in to comment.