Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 0d398ba commit d2116d4
Show file tree
Hide file tree
Showing 6 changed files with 7,885 additions and 6,464 deletions.
38 changes: 19 additions & 19 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.0",
"@nhost/nhost-js": "3.1.9",
"@novu/node": "2.0.1",
"@novu/notification-center": "2.0.0",
"@serwist/next": "9.0.7",
"@serwist/precaching": "9.0.7",
"@serwist/sw": "9.0.7",
"@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.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.51.0",
"react-hook-form": "7.53.0",
"react-input-mask": "2.0.4",
"react-onesignal": "3.0.1",
"sonner": "1.4.3",
"sonner": "1.5.0",
"ui": "workspace:*",
"xstate": "4.38.2",
"zod": "3.22.4",
"zod": "3.23.8",
"zod-form-data": "2.0.2"
},
"devDependencies": {
"@types/node": "20.11.25",
"@types/node": "20.16.5",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react-input-mask": "3.0.5",
"autoprefixer": "10.4.18",
"autoprefixer": "10.4.20",
"eslint-config-custom": "workspace:^",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"postcss": "8.4.45",
"tailwindcss": "3.4.10",
"tsconfig": "workspace:*",
"typescript": "5.4.2"
"typescript": "5.6.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.5",
"lint-staged": "15.2.10",
"prettier": "latest",
"prettier-plugin-tailwindcss": "0.5.12",
"prettier-plugin-tailwindcss": "0.6.6",
"turbo": "latest"
},
"packageManager": "pnpm@8.15.4"
"packageManager": "pnpm@9.10.0"
}
18 changes: 9 additions & 9 deletions packages/backend_shadcn_nhost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/node": "20.11.25",
"@types/node": "20.16.5",
"eslint-config-node": "4.1.0",
"express": "4.18.3",
"typescript": "5.4.2"
"express": "4.19.2",
"typescript": "5.6.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.1.9",
"axios": "1.7.7",
"dayjs": "1.11.13",
"graphql": "16.9.0",
"graphql-request": "7.1.0",
"graphql-tag": "2.12.6",
"jose": "5.2.3"
"jose": "5.8.0"
}
}
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.35.2",
"eslint-config-turbo": "^1.9.3"
},
"publishConfig": {
Expand Down
26 changes: 13 additions & 13 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"ui:add": "pnpm dlx shadcn-ui@latest add"
},
"devDependencies": {
"@types/node": "20.11.25",
"@types/node": "20.16.5",
"@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.45",
"prettier": "3.3.3",
"react": "18.2.0",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.10",
"tsconfig": "workspace:*",
"typescript": "5.4.2"
"typescript": "5.6.2"
},
"dependencies": {
"@hookform/resolvers": "3.3.4",
"@hookform/resolvers": "3.9.0",
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-label": "2.0.2",
Expand All @@ -31,13 +31,13 @@
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-switch": "1.0.3",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"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.3.0",
"react-hook-form": "7.53.0",
"sonner": "1.5.0",
"tailwind-merge": "2.5.2",
"tailwindcss-animate": "1.0.7",
"zod": "3.22.4"
"zod": "3.23.8"
}
}
Loading

0 comments on commit d2116d4

Please sign in to comment.