Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^1.3.6 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 authored Apr 22, 2023
2 parents 99d3e77 + 20b306c commit fe5daf0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/vite-plugin-cloudflare-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^18.15.13",
"axios": "^1.3.5",
"axios": "^1.3.6",
"ohmyfetch": "^0.4.21",
"unbuild": "^1.2.1",
"vite": "^4.3.1",
"vitest": "^0.30.1",
"wrangler": "^2.15.0"
},
"peerDependencies": {
"axios": "^1.3.5",
"axios": "^1.3.6",
"ohmyfetch": "^0.4.21",
"vite": "^3.1.8 || ^4.0.0",
"wrangler": "^2.15.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite"
},
"dependencies": {
"axios": "^1.3.5",
"axios": "^1.3.6",
"vue": "^3.2.47"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe5daf0

Please sign in to comment.