Skip to content

Commit 808a252

Browse files
fix(deps): update all non-major dependencies
1 parent 4270fa9 commit 808a252

File tree

3 files changed

+994
-160
lines changed

3 files changed

+994
-160
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@uni-helper/vite-plugin-uni-layouts",
33
"type": "module",
44
"version": "0.1.11",
5-
"packageManager": "pnpm@8.9.0",
5+
"packageManager": "pnpm@8.15.9",
66
"description": "Customizable layouts framework for uni-app applications using Vite.",
77
"author": "KeJun",
88
"license": "MIT",
@@ -61,9 +61,9 @@
6161
"dependencies": {
6262
"@babel/types": "^7.23.5",
6363
"@uni-helper/uni-env": "^0.1.1",
64-
"@vue/compiler-core": "3.4.21",
65-
"@vue/compiler-sfc": "3.4.21",
66-
"ast-kit": "^0.11.3",
64+
"@vue/compiler-core": "3.5.20",
65+
"@vue/compiler-sfc": "3.5.20",
66+
"ast-kit": "^0.12.0",
6767
"c12": "^1.5.1",
6868
"chokidar": "^3.5.3",
6969
"fast-glob": "^3.3.2",
@@ -72,7 +72,7 @@
7272
"scule": "^1.1.1"
7373
},
7474
"devDependencies": {
75-
"@antfu/eslint-config": "1.0.0-beta.26",
75+
"@antfu/eslint-config": "1.2.1",
7676
"@types/node": "^20.10.4",
7777
"bumpp": "^9.2.1",
7878
"eslint": "^8.55.0",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@dcloudio/uni-stacktracey": "3.0.0-alpha-4070620250722001",
5959
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-4070620250722001",
6060
"@uni-helper/vite-plugin-uni-layouts": "workspace:*",
61-
"@uni-helper/vite-plugin-uni-pages": "^0.2.12",
61+
"@uni-helper/vite-plugin-uni-pages": "^0.3.0",
6262
"typescript": "^4.9.5",
6363
"vite": "^4.4.11"
6464
}

0 commit comments

Comments
 (0)