Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 7995857

Browse files
committed
chore: update deps
1 parent 7cf73f2 commit 7995857

File tree

10 files changed

+2718
-2606
lines changed

10 files changed

+2718
-2606
lines changed

examples/vue-cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"@vue/composition-api": "^1.6.2",
12-
"core-js": "^3.22.7",
11+
"@vue/composition-api": "^1.7.1",
12+
"core-js": "^3.30.2",
1313
"vue": "~2.6.14"
1414
},
1515
"devDependencies": {
16-
"@vue/cli-plugin-babel": "^5.0.4",
17-
"@vue/cli-plugin-typescript": "^5.0.4",
18-
"@vue/cli-service": "^5.0.4",
19-
"typescript": "^4.7.4",
16+
"@vue/cli-plugin-babel": "^5.0.8",
17+
"@vue/cli-plugin-typescript": "^5.0.8",
18+
"@vue/cli-service": "^5.0.8",
19+
"typescript": "^5.1.3",
2020
"unplugin-vue2-script-setup": "workspace:*",
2121
"vue-template-compiler": "~2.6.14",
22-
"vue-tsc": "^0.38.1"
22+
"vue-tsc": "^1.6.5"
2323
}
2424
}

package.json

Lines changed: 36 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "unplugin-vue2-script-setup",
33
"version": "0.11.3",
4-
"packageManager": "pnpm@7.5.0",
4+
"packageManager": "pnpm@8.6.0",
55
"description": "Bring <script setup> to Vue 2",
6-
"keywords": [],
76
"homepage": "https://github.com/antfu/unplugin-vue2-script-setup#readme",
87
"bugs": {
98
"url": "https://github.com/antfu/unplugin-vue2-script-setup/issues"
@@ -83,45 +82,45 @@
8382
},
8483
"dependencies": {
8584
"@antfu/utils": "^0.7.4",
86-
"@babel/core": "^7.18.0",
87-
"@babel/generator": "^7.18.0",
88-
"@babel/parser": "^7.18.0",
89-
"@babel/traverse": "^7.18.0",
90-
"@babel/types": "^7.18.0",
91-
"@rollup/pluginutils": "^4.2.1",
92-
"@vue/compiler-core": "^3.2.36",
93-
"@vue/compiler-dom": "^3.2.36",
94-
"@vue/reactivity-transform": "^3.2.36",
95-
"@vue/shared": "^3.2.36",
96-
"defu": "^6.0.0",
97-
"magic-string": "^0.26.2",
98-
"unplugin": "^0.7.2"
85+
"@babel/core": "^7.22.1",
86+
"@babel/generator": "^7.22.3",
87+
"@babel/parser": "^7.22.4",
88+
"@babel/traverse": "^7.22.4",
89+
"@babel/types": "^7.22.4",
90+
"@rollup/pluginutils": "^5.0.2",
91+
"@vue/compiler-core": "^3.3.4",
92+
"@vue/compiler-dom": "^3.3.4",
93+
"@vue/reactivity-transform": "^3.3.4",
94+
"@vue/shared": "^3.3.4",
95+
"defu": "^6.1.2",
96+
"magic-string": "^0.30.0",
97+
"unplugin": "^1.3.1"
9998
},
10099
"devDependencies": {
101-
"@antfu/eslint-config": "^0.23.1",
102-
"@antfu/ni": "^0.16.2",
103-
"@rollup/plugin-alias": "^3.1.9",
104-
"@rollup/plugin-commonjs": "^22.0.0",
105-
"@rollup/plugin-json": "^4.1.0",
106-
"@rollup/plugin-node-resolve": "^13.3.0",
107-
"@types/babel__core": "^7.1.19",
108-
"@types/estree": "^0.0.51",
109-
"@types/node": "^17.0.35",
100+
"@antfu/eslint-config": "^0.39.5",
101+
"@antfu/ni": "^0.21.3",
102+
"@rollup/plugin-alias": "^5.0.0",
103+
"@rollup/plugin-commonjs": "^25.0.0",
104+
"@rollup/plugin-json": "^6.0.0",
105+
"@rollup/plugin-node-resolve": "^15.1.0",
106+
"@types/babel__core": "^7.20.1",
107+
"@types/estree": "^1.0.1",
108+
"@types/node": "^18.16.16",
110109
"@types/pug": "^2.0.6",
111-
"@types/ws": "^8.5.3",
112-
"@vue/composition-api": "^1.6.2",
113-
"@vue/runtime-dom": "^3.2.36",
114-
"bumpp": "^7.1.1",
115-
"eslint": "^8.16.0",
116-
"fast-glob": "^3.2.11",
110+
"@types/ws": "^8.5.4",
111+
"@vue/composition-api": "^1.7.1",
112+
"@vue/runtime-dom": "^3.3.4",
113+
"bumpp": "^9.1.0",
114+
"eslint": "^8.42.0",
115+
"fast-glob": "^3.2.12",
117116
"pug": "^3.0.2",
118-
"rimraf": "^3.0.2",
119-
"rollup": "^2.74.1",
120-
"rollup-plugin-dts": "^4.2.1",
121-
"rollup-plugin-typescript2": "^0.31.2",
122-
"typescript": "^4.7.4",
123-
"vite": "^2.9.9",
124-
"vitest": "^0.12.9"
117+
"rimraf": "^5.0.1",
118+
"rollup": "^3.23.1",
119+
"rollup-plugin-dts": "^5.3.0",
120+
"rollup-plugin-typescript2": "^0.34.1",
121+
"typescript": "^5.1.3",
122+
"vite": "^4.3.9",
123+
"vitest": "^0.31.4"
125124
},
126125
"pnpm": {
127126
"overrides": {

playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"build": "vite build"
66
},
77
"dependencies": {
8-
"@vue/composition-api": "^1.6.2",
8+
"@vue/composition-api": "^1.7.1",
99
"vue": "^2.6.14"
1010
},
1111
"devDependencies": {
12-
"vite": "^2.9.9",
13-
"vite-plugin-inspect": "^0.5.0",
14-
"vite-plugin-vue2": "^2.0.1",
15-
"vue-template-compiler": "^2.6.14"
12+
"vite": "^4.3.9",
13+
"vite-plugin-inspect": "^0.7.28",
14+
"vite-plugin-vue2": "^2.0.3",
15+
"vue-template-compiler": "^2.7.14"
1616
}
1717
}

0 commit comments

Comments
 (0)