Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Aug 7, 2023
1 parent 5b23437 commit d2553f9
Show file tree
Hide file tree
Showing 3 changed files with 561 additions and 331 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.4.0",
"license": "MIT",
"packageManager": "pnpm@8.6.7",
"packageManager": "pnpm@8.6.12",
"description": "The Axios adapter for uniapp",
"homepage": "https://github.com/uni-helper/axios-adapter",
"repository": {
Expand Down Expand Up @@ -45,15 +45,15 @@
},
"devDependencies": {
"@dcloudio/types": "^3.3.3",
"@types/node": "^18.16.14",
"@types/node": "^20.4.8",
"axios": "^1.4.0",
"bumpp": "^9.1.0",
"eslint": "^8.41.0",
"pnpm": "^8.5.1",
"bumpp": "^9.1.1",
"eslint": "^8.46.0",
"pnpm": "^8.6.12",
"rimraf": "^5.0.1",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.8"
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"vite": "^4.4.9"
},
"dependencies": {
"form-data": "^4.0.0"
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3080320230523001",
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3080320230523001",
"@uni-helper/axios-adapter": "workspace:*",
"@vueuse/core": "^9.13.0",
"@vueuse/integrations": "^9.13.0",
"@vueuse/shared": "^9.13.0",
"@vueuse/core": "^10.3.0",
"@vueuse/integrations": "^10.3.0",
"@vueuse/shared": "^10.3.0",
"axios": "^1.4.0",
"vue": "^3.3.4",
"vue-demi": "^0.14.5",
Expand All @@ -63,8 +63,8 @@
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3080320230523001",
"@dcloudio/uni-stacktracey": "3.0.0-alpha-3080320230523001",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3080320230523001",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vitest": "^0.33.0"
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vitest": "^0.34.1"
}
}
Loading

0 comments on commit d2553f9

Please sign in to comment.