Skip to content

Commit

Permalink
chore: release v0.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Aug 18, 2024
1 parent 949d403 commit 6d3e972
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@vite-plugin-uni-pages/monorepo",
"type": "module",
"version": "0.2.26",
"version": "0.2.27",
"private": true,
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.7.1",
"description": "Use TypeScript to write pages.json of uni-app",
"author": "KeJun",
"license": "MIT",
Expand Down Expand Up @@ -31,15 +31,15 @@
"lint:fix": "pnpm lint --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.2",
"@types/node": "^20.14.10",
"@antfu/eslint-config": "^2.26.0",
"@types/node": "^20.15.0",
"@uni-helper/volar-service-uni-pages": "workspace:*",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"bumpp": "^9.5.1",
"eslint": "^9.9.0",
"rimraf": "^6.0.1",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.3.3",
"vitest": "^2.0.2"
"vite": "^5.4.1",
"vitest": "^2.0.5"
}
}
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uni-helper/vite-plugin-uni-pages",
"type": "module",
"version": "0.2.26",
"version": "0.2.27",
"description": "File system based routing for uni-app applications using Vite",
"author": "KeJun",
"license": "MIT",
Expand Down Expand Up @@ -40,23 +40,23 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@uni-helper/uni-env": "^0.1.3",
"@vue/compiler-sfc": "^3.4.31",
"@uni-helper/uni-env": "^0.1.4",
"@vue/compiler-sfc": "^3.4.38",
"chokidar": "^3.6.0",
"debug": "^4.3.5",
"debug": "^4.3.6",
"detect-indent": "^6.1.0",
"detect-newline": "^3.1.0",
"fast-glob": "^3.3.2",
"json5": "^2.2.3",
"lodash.groupby": "^4.6.0",
"magic-string": "^0.30.10",
"unconfig": "^0.4.5",
"yaml": "^2.4.5"
"magic-string": "^0.30.11",
"unconfig": "^0.5.5",
"yaml": "^2.5.0"
},
"devDependencies": {
"@antfu/utils": "^0.7.10",
"@types/debug": "^4.1.12",
"@types/lodash.groupby": "^4.6.9",
"@types/node": "^20.14.10"
"@types/node": "^20.15.0"
}
}
10 changes: 5 additions & 5 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.2.26",
"version": "0.2.27",
"private": true,
"scripts": {
"dev:h5": "uni",
Expand All @@ -13,15 +13,15 @@
"@dcloudio/uni-components": "3.0.0-4010520240507001",
"@dcloudio/uni-h5": "3.0.0-4010520240507001",
"@dcloudio/uni-mp-weixin": "3.0.0-4010520240507001",
"vue": "^3.4.31",
"vue-i18n": "^9.13.1"
"vue": "^3.4.38",
"vue-i18n": "^9.14.0"
},
"devDependencies": {
"@dcloudio/types": "^3.4.10",
"@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",
"@uni-helper/vite-plugin-uni-pages": "workspace:*",
"postcss": "^8.4.39"
"postcss": "^8.4.41"
}
}
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uni-helper/pages-json-schema",
"version": "0.2.26",
"version": "0.2.27",
"description": "Schema for uni-app pages.json",
"author": "KeJun",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/volar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uni-helper/volar-service-uni-pages",
"version": "0.2.26",
"version": "0.2.27",
"description": "Volar plugin for uni-pages route custom block in Vue SFC",
"author": "KeJun",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@uni-helper/pages-json-schema": "workspace:^",
"vscode-json-languageservice": "^5.4.0",
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-languageserver-textdocument": "^1.0.12",
"yaml-language-server": "^1.15.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6d3e972

Please sign in to comment.