Skip to content

Commit 841da81

Browse files
chore(deps): update all non-major dependencies
1 parent 29cad5c commit 841da81

File tree

2 files changed

+805
-406
lines changed

2 files changed

+805
-406
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.3.0",
4-
"packageManager": "pnpm@8.9.2",
4+
"packageManager": "pnpm@8.10.5",
55
"description": "Named export for Vue SFC.",
66
"keywords": [
77
"unplugin",
@@ -78,28 +78,28 @@
7878
"@rollup/pluginutils": "^5.0.5",
7979
"ast-kit": "^0.11.2",
8080
"magic-string-ast": "^0.3.0",
81-
"unplugin": "^1.5.0"
81+
"unplugin": "^1.5.1"
8282
},
8383
"devDependencies": {
84-
"@babel/types": "^7.23.0",
85-
"@sxzz/eslint-config": "^3.6.4",
84+
"@babel/types": "^7.23.3",
85+
"@sxzz/eslint-config": "^3.7.4",
8686
"@sxzz/prettier-config": "^1.0.4",
87-
"@types/node": "^20.8.6",
88-
"@vue-macros/test-utils": "^1.1.3",
89-
"@vue/language-core": "^1.8.19",
87+
"@types/node": "^20.9.2",
88+
"@vue-macros/test-utils": "^1.3.0",
89+
"@vue/language-core": "^1.8.22",
9090
"bumpp": "^9.2.0",
91-
"change-case": "^5.0.2",
92-
"eslint": "^8.51.0",
91+
"change-case": "^5.2.0",
92+
"eslint": "^8.54.0",
9393
"eslint-define-config": "^1.24.1",
94-
"fast-glob": "^3.3.1",
95-
"prettier": "^3.0.3",
96-
"tsup": "^7.2.0",
97-
"tsx": "^4.1.1",
94+
"fast-glob": "^3.3.2",
95+
"prettier": "^3.1.0",
96+
"tsup": "^7.3.0",
97+
"tsx": "^4.1.3",
9898
"typescript": "^5.2.2",
99-
"vite": "^4.4.11",
99+
"vite": "^4.5.0",
100100
"vitest": "^0.34.6",
101-
"vue": "^3.3.4",
102-
"vue-tsc": "^1.8.19"
101+
"vue": "^3.3.8",
102+
"vue-tsc": "^1.8.22"
103103
},
104104
"engines": {
105105
"node": ">=16.14.0"

0 commit comments

Comments
 (0)