Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Mar 4, 2024
1 parent aed5799 commit 461391c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/node": "^20.9.0",
"tsdk": "^0.1.9",
"tsdk": "^0.1.10",
"typescript": "^5"
}
}
2 changes: 1 addition & 1 deletion api/tsdk.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ module.exports = {
dataHookLib: "SWR",
dependencies: {
axios: "^1.6.7",
xior: "^0.0.7",
xior: "^0.1.1",
},
};
2 changes: 1 addition & 1 deletion hn-api-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"zod": "^3",
"axios": "^1.6.7",
"xior": "^0.0.7",
"xior": "^0.1.1",
"change-case": "^4.1.2",
"swr": "^2.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion override/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"zod": "^3",
"xior": "^0.0.7",
"xior": "^0.1.1",
"change-case": "^4.1.2",
"swr": "^2.2.5"
},
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"xior": "^0.0.7",
"xior": "^0.1.1",
"hn-api-sdk": "workspace:*"
},
"devDependencies": {
Expand Down

0 comments on commit 461391c

Please sign in to comment.