Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Aug 2, 2024
1 parent 5731854 commit dc2b88f
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 294 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"dev": "pnpm stub",
"play:h5": "pnpm dev && pnpm -C playground run dev:h5",
"play:mp-weixin": "pnpm dev && pnpm -C playground run dev:mp-weixin",
"prepublishOnly": "pnpm build",
"release": "lerna version",
"stub": "pnpm -r --filter=./packages/* --parallel run stub",
"test": "vitest run --typecheck",
Expand All @@ -54,7 +53,7 @@
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"unbuild": "^3.0.0-rc.7",
"vitest": "^2.0.4"
"vitest": "^2.0.5"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
19 changes: 5 additions & 14 deletions packages/uni-app-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"name": "@uni-helper/uni-app-types",
"version": "1.0.0-alpha.0",
"description": "为 uni-app 组件提供 TypeScript 类型",
"keywords": [
"uni-app",
"uniapp",
"types",
"type"
],
"keywords": ["uni-app", "uniapp", "types", "type"],
"homepage": "https://github.com/uni-helper/uni-types/tree/main/packages/uni-app-types",
"bugs": {
"url": "https://github.com/uni-helper/uni-types/issues"
Expand Down Expand Up @@ -49,21 +44,17 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
"*": ["./dist/*", "./dist/index.d.ts"]
}
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "unbuild",
"prepublishOnly": "pnpm build",
"stub": "unbuild --stub"
},
"devDependencies": {
"vue": "^3.4.34"
"vue": "^3.4.35"
},
"peerDependencies": {
"typescript": "^5.0.0",
Expand Down
21 changes: 5 additions & 16 deletions packages/uni-cloud-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@uni-helper/uni-cloud-types",
"version": "1.0.0-alpha.0",
"description": "为 uni-cloud 组件提供 TypeScript 类型",
"keywords": [
"uni-app",
"uniapp",
"uni-cloud",
"unicloud",
"types",
"type"
],
"keywords": ["uni-app", "uniapp", "uni-cloud", "unicloud", "types", "type"],
"homepage": "https://github.com/uni-helper/uni-types/tree/main/packages/uni-cloud-types",
"bugs": {
"url": "https://github.com/uni-helper/uni-types/issues"
Expand Down Expand Up @@ -41,24 +34,20 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
"*": ["./dist/*", "./dist/index.d.ts"]
}
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "unbuild",
"prepublishOnly": "pnpm build",
"stub": "unbuild --stub"
},
"dependencies": {
"@uni-helper/uni-app-types": "workspace:*"
},
"devDependencies": {
"vue": "^3.4.34"
"vue": "^3.4.35"
},
"peerDependencies": {
"typescript": "^5.0.0",
Expand Down
19 changes: 5 additions & 14 deletions packages/uni-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"name": "@uni-helper/uni-types",
"version": "1.0.0-alpha.0",
"description": "为 uni-app 组件、uni-ui 组件和 uni-cloud 组件提供 TypeScript 类型",
"keywords": [
"uni-app",
"uniapp",
"types",
"type"
],
"keywords": ["uni-app", "uniapp", "types", "type"],
"homepage": "https://github.com/uni-helper/uni-types/tree/main/packages/uni-types",
"bugs": {
"url": "https://github.com/uni-helper/uni-types/issues"
Expand Down Expand Up @@ -49,17 +44,13 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
"*": ["./dist/*", "./dist/index.d.ts"]
}
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "unbuild",
"prepublishOnly": "pnpm build",
"stub": "unbuild --stub"
},
"dependencies": {
Expand All @@ -68,7 +59,7 @@
"@uni-helper/uni-ui-types": "workspace:*"
},
"devDependencies": {
"vue": "^3.4.34"
"vue": "^3.4.35"
},
"peerDependencies": {
"typescript": "^5.0.0",
Expand Down
21 changes: 5 additions & 16 deletions packages/uni-ui-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@uni-helper/uni-ui-types",
"version": "1.0.0-alpha.0",
"description": "为 uni-ui 组件提供 TypeScript 类型",
"keywords": [
"uni-app",
"uniapp",
"uni-ui",
"uniui",
"types",
"type"
],
"keywords": ["uni-app", "uniapp", "uni-ui", "uniui", "types", "type"],
"homepage": "https://github.com/uni-helper/uni-types/tree/main/packages/uni-ui-types",
"bugs": {
"url": "https://github.com/uni-helper/uni-types/issues"
Expand Down Expand Up @@ -41,24 +34,20 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
"*": ["./dist/*", "./dist/index.d.ts"]
}
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "unbuild",
"prepublishOnly": "pnpm build",
"stub": "unbuild --stub"
},
"dependencies": {
"@uni-helper/uni-app-types": "workspace:*"
},
"devDependencies": {
"vue": "^3.4.34"
"vue": "^3.4.35"
},
"peerDependencies": {
"typescript": "^5.0.0",
Expand Down
44 changes: 22 additions & 22 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,10 @@
"version": "1.0.0-alpha.0",
"private": true,
"scripts": {
"dev:app": "uni -p app",
"dev:app-android": "uni -p app-android",
"dev:app-ios": "uni -p app-ios",
"dev:app-harmony": "uni -p app-harmony",
"dev:custom": "uni -p",
"dev:h5": "uni",
"dev:h5:ssr": "uni --ssr",
"dev:mp-alipay": "uni -p mp-alipay",
"dev:mp-baidu": "uni -p mp-baidu",
"dev:mp-jd": "uni -p mp-jd",
"dev:mp-kuaishou": "uni -p mp-kuaishou",
"dev:mp-lark": "uni -p mp-lark",
"dev:mp-qq": "uni -p mp-qq",
"dev:mp-toutiao": "uni -p mp-toutiao",
"dev:mp-weixin": "uni -p mp-weixin",
"dev:mp-xhs": "uni -p mp-xhs",
"dev:quickapp-webview": "uni -p quickapp-webview",
"dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
"dev:quickapp-webview-union": "uni -p quickapp-webview-union",
"build:app": "uni build -p app",
"build:app-android": "uni build -p app-android",
"build:app-ios": "uni build -p app-ios",
"build:app-harmony": "uni build -p app-harmony",
"build:app-ios": "uni build -p app-ios",
"build:custom": "uni build -p",
"build:h5": "uni build",
"build:h5:ssr": "uni build --ssr",
Expand All @@ -41,6 +22,25 @@
"build:quickapp-webview": "uni build -p quickapp-webview",
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
"dev:app": "uni -p app",
"dev:app-android": "uni -p app-android",
"dev:app-harmony": "uni -p app-harmony",
"dev:app-ios": "uni -p app-ios",
"dev:custom": "uni -p",
"dev:h5": "uni",
"dev:h5:ssr": "uni --ssr",
"dev:mp-alipay": "uni -p mp-alipay",
"dev:mp-baidu": "uni -p mp-baidu",
"dev:mp-jd": "uni -p mp-jd",
"dev:mp-kuaishou": "uni -p mp-kuaishou",
"dev:mp-lark": "uni -p mp-lark",
"dev:mp-qq": "uni -p mp-qq",
"dev:mp-toutiao": "uni -p mp-toutiao",
"dev:mp-weixin": "uni -p mp-weixin",
"dev:mp-xhs": "uni -p mp-xhs",
"dev:quickapp-webview": "uni -p quickapp-webview",
"dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
"dev:quickapp-webview-union": "uni -p quickapp-webview-union",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
Expand All @@ -59,7 +59,7 @@
"@dcloudio/uni-mp-weixin": "3.0.0-4020420240722002",
"@dcloudio/uni-mp-xhs": "3.0.0-4020420240722002",
"@dcloudio/uni-quickapp-webview": "3.0.0-4020420240722002",
"vue": "^3.4.34",
"vue": "^3.4.35",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
Expand All @@ -70,7 +70,7 @@
"@dcloudio/vite-plugin-uni": "3.0.0-4020420240722002",
"@uni-helper/uni-types": "workspace:*",
"typescript": "^5.5.4",
"vite": "5.2.8",
"vite": "^5.3.5",
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit dc2b88f

Please sign in to comment.