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 May 22, 2024
1 parent 1960696 commit e9face7
Show file tree
Hide file tree
Showing 18 changed files with 2,361 additions and 2,566 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11
20.13.1
8 changes: 4 additions & 4 deletions apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "^0.28.0"
"@auth/core": "^0.31.0"
},
"devDependencies": {
"@builderai/eslint-config": "^0.2.0",
"@builderai/prettier-config": "^0.1.0",
"@builderai/tailwind-config": "^0.1.0",
"@builderai/tsconfig": "^0.1.0",
"@types/node": "20.11.24",
"@types/node": "20.12.12",
"eslint": "^8.57.0",
"h3": "^1.11.1",
"nitropack": "^2.9.1",
"nitropack": "^2.9.6",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"eslintConfig": {
"root": true,
Expand Down
66 changes: 33 additions & 33 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.11.1"
"node": "20.13.1"
},
"engineStrict": true,
"scripts": {
Expand All @@ -28,58 +28,58 @@
"@dinero.js/currencies": "2.0.0-alpha.14",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@hookform/resolvers": "^3.3.4",
"@next/mdx": "14.1.1",
"@hookform/resolvers": "^3.4.2",
"@next/mdx": "14.2.3",
"@potatohd/trpc-openapi": "^1.2.3",
"@t3-oss/env-nextjs": "0.9.1",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@tanstack/react-query": "5.24.8",
"@tanstack/react-query-next-experimental": "5.24.8",
"@tanstack/react-table": "^8.13.2",
"@trpc/client": "11.0.0-next-beta.308",
"@trpc/next": "11.0.0-next-beta.308",
"@t3-oss/env-nextjs": "0.10.1",
"@tanstack/eslint-plugin-query": "^5.35.6",
"@tanstack/react-query": "5.37.1",
"@tanstack/react-query-next-experimental": "5.37.1",
"@tanstack/react-table": "^8.17.3",
"@trpc/client": "11.0.0-rc.374",
"@trpc/next": "11.0.0-rc.374",
"@trpc/react-query": "next",
"@trpc/server": "11.0.0-next-beta.308",
"@trpc/server": "11.0.0-rc.374",
"@vercel/analytics": "^1.2.2",
"date-fns": "^3.3.1",
"date-fns": "^3.6.0",
"dinero.js": "2.0.0-alpha.14",
"framer-motion": "^11.0.8",
"jotai": "^2.7.0",
"lucide-react": "0.344.0",
"next": "14.1.1",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"framer-motion": "^11.2.6",
"jotai": "^2.8.1",
"lucide-react": "0.379.0",
"next": "14.2.3",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.0",
"react-hook-form": "^7.51.5",
"react-markdown": "^9.0.1",
"react-wrap-balancer": "^1.1.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sonner": "^1.4.3",
"sonner": "^1.4.41",
"superjson": "2.2.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@builderai/eslint-config": "^0.2.0",
"@builderai/prettier-config": "^0.1.0",
"@builderai/tailwind-config": "^0.1.0",
"@builderai/tsconfig": "^0.1.0",
"@next/bundle-analyzer": "^14.1.2",
"@next/bundle-analyzer": "^14.2.3",
"@radix-ui/colors": "3.0.0",
"@tanstack/react-query-devtools": "^5.24.8",
"@types/mdx": "^2.0.11",
"@types/node": "20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.18",
"dotenv-cli": "^7.3.0",
"@tanstack/react-query-devtools": "^5.37.1",
"@types/mdx": "^2.0.13",
"@types/node": "20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"tailwindcss": "3.4.1",
"typescript": "^5.3.3"
"tailwindcss": "3.4.3",
"typescript": "^5.4.5"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
db:
image: postgres:15.6
image: postgres:15.7
restart: always
command: -c 'max_connections=1000'
environment:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "builderai",
"private": true,
"engines": {
"node": "20.11.1"
"node": "20.13.1"
},
"workspaces": [
"packages/*",
"apps/*",
"tooling/*"
],
"engineStrict": true,
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.8",
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf node_modules dist .next",
Expand All @@ -26,12 +26,12 @@
},
"dependencies": {
"@builderai/prettier-config": "^0.1.0",
"@manypkg/cli": "^0.21.2",
"@turbo/gen": "^1.12.4",
"@manypkg/cli": "^0.21.4",
"@turbo/gen": "^1.13.3",
"cross-env": "^7.0.3",
"prettier": "^3.2.5",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
"prettier": "@builderai/prettier-config"
}
16 changes: 8 additions & 8 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"@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",
"@trpc/client": "11.0.0-next-beta.308",
"@trpc/next": "11.0.0-next-beta.308",
"@trpc/server": "11.0.0-next-beta.308",
"@upstash/ratelimit": "^1.0.1",
"@upstash/redis": "^1.28.4",
"@t3-oss/env-nextjs": "0.10.1",
"@trpc/client": "11.0.0-rc.374",
"@trpc/next": "11.0.0-rc.374",
"@trpc/server": "11.0.0-rc.374",
"@upstash/ratelimit": "^1.1.3",
"@upstash/redis": "^1.31.1",
"dinero.js": "2.0.0-alpha.14",
"superjson": "2.2.1",
"zod": "^3.22.4",
"zod": "^3.23.8",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
Expand All @@ -50,7 +50,7 @@
"@builderai/tsconfig": "^0.1.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"eslintConfig": {
"root": true,
Expand Down
10 changes: 5 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/drizzle-adapter": "0.8.0",
"@auth/drizzle-adapter": "0.9.0",
"@builderai/db": "^0.1.0",
"@t3-oss/env-nextjs": "0.9.1",
"@t3-oss/env-nextjs": "0.10.1",
"encoding": "^0.1.13",
"next-auth": "5.0.0-beta.15",
"zod": "^3.22.4"
"next-auth": "5.0.0-beta.18",
"zod": "^3.23.8"
},
"devDependencies": {
"@builderai/eslint-config": "^0.2.0",
"@builderai/prettier-config": "^0.1.0",
"@builderai/tsconfig": "^0.1.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@builderai/prettier-config": "^0.1.0",
"@builderai/tsconfig": "^0.1.0",
"eslint": "^8.57.0",
"openapi-typescript": "7.0.0-next.7",
"openapi-typescript": "7.0.0-rc.0",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
},
"dependencies": {
"@builderai/ui": "0.1.0",
"@t3-oss/env-nextjs": "0.9.1",
"zod": "^3.22.4"
"@t3-oss/env-nextjs": "0.10.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@builderai/eslint-config": "0.2.0",
"@builderai/prettier-config": "0.1.0",
"@builderai/tsconfig": "0.1.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": [
Expand Down
18 changes: 9 additions & 9 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,26 @@
},
"dependencies": {
"@builderai/config": "^0.1.0",
"@neondatabase/serverless": "^0.9.0",
"@t3-oss/env-nextjs": "0.9.1",
"@neondatabase/serverless": "^0.9.3",
"@t3-oss/env-nextjs": "0.10.1",
"base-x": "^4.0.0",
"drizzle-orm": "^0.29.4",
"drizzle-orm": "^0.30.10",
"drizzle-zod": "^0.5.1",
"net": "^1.0.2",
"postgres": "^3.4.3",
"postgres": "^3.4.4",
"random-word-slugs": "^0.1.7",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@builderai/eslint-config": "^0.2.0",
"@builderai/prettier-config": "^0.1.0",
"@builderai/tsconfig": "^0.1.0",
"dotenv-cli": "^7.3.0",
"drizzle-kit": "^0.20.14",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.21.3",
"eslint": "^8.57.0",
"pg": "^8.11.3",
"pg": "^8.11.5",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": [
Expand Down
24 changes: 12 additions & 12 deletions packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-email/button": "^0.0.14",
"@react-email/components": "^0.0.15",
"@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",
"react-email": "^2.1.0",
"@react-email/button": "^0.0.15",
"@react-email/components": "^0.0.18",
"@react-email/head": "^0.0.9",
"@react-email/html": "^0.0.8",
"@react-email/tailwind": "^0.0.17",
"@t3-oss/env-nextjs": "0.10.1",
"react-email": "^2.1.3",
"resend": "^3.2.0",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@builderai/eslint-config": "^0.2.0",
"@builderai/prettier-config": "^0.1.0",
"@builderai/tsconfig": "^0.1.0",
"@types/node": "20.11.24",
"@types/react": "^18.2.61",
"@types/node": "20.12.12",
"@types/react": "^18.3.2",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"react": "18.2.0",
"typescript": "^5.3.3"
"react": "18.3.1",
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": [
Expand Down
8 changes: 4 additions & 4 deletions packages/stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"@builderai/auth": "^0.1.0",
"@builderai/config": "^0.1.0",
"@builderai/db": "^0.1.0",
"@t3-oss/env-nextjs": "0.9.1",
"stripe": "^14.19.0",
"zod": "^3.22.4"
"@t3-oss/env-nextjs": "0.10.1",
"stripe": "^14.25.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@builderai/eslint-config": "0.2.0",
"@builderai/prettier-config": "0.1.0",
"@builderai/tsconfig": "0.1.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": [
Expand Down
8 changes: 4 additions & 4 deletions packages/tinybird/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@chronark/zod-bird": "^0.3.3",
"@t3-oss/env-nextjs": "0.9.1",
"zod": "^3.22.4"
"@chronark/zod-bird": "^0.3.9",
"@t3-oss/env-nextjs": "0.10.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@builderai/eslint-config": "^0.2.0",
"@builderai/prettier-config": "^0.1.0",
"@builderai/tsconfig": "^0.1.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit e9face7

Please sign in to comment.