Skip to content

Commit

Permalink
chore: upgrade axios (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciNyan committed Aug 13, 2024
1 parent e595400 commit be53f56
Show file tree
Hide file tree
Showing 4 changed files with 4,299 additions and 3,496 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"*.{js,css,md}": "prettier --write",
"*.{ts,tsx}": "eslint --fix"
},
"packageManager": "pnpm@8.7.0",
"packageManager": "pnpm@9.7.0",
"engines": {
"node": ">=18.17.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/pixel-profile-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@hono/node-server": "^1.11.1",
"axios": "^1.6.2",
"axios": "^1.7.3",
"dotenv": "^16.3.1",
"hono": "^4.0.8",
"pixel-profile": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/pixel-profile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@resvg/resvg-js": "^2.6.0",
"axios": "^1.6.2",
"axios": "^1.7.3",
"dotenv": "^16.3.1",
"emoji-name-map": "^1.2.8",
"github-username-regex": "^1.0.0",
Expand Down
Loading

0 comments on commit be53f56

Please sign in to comment.