Skip to content

Commit 3a5604c

Browse files
committed
add msgpackr
1 parent 2893202 commit 3a5604c

5 files changed

Lines changed: 102 additions & 0 deletions

File tree

apps/api/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"express": "^5.0.1",
4646
"lodash-es": "workspace:lodash-es__4.x@*",
4747
"mongodb": "^6.15.0",
48+
"msgpackr": "catalog:",
4849
"neverthrow": "catalog:",
4950
"passport": "^0.7.0",
5051
"passport-jwt": "^4.0.1",

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"lodash-es": "workspace:lodash-es__4.x@*",
4646
"lucide-react": "^0.507.0",
4747
"motion": "catalog:",
48+
"msgpackr": "catalog:",
4849
"papaparse": "workspace:papaparse__5.x@*",
4950
"qrcode": "^1.5.4",
5051
"react": "workspace:react__19.x@*",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"@tailwindcss/oxide",
8888
"esbuild",
8989
"mongodb-memory-server",
90+
"msgpackr-extract",
9091
"msw",
9192
"oxc-resolver",
9293
"prisma",

pnpm-lock.yaml

Lines changed: 98 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ catalog:
2020
esbuild: '0.23.x'
2121
esbuild-wasm: '0.23.x'
2222
happy-dom: '^20.0.2'
23+
msgpackr: ^1.11.8
2324
motion: '11.15.0'
2425
neverthrow: ^8.2.0
2526
nodemon: '^3.1.9'

0 commit comments

Comments
 (0)