Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 0d398ba commit b52d46f
Show file tree
Hide file tree
Showing 6 changed files with 7,903 additions and 6,753 deletions.
40 changes: 20 additions & 20 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,40 @@
},
"dependencies": {
"@graphql-typed-document-node/core": "3.2.0",
"@hookform/resolvers": "3.3.4",
"@nhost/nhost-js": "3.0.9",
"@novu/node": "0.24.0",
"@novu/notification-center": "0.24.0",
"@serwist/next": "8.4.4",
"@serwist/precaching": "8.4.4",
"@serwist/sw": "8.4.4",
"@t3-oss/env-nextjs": "0.9.2",
"dayjs": "1.11.10",
"graphql": "16.8.1",
"@hookform/resolvers": "3.9.1",
"@nhost/nhost-js": "3.2.1",
"@novu/node": "2.0.5",
"@novu/notification-center": "2.0.0",
"@serwist/next": "9.0.11",
"@serwist/precaching": "9.0.11",
"@serwist/sw": "9.0.11",
"@t3-oss/env-nextjs": "0.11.1",
"dayjs": "1.11.13",
"graphql": "16.9.0",
"imtool": "1.2.1",
"next": "14.1.3",
"next-themes": "0.2.1",
"next-themes": "0.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.51.0",
"react-hook-form": "7.54.0",
"react-input-mask": "2.0.4",
"react-onesignal": "3.0.1",
"sonner": "1.4.3",
"sonner": "1.7.1",
"ui": "workspace:*",
"xstate": "4.38.2",
"zod": "3.22.4",
"zod": "3.24.1",
"zod-form-data": "2.0.2"
},
"devDependencies": {
"@types/node": "20.11.25",
"@types/node": "22.10.2",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react-input-mask": "3.0.5",
"autoprefixer": "10.4.18",
"@types/react-input-mask": "3.0.6",
"autoprefixer": "10.4.20",
"eslint-config-custom": "workspace:^",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"postcss": "8.4.49",
"tailwindcss": "3.4.16",
"tsconfig": "workspace:*",
"typescript": "5.4.2"
"typescript": "5.7.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@parcel/watcher": "^2.3.0",
"eslint": "8.57.0",
"eslint-plugin-turbo": "1.12.5",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"prettier": "latest",
"prettier-plugin-tailwindcss": "0.5.12",
"prettier-plugin-tailwindcss": "0.6.9",
"turbo": "latest"
},
"packageManager": "pnpm@8.15.4"
"packageManager": "pnpm@9.15.0"
}
20 changes: 10 additions & 10 deletions packages/backend_shadcn_nhost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .nhost && rm .env"
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/node": "20.11.25",
"@types/express": "5.0.0",
"@types/node": "22.10.2",
"eslint-config-node": "4.1.0",
"express": "4.18.3",
"typescript": "5.4.2"
"express": "4.21.2",
"typescript": "5.7.2"
},
"dependencies": {
"@nhost/core": "0.9.4",
"@nhost/nhost-js": "3.0.9",
"axios": "1.6.7",
"dayjs": "1.11.10",
"graphql": "16.8.1",
"graphql-request": "6.1.0",
"@nhost/nhost-js": "3.2.1",
"axios": "1.7.9",
"dayjs": "1.11.13",
"graphql": "16.9.0",
"graphql-request": "7.1.2",
"graphql-tag": "2.12.6",
"jose": "5.2.3"
"jose": "5.9.6"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react": "7.37.2",
"eslint-config-turbo": "^1.9.3"
},
"publishConfig": {
Expand Down
28 changes: 14 additions & 14 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,36 @@
"ui:add": "pnpm dlx shadcn-ui@latest add"
},
"devDependencies": {
"@types/node": "20.11.25",
"@types/node": "22.10.2",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"autoprefixer": "10.4.18",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.35",
"prettier": "3.2.5",
"postcss": "8.4.49",
"prettier": "3.4.2",
"react": "18.2.0",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.16",
"tsconfig": "workspace:*",
"typescript": "5.4.2"
"typescript": "5.7.2"
},
"dependencies": {
"@hookform/resolvers": "3.3.4",
"@hookform/resolvers": "3.9.1",
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-radio-group": "1.1.3",
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-switch": "1.0.3",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.352.0",
"next-themes": "0.2.1",
"react-hook-form": "7.51.0",
"sonner": "1.4.3",
"tailwind-merge": "2.2.1",
"next-themes": "0.4.4",
"react-hook-form": "7.54.0",
"sonner": "1.7.1",
"tailwind-merge": "2.5.5",
"tailwindcss-animate": "1.0.7",
"zod": "3.22.4"
"zod": "3.24.1"
}
}
Loading

0 comments on commit b52d46f

Please sign in to comment.