Skip to content

Commit

Permalink
bump @trpc/* (calcom#859)
Browse files Browse the repository at this point in the history
```bash
npx npm-check-updates --filter /@trpc/ -u  && yarn && git add .
```
  • Loading branch information
KATT authored Oct 5, 2021
1 parent d97da42 commit 5254297
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.16.0",
"@tailwindcss/forms": "^0.3.3",
"@trpc/client": "^9.8.0",
"@trpc/next": "^9.8.0",
"@trpc/react": "^9.8.0",
"@trpc/server": "^9.8.0",
"@trpc/client": "^9.9.1",
"@trpc/next": "^9.9.1",
"@trpc/react": "^9.9.1",
"@trpc/server": "^9.9.1",
"@types/stripe": "^8.0.417",
"@wojtekmaj/react-daterange-picker": "^3.3.1",
"accept-language-parser": "^1.5.0",
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1590,38 +1590,38 @@
javascript-natural-sort "0.7.1"
lodash "4.17.21"

"@trpc/client@^9.8.0":
version "9.8.0"
resolved "https://registry.npmjs.org/@trpc/client/-/client-9.8.0.tgz#e60f4ff1fff7c34b1f36e240441022192c463d6e"
integrity sha512-YGUJI8EvAykXKciDe62aLNwk4TNh4bX+qHSWtgbF5d6qRQOwViINpB6vR8YSugPvmC4F+hvKm61wSd01cCWN4g==
"@trpc/client@^9.9.1":
version "9.9.1"
resolved "https://registry.npmjs.org/@trpc/client/-/client-9.9.1.tgz#98c335378c019abc9d521f0d2d87efb04dc4abcf"
integrity sha512-pi1fOvfYeU/+Tk42chdYqsNKtVx7ep4m2Xr7oAxyV0veB54vTtY8UkX8o923Gci3x0KN7hfImyP6oGfTrgZ+Jw==
dependencies:
"@babel/runtime" "^7.9.0"
"@trpc/server" "^9.8.0"
"@trpc/server" "^9.9.1"

"@trpc/next@^9.8.0":
version "9.8.0"
resolved "https://registry.npmjs.org/@trpc/next/-/next-9.8.0.tgz#ab76cf56de604551565f13509f9163fb98dc8b1a"
integrity sha512-VfpTPtFt8E2lgHVolFtE90DkP2mV8CqdvLQKQ8gY4OfsOoAlitnJPAVeAxvHPVruUyDUjuggFocc1TZnEWRdxg==
"@trpc/next@^9.9.1":
version "9.9.1"
resolved "https://registry.npmjs.org/@trpc/next/-/next-9.9.1.tgz#3859050cea51de04f710056418f466d3b6683a7c"
integrity sha512-wkY69pLs6fakNLNvHYDWoY5PCGuN9VqL6FjDOtdPFGOvsi4GZ2O1wdkrRiLa2euhgHQKAxyLWVFEAPk2tfkXcQ==
dependencies:
"@babel/runtime" "^7.9.0"
"@trpc/client" "^9.8.0"
"@trpc/react" "^9.8.0"
"@trpc/server" "^9.8.0"
"@trpc/client" "^9.9.1"
"@trpc/react" "^9.9.1"
"@trpc/server" "^9.9.1"
react-ssr-prepass "^1.4.0"

"@trpc/react@^9.8.0":
version "9.8.0"
resolved "https://registry.npmjs.org/@trpc/react/-/react-9.8.0.tgz#1ae46b84da9fb4e257335e6bdb2a489d70a1a9b2"
integrity sha512-vErvC98QBQh0XzfPm9LA/dmGHBm6N9/m+B3XdIkimGOD055bsxgKMLW25BeeDV3gLWlzQJ7nwOrsxKRd6fLi3w==
"@trpc/react@^9.9.1":
version "9.9.1"
resolved "https://registry.npmjs.org/@trpc/react/-/react-9.9.1.tgz#e6d1601c50429fa881f4827675a3cf116fd18380"
integrity sha512-rI2K6OLLRJraW/HKs0t6sLdspzLY2uHpAXZTM4HoXnbhpSw65VWW/vac54GreUYbhqPI9teFlEzmNRGhh20fvw==
dependencies:
"@babel/runtime" "^7.9.0"
"@trpc/client" "^9.8.0"
"@trpc/server" "^9.8.0"
"@trpc/client" "^9.9.1"
"@trpc/server" "^9.9.1"

"@trpc/server@^9.8.0":
version "9.8.0"
resolved "https://registry.npmjs.org/@trpc/server/-/server-9.8.0.tgz#f7e8a0ab46cc41179dc06722cb3dbe33901eddb6"
integrity sha512-YFmS+5SwDQ9NRO9JvNyl1oLprWE2AwS2huXYcGo9e3Fl5ju2Q2MN0JYvVh7XYNyp1rI2EKqVVRzXEuCNk+3vVQ==
"@trpc/server@^9.9.1":
version "9.9.1"
resolved "https://registry.npmjs.org/@trpc/server/-/server-9.9.1.tgz#766e720199a0085f1983b75e9be48f55d308cb9a"
integrity sha512-RNjOkXO4D8rTR1lBGG4PjtCFP1oPCwjJKWdzL/Gs3rQv/r3oQ9CJtXLaaz5Dk34XRJwjasLx2zp2/GGFrRyc2w==
dependencies:
tslib "^2.1.0"

Expand Down

0 comments on commit 5254297

Please sign in to comment.