Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2023
1 parent ed51fd6 commit 1dc8697
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.0.0",
"axios": "^1.2.2",
"axios": "^1.3.3",
"ohmyfetch": "^0.4.21",
"unbuild": "^1.1.1",
"vite": "^4.1.1",
"vitest": "^0.28.5",
"wrangler": "^2.6.2"
},
"peerDependencies": {
"axios": "^1.2.2",
"axios": "^1.3.3",
"ohmyfetch": "^0.4.21",
"vite": "^3.1.8 || ^4.0.0",
"wrangler": "^2.6.2"
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.2.2"
"axios": "^1.3.3"
},
"devDependencies": {
"vite": "^4.1.1",
Expand Down
16 changes: 8 additions & 8 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 1dc8697

Please sign in to comment.