Skip to content

Commit 2a6bf89

Browse files
committed
chore: update deps
1 parent 31b76a5 commit 2a6bf89

File tree

7 files changed

+1306
-1636
lines changed

7 files changed

+1306
-1636
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"release": "pnpm build && changeset && changeset version && changeset publish"
2121
},
2222
"devDependencies": {
23-
"@antfu/eslint-config": "^0.34.0",
23+
"@antfu/eslint-config": "^0.36.0",
2424
"@changesets/cli": "^2.26.0",
25-
"eslint": "^8.31.0",
25+
"eslint": "^8.36.0",
2626
"esmo": "^0.16.3",
2727
"fs-extra": "^11.1.0",
28-
"tsup": "^5.12.1",
29-
"tsx": "^3.12.2",
30-
"typescript": "^4.9.4",
31-
"vite": "^4.0.3",
32-
"vue": "^3.2.45"
28+
"tsup": "^6.6.3",
29+
"tsx": "^3.12.5",
30+
"typescript": "^5.0.2",
31+
"vite": "^4.2.0",
32+
"vue": "^3.2.47"
3333
},
3434
"pnpm": {
3535
"packageExtensions": {

packages/core/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@
4545
"vite": "^3.0.0-0 || ^4.0.0-0"
4646
},
4747
"dependencies": {
48-
"@babel/core": "^7.20.7",
48+
"@babel/core": "^7.21.3",
4949
"@babel/plugin-syntax-import-meta": "^7.10.4",
50-
"@babel/plugin-transform-typescript": "^7.20.7",
50+
"@babel/plugin-transform-typescript": "^7.21.3",
5151
"@vue/babel-plugin-jsx": "^1.1.1",
52-
"@vue/compiler-dom": "^3.2.45",
52+
"@vue/compiler-dom": "^3.2.47",
5353
"esno": "^0.16.3",
54-
"kolorist": "^1.6.0",
55-
"magic-string": "^0.27.0",
56-
"shell-quote": "^1.7.4"
54+
"kolorist": "^1.7.0",
55+
"magic-string": "^0.30.0",
56+
"shell-quote": "^1.8.0"
5757
},
5858
"devDependencies": {
59-
"@types/babel__core": "^7.1.20",
60-
"unplugin": "^1.0.1"
59+
"@types/babel__core": "^7.20.0",
60+
"unplugin": "^1.3.1"
6161
}
6262
}

packages/playground/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"preview": "nuxi preview"
88
},
99
"devDependencies": {
10-
"nuxt": "3.0.0",
10+
"nuxt": "3.3.1",
1111
"unplugin-vue-inspector": "workspace:*",
1212
"vite-plugin-vue-inspector": "workspace:*"
1313
}

packages/playground/vue2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"build": "vite build"
77
},
88
"dependencies": {
9-
"@vue/composition-api": "^1.4.9",
9+
"@vue/composition-api": "^1.7.1",
1010
"vue": "2.6.14",
11-
"vue-template-compiler": "2.6.14"
11+
"vue-template-compiler": "2.7.14"
1212
},
1313
"devDependencies": {
14-
"sass": "^1.49.9",
14+
"sass": "^1.59.3",
1515
"unplugin-vue-inspector": "workspace:*",
1616
"vite-plugin-vue-inspector": "workspace:*",
1717
"vite-plugin-vue2": "^1.9.3"

packages/playground/vue3/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"build": "vite build"
77
},
88
"dependencies": {
9-
"vue": "^3.2.31"
9+
"vue": "^3.2.47"
1010
},
1111
"devDependencies": {
12-
"@vitejs/plugin-vue": "^3.2.0",
13-
"@vitejs/plugin-vue-jsx": "^2.1.1",
14-
"@vue/compiler-sfc": "^3.2.44",
15-
"sass": "^1.49.9",
12+
"@vitejs/plugin-vue": "^4.1.0",
13+
"@vitejs/plugin-vue-jsx": "^3.0.1",
14+
"@vue/compiler-sfc": "^3.2.47",
15+
"sass": "^1.59.3",
1616
"vite-plugin-vue-inspector": "workspace:*"
1717
}
1818
}

packages/unplugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"build:fix": "tsx scripts/postbuild.ts"
6161
},
6262
"dependencies": {
63-
"kolorist": "^1.6.0",
64-
"unplugin": "^1.0.1",
63+
"kolorist": "^1.7.0",
64+
"unplugin": "^1.3.1",
6565
"vite-plugin-vue-inspector": "workspace:*"
6666
},
6767
"devDependencies": {

0 commit comments

Comments
 (0)