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 Apr 10, 2024
1 parent 0d398ba commit 7b27e0a
Show file tree
Hide file tree
Showing 6 changed files with 571 additions and 659 deletions.
22 changes: 11 additions & 11 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"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",
"@nhost/nhost-js": "3.0.11",
"@novu/node": "0.24.1",
"@novu/notification-center": "0.24.1",
"@serwist/next": "8.4.4",
"@serwist/precaching": "8.4.4",
"@serwist/sw": "8.4.4",
Expand All @@ -22,28 +22,28 @@
"graphql": "16.8.1",
"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.51.2",
"react-input-mask": "2.0.4",
"react-onesignal": "3.0.1",
"sonner": "1.4.3",
"sonner": "1.4.41",
"ui": "workspace:*",
"xstate": "4.38.2",
"zod": "3.22.4",
"zod-form-data": "2.0.2"
},
"devDependencies": {
"@types/node": "20.11.25",
"@types/node": "20.12.7",
"@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.19",
"eslint-config-custom": "workspace:^",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"tsconfig": "workspace:*",
"typescript": "5.4.2"
"typescript": "5.4.5"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@graphql-codegen/typescript-operations": "^4.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@parcel/watcher": "^2.3.0",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-plugin-turbo": "1.12.5",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "latest",
"prettier-plugin-tailwindcss": "0.5.12",
"prettier-plugin-tailwindcss": "0.5.13",
"turbo": "latest"
},
"packageManager": "pnpm@8.15.4"
"packageManager": "pnpm@8.15.6"
}
12 changes: 6 additions & 6 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.12.7",
"eslint-config-node": "4.1.0",
"express": "4.18.3",
"typescript": "5.4.2"
"express": "4.19.2",
"typescript": "5.4.5"
},
"dependencies": {
"@nhost/core": "0.9.4",
"@nhost/nhost-js": "3.0.9",
"axios": "1.6.7",
"@nhost/nhost-js": "3.0.11",
"axios": "1.6.8",
"dayjs": "1.11.10",
"graphql": "16.8.1",
"graphql-request": "6.1.0",
"graphql-tag": "2.12.6",
"jose": "5.2.3"
"jose": "5.2.4"
}
}
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.34.1",
"eslint-config-turbo": "^1.9.3"
},
"publishConfig": {
Expand Down
22 changes: 11 additions & 11 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"ui:add": "pnpm dlx shadcn-ui@latest add"
},
"devDependencies": {
"@types/node": "20.11.25",
"@types/node": "20.12.7",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"autoprefixer": "10.4.19",
"eslint": "9.0.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.35",
"postcss": "8.4.38",
"prettier": "3.2.5",
"react": "18.2.0",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.3",
"tsconfig": "workspace:*",
"typescript": "5.4.2"
"typescript": "5.4.5"
},
"dependencies": {
"@hookform/resolvers": "3.3.4",
Expand All @@ -32,11 +32,11 @@
"@radix-ui/react-switch": "1.0.3",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"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",
"lucide-react": "0.367.0",
"next-themes": "0.3.0",
"react-hook-form": "7.51.2",
"sonner": "1.4.41",
"tailwind-merge": "2.2.2",
"tailwindcss-animate": "1.0.7",
"zod": "3.22.4"
}
Expand Down
Loading

0 comments on commit 7b27e0a

Please sign in to comment.