Skip to content

Commit 7504897

Browse files
committed
chore: cleanup deps
1 parent 2c2268c commit 7504897

File tree

6 files changed

+61
-181
lines changed

6 files changed

+61
-181
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"./webpack": "./dist/webpack.mjs",
4141
"./package.json": "./package.json"
4242
},
43-
"types": "./dist/index.d.cts",
43+
"types": "./dist/index.d.mts",
4444
"typesVersions": {
4545
"*": {
4646
"*": [
@@ -97,18 +97,18 @@
9797
"@svgr/plugin-jsx": "^8.1.0",
9898
"@types/node": "^25.0.8",
9999
"@types/picomatch": "^4.0.2",
100-
"@types/resolve": "^1.20.6",
101100
"@typescript/native-preview": "7.0.0-dev.20260114.1",
102101
"@vueuse/metadata": "^14.1.0",
103102
"bumpp": "^10.4.0",
104103
"eslint": "^9.39.2",
105-
"fast-glob": "^3.3.3",
106104
"publint": "^0.3.16",
107105
"rolldown": "^1.0.0-beta.60",
108106
"rollup": "^4.55.1",
107+
"tinyglobby": "^0.2.15",
109108
"tsdown": "^0.20.0-beta.3",
110109
"tsx": "^4.21.0",
111110
"typescript": "~5.9.3",
111+
"unplugin-vue-components": "^31.0.0",
112112
"vite": "^7.3.1",
113113
"vitest": "^4.0.17",
114114
"webpack": "^5.104.1"

playground/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"@vitejs/plugin-vue": "^6.0.3",
1313
"@vue/compiler-sfc": "^3.5.26",
1414
"element-plus": "^2.13.1",
15-
"unplugin-vue-components": "^31.0.0",
1615
"vite": "^7.3.1",
1716
"vite-plugin-inspect": "^11.3.3"
1817
}

0 commit comments

Comments
 (0)