Skip to content

Commit 3ce229a

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update all non-major dependencies (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent a05b9cb commit 3ce229a

File tree

3 files changed

+813
-464
lines changed

3 files changed

+813
-464
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.4.0",
4-
"packageManager": "pnpm@9.0.5",
4+
"packageManager": "pnpm@9.1.4",
55
"description": "Named export for Vue SFC.",
66
"keywords": [
77
"unplugin",
@@ -76,30 +76,30 @@
7676
},
7777
"dependencies": {
7878
"@rollup/pluginutils": "^5.1.0",
79-
"@vue/language-core": "^2.0.11",
80-
"ast-kit": "^0.12.1",
81-
"magic-string-ast": "^0.3.0",
79+
"@vue/language-core": "^2.0.19",
80+
"ast-kit": "^0.12.2",
81+
"magic-string-ast": "^0.6.1",
8282
"unplugin": "^1.10.1"
8383
},
8484
"devDependencies": {
85-
"@babel/types": "^7.24.0",
86-
"@sxzz/eslint-config": "^3.9.0",
87-
"@sxzz/prettier-config": "^2.0.1",
88-
"@types/node": "^20.12.6",
85+
"@babel/types": "^7.24.6",
86+
"@sxzz/eslint-config": "^3.11.0",
87+
"@sxzz/prettier-config": "^2.0.2",
88+
"@types/node": "^20.14.0",
8989
"@vue-macros/test-utils": "^1.4.0",
90-
"bumpp": "^9.4.0",
90+
"bumpp": "^9.4.1",
9191
"change-case": "^5.4.4",
92-
"eslint": "^9.0.0",
92+
"eslint": "^9.4.0",
9393
"eslint-define-config": "^1.24.1",
9494
"fast-glob": "^3.3.2",
95-
"prettier": "^3.2.5",
95+
"prettier": "^3.3.0",
9696
"tsup": "^8.0.2",
97-
"tsx": "^4.7.2",
98-
"typescript": "^5.4.4",
99-
"vite": "^5.2.8",
100-
"vitest": "^1.4.0",
101-
"vue": "^3.4.21",
102-
"vue-tsc": "^2.0.11"
97+
"tsx": "^4.11.0",
98+
"typescript": "^5.4.5",
99+
"vite": "^5.2.12",
100+
"vitest": "^1.6.0",
101+
"vue": "^3.4.27",
102+
"vue-tsc": "^2.0.19"
103103
},
104104
"engines": {
105105
"node": ">=16.14.0"

0 commit comments

Comments
 (0)