Skip to content

Commit

Permalink
fix(deps): update dependency superjson to ^1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 26, 2023
1 parent 93f9ce5 commit 2e6efd0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "^1.12.3",
"superjson": "^1.12.4",
"zod": "^3.21.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@trpc/next": "^10.32.0",
"@trpc/server": "^10.32.0",
"superjson": "^1.12.3",
"superjson": "^1.12.4",
"zod": "^3.21.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"cross-fetch": "^3.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "^1.12.3"
"superjson": "^1.12.4"
},
"devDependencies": {
"@noodle/tsconfig": "workspace:^",
Expand Down
16 changes: 8 additions & 8 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 2e6efd0

Please sign in to comment.