Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Jul 8, 2024
1 parent 8549c29 commit 8b59979
Show file tree
Hide file tree
Showing 4 changed files with 649 additions and 576 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.2.24",
"private": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"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.21.1",
"@types/node": "^20.14.8",
"@antfu/eslint-config": "^2.21.3",
"@types/node": "^20.14.10",
"@uni-helper/volar-service-uni-pages": "workspace:*",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"typescript": "^5.5.2",
"rimraf": "^5.0.8",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vite": "^5.3.1",
"vite": "^5.3.3",
"vitest": "^1.6.0"
}
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@uni-helper/uni-env": "^0.1.3",
"@vue/compiler-sfc": "^3.4.30",
"@vue/compiler-sfc": "^3.4.31",
"chokidar": "^3.6.0",
"debug": "^4.3.5",
"detect-indent": "^6.1.0",
Expand All @@ -50,12 +50,12 @@
"json5": "^2.2.3",
"lodash-unified": "^1.0.3",
"magic-string": "^0.30.10",
"unconfig": "^0.3.13",
"unconfig": "^0.4.5",
"yaml": "^2.4.5"
},
"devDependencies": {
"@antfu/utils": "^0.7.8",
"@antfu/utils": "^0.7.10",
"@types/debug": "^4.1.12",
"@types/node": "^20.14.8"
"@types/node": "^20.14.10"
}
}
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@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.30",
"vue": "^3.4.31",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
Expand All @@ -22,6 +22,6 @@
"@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.38"
"postcss": "^8.4.39"
}
}
Loading

0 comments on commit 8b59979

Please sign in to comment.