Skip to content

Commit

Permalink
fix(server): add tslib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Oct 7, 2024
1 parent 0b346dd commit 23d6e50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@trpc/server": "^10.45.2",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4712,6 +4712,7 @@ serve-static@1.16.2:
"@trpc/server" "^10.45.2"
reflect-metadata "^0.2.0"
rxjs "^7.8.1"
tslib ""
zod "^3.23.8"

set-function-length@^1.2.1:
Expand Down Expand Up @@ -5193,7 +5194,7 @@ tsconfig-paths-webpack-plugin@4.1.0:
tsconfig-paths "^4.1.2"
enhanced-resolve "^5.7.0"

tslib@2.7.0, tslib@^2.1.0, tslib@^2.4.0:
tslib@2.7.0, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.7.0:
version "2.7.0"
resolved "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz"
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==
Expand Down

0 comments on commit 23d6e50

Please sign in to comment.