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 24, 2024
1 parent e70f8d1 commit 6828ea7
Show file tree
Hide file tree
Showing 8 changed files with 200 additions and 75 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This is the log of notable changes to the `tsdk` that are developer-facing.


### 0.1.13 2024/3/25

- Feat: bump `xior` to 0.3.0 and deps to latest

### 0.1.12 2024/3/17

- Feat: bump `xior` to 0.2.1 and add `isGet` pass to xior instance options.
Expand Down
8 changes: 4 additions & 4 deletions examples/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"bufferutil": "^4.0.7",
"change-case": "^4.1.2",
"cors": "^2.8.5",
"express": "^4.18.3",
"express": "^4.19.1",
"reflect-metadata": "^0.2.1",
"socket.io": "^4.7.5",
"typeorm": "^0.3.20",
Expand All @@ -33,11 +33,11 @@
"utf-8-validate": "^6.0.3",
"ws": "^8.13.0",
"zod": "^3.22.4",
"hono": "^4.1.1",
"fastify": "^4.26.1",
"hono": "^4.1.3",
"fastify": "^4.26.2",
"@fastify/express": "^2.3.0",
"@hono/node-server": "^1.8.1",
"i18next": "^23.7.13",
"i18next": "^23.10.1",
"intl-pluralrules": "^2.0.1"
},
"devDependencies": {
Expand Down
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 @@ -14,7 +14,7 @@
"change-case": "^4.1.2",
"kysely": "^0.26.3",
"@tanstack/react-query": "^5.22.2",
"i18next": "^23.7.13",
"i18next": "^23.10.1",
"intl-pluralrules": "^2.0.1"
},
"devDependencies": {
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 @@ -11,7 +11,7 @@ module.exports = {
sharedDirs: ['./src/shared', './src/i18n'],
dataHookLib: 'ReactQuery',
dependencies: {
i18next: '^23.7.13',
i18next: '^23.10.1',
'intl-pluralrules': '^2.0.1',
xior: '0.3.0',
},
Expand Down
6 changes: 3 additions & 3 deletions packages/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"dependencies": {
"tsdk-server-adapters": "^0.1.3",
"change-case": "^4.1.2",
"express": "^4.18.3",
"express": "^4.19.1",
"zod": "^3.22.4",
"hono": "^4.1.1",
"hono": "^4.1.3",
"@hono/node-server": "^1.8.1",
"@trpc/server": "^10.44.1",
"fastify": "^4.26.1"
"fastify": "^4.26.2"
},
"devDependencies": {
"@configs/test-config": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/tsdk-server-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdk-server-adapters",
"version": "0.1.12",
"version": "0.1.13",
"main": "lib/index.js",
"repository": "tsdk-monorepo/tsdk",
"bugs": "https://github.com/tsdk-monorepo/tsdk/issues",
Expand Down Expand Up @@ -35,11 +35,11 @@
"@types/express": "^4.17.21"
},
"peerDependencies": {
"express": "^4.18.3",
"express": "^4.19.1",
"zod": "^3",
"socket.io": "^4.7.5",
"hono": "^4.1.1",
"fastify": "^4.26.1"
"hono": "^4.1.3",
"fastify": "^4.26.2"
},
"peerDependenciesMeta": {
"express": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tsdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdk",
"version": "0.1.12",
"version": "0.1.13",
"description": "Type-safe API development and code share tool for TypeScript projects.",
"repository": "tsdk-monorepo/tsdk",
"bugs": "https://github.com/tsdk-monorepo/tsdk/issues",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@configs/ts-config": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/webpack-node-externals": "^3.0.0",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"webpack-node-externals": "^3.0.0"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 6828ea7

Please sign in to comment.