Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 5, 2024
1 parent e7cadf4 commit acbc916
Show file tree
Hide file tree
Showing 11 changed files with 493 additions and 493 deletions.
10 changes: 5 additions & 5 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@hookform/resolvers": "^3.3.4",
"@next/mdx": "14.1.1",
"@next/mdx": "14.1.2",
"@potatohd/trpc-openapi": "^1.2.3",
"@t3-oss/env-nextjs": "0.9.1",
"@t3-oss/env-nextjs": "0.9.2",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@tanstack/react-query": "5.24.8",
"@tanstack/react-query": "5.25.0",
"@tanstack/react-query-next-experimental": "5.24.8",
"@tanstack/react-table": "^8.13.2",
"@trpc/client": "11.0.0-next-beta.308",
Expand All @@ -45,7 +45,7 @@
"dinero.js": "2.0.0-alpha.14",
"framer-motion": "^11.0.8",
"lucide-react": "0.344.0",
"next": "14.1.1",
"next": "14.1.2",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
Expand All @@ -71,7 +71,7 @@
"@tanstack/react-query-devtools": "^5.24.8",
"@types/mdx": "^2.0.11",
"@types/node": "20.11.24",
"@types/react": "^18.2.61",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.18",
"dotenv-cli": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@builderai/tinybird": "^0.1.0",
"@dinero.js/currencies": "2.0.0-alpha.14",
"@potatohd/trpc-openapi": "^1.2.3",
"@t3-oss/env-nextjs": "0.9.1",
"@t3-oss/env-nextjs": "0.9.2",
"@trpc/client": "11.0.0-next-beta.308",
"@trpc/next": "11.0.0-next-beta.308",
"@trpc/server": "11.0.0-next-beta.308",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@auth/drizzle-adapter": "0.8.0",
"@builderai/db": "^0.1.0",
"@t3-oss/env-nextjs": "0.9.1",
"@t3-oss/env-nextjs": "0.9.2",
"encoding": "^0.1.13",
"next-auth": "5.0.0-beta.15",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@builderai/ui": "0.1.0",
"@t3-oss/env-nextjs": "0.9.1",
"@t3-oss/env-nextjs": "0.9.2",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@builderai/config": "^0.1.0",
"@neondatabase/serverless": "^0.9.0",
"@t3-oss/env-nextjs": "0.9.1",
"@t3-oss/env-nextjs": "0.9.2",
"base-x": "^4.0.0",
"drizzle-orm": "^0.29.4",
"drizzle-zod": "^0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@react-email/head": "^0.0.7",
"@react-email/html": "^0.0.7",
"@react-email/tailwind": "^0.0.14",
"@t3-oss/env-nextjs": "0.9.1",
"@t3-oss/env-nextjs": "0.9.2",
"react-email": "^2.1.0",
"resend": "^3.2.0",
"zod": "^3.22.4"
Expand All @@ -36,7 +36,7 @@
"@builderai/prettier-config": "^0.1.0",
"@builderai/tsconfig": "^0.1.0",
"@types/node": "20.11.24",
"@types/react": "^18.2.61",
"@types/react": "^18.2.63",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@builderai/auth": "^0.1.0",
"@builderai/config": "^0.1.0",
"@builderai/db": "^0.1.0",
"@t3-oss/env-nextjs": "0.9.1",
"@t3-oss/env-nextjs": "0.9.2",
"stripe": "^14.19.0",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tinybird/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@chronark/zod-bird": "^0.3.3",
"@t3-oss/env-nextjs": "0.9.1",
"@t3-oss/env-nextjs": "0.9.2",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@builderai/tailwind-config": "0.1.0",
"@builderai/tsconfig": "0.1.0",
"@tanstack/react-table": "^8.13.2",
"@types/react": "^18.2.61",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.19",
"date-fns": "^3.3.1",
"eslint": "^8.57.0",
Expand Down

0 comments on commit acbc916

Please sign in to comment.