Skip to content

Commit

Permalink
chore: bump xior to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Apr 8, 2024
1 parent ca3c838 commit 81c59c5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/server/packages/fe-sdk-demo/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.3.1",
"xior": "^0.3.8",
"change-case": "^4.1.2",
"kysely": "^0.26.3",
"@tanstack/react-query": "^5.22.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/server/tsdk.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ module.exports = {
dependencies: {
i18next: '^23.10.1',
'intl-pluralrules': '^2.0.1',
xior: '^0.3.1',
xior: '^0.3.8',
},
};
2 changes: 1 addition & 1 deletion examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-native-web": "^0.19.6",
"socket.io-client": "^4.7.5",
"axios": "^1.6.7",
"xior": "^0.3.1"
"xior": "^0.3.8"
},
"devDependencies": {
"@configs/vitest-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"overrides": {
"uuid": "^3.4.0",
"@babel/traverse": ">=7.23.2",
"xior": "^0.3.1"
"xior": "^0.3.8"
}
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tsdk/fe-sdk-template/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.3.1",
"xior": "^0.3.8",
"change-case": "^4.1.2"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 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 81c59c5

Please sign in to comment.