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 21, 2024
1 parent e081a2e commit e1044d9
Show file tree
Hide file tree
Showing 6 changed files with 359 additions and 403 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.0",
"@types/node": "^20.15.0",
"@uni-helper/volar-service-uni-pages": "workspace:*",
"@types/node": "^20.16.1",
"bumpp": "^9.5.1",
"eslint": "^9.9.0",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.4.1",
"vitest": "^2.0.5"
}
}
20 changes: 18 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@
"version": "0.2.27",
"description": "File system based routing for uni-app applications using Vite",
"author": "KeJun",
"maintainers": [
{
"email": "[email protected]",
"name": "ModyQyW",
"url": "https://modyyw.top"
}
],
"license": "MIT",
"funding": [
"https://afdian.net/a/kejun",
"https://github.com/ModyQyW/sponsors"
],
"homepage": "https://github.com/uni-helper/vite-plugin-uni-pages#readme",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +48,11 @@
],
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
"stub": "unbuild --stub",
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"vite": "^5.0.0"
},
"dependencies": {
"@uni-helper/uni-env": "^0.1.4",
Expand All @@ -57,6 +72,7 @@
"@antfu/utils": "^0.7.10",
"@types/debug": "^4.1.12",
"@types/lodash.groupby": "^4.6.9",
"@types/node": "^20.15.0"
"@types/node": "^20.15.0",
"vite": "^5.4.1"
}
}
16 changes: 8 additions & 8 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"build:mp-weixin": "uni build -p mp-weixin"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-4010520240507001",
"@dcloudio/uni-components": "3.0.0-4010520240507001",
"@dcloudio/uni-h5": "3.0.0-4010520240507001",
"@dcloudio/uni-mp-weixin": "3.0.0-4010520240507001",
"@dcloudio/uni-app": "3.0.0-4020420240722002",
"@dcloudio/uni-components": "3.0.0-4020420240722002",
"@dcloudio/uni-h5": "3.0.0-4020420240722002",
"@dcloudio/uni-mp-weixin": "3.0.0-4020420240722002",
"vue": "^3.4.38",
"vue-i18n": "^9.14.0"
},
"devDependencies": {
"@dcloudio/types": "^3.4.12",
"@dcloudio/uni-automator": "3.0.0-4010520240507001",
"@dcloudio/uni-cli-shared": "3.0.0-4010520240507001",
"@dcloudio/vite-plugin-uni": "3.0.0-4010520240507001",
"@dcloudio/uni-automator": "3.0.0-4020420240722002",
"@dcloudio/uni-cli-shared": "3.0.0-4020420240722002",
"@dcloudio/vite-plugin-uni": "3.0.0-4020420240722002",
"@uni-helper/vite-plugin-uni-pages": "workspace:*",
"postcss": "^8.4.41"
"vite": "^5.4.1"
}
}
15 changes: 13 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
"version": "0.2.27",
"description": "Schema for uni-app pages.json",
"author": "KeJun",
"maintainers": [
{
"email": "[email protected]",
"name": "ModyQyW",
"url": "https://modyyw.top"
}
],
"license": "MIT",
"funding": [
"https://afdian.net/a/kejun",
"https://github.com/ModyQyW/sponsors"
],
"homepage": "https://github.com/uni-helper/vite-plugin-uni-pages#readme",
"repository": {
"type": "git",
Expand All @@ -14,8 +25,8 @@
"jsonschema"
],
"scripts": {
"generate": "ts-json-schema-generator -p \"../core/src/config/types/index.ts\" -t \"PagesConfig\" -o \"schema.json\" --no-type-check",
"prepublishOnly": "pnpm generate"
"build": "ts-json-schema-generator -p \"../core/src/config/types/index.ts\" -t \"PagesConfig\" -o \"schema.json\" --no-type-check",
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"ts-json-schema-generator": "^2.3.0"
Expand Down
22 changes: 20 additions & 2 deletions packages/volar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
"version": "0.2.27",
"description": "Volar plugin for uni-pages route custom block in Vue SFC",
"author": "KeJun",
"maintainers": [
{
"email": "[email protected]",
"name": "ModyQyW",
"url": "https://modyyw.top"
}
],
"license": "MIT",
"funding": [
"https://afdian.net/a/kejun",
"https://github.com/ModyQyW/sponsors"
],
"homepage": "https://github.com/uni-helper/vite-plugin-uni-pages#readme",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,6 +50,14 @@
"build": "unbuild",
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"@volar/language-service": "^1.11.1"
},
"peerDependenciesMeta": {
"@volar/language-service": {
"optional": true
}
},
"dependencies": {
"@uni-helper/pages-json-schema": "workspace:^",
"vscode-json-languageservice": "^5.4.0",
Expand All @@ -47,7 +66,6 @@
},
"devDependencies": {
"@types/json-schema": "^7.0.15",
"@volar/language-service": "1.10.3",
"unbuild": "^2.0.0"
"@volar/language-service": "^1.11.1"
}
}
Loading

0 comments on commit e1044d9

Please sign in to comment.