Skip to content

Commit 7b27e0a

Browse files
Update all dependencies
1 parent 0d398ba commit 7b27e0a

File tree

6 files changed

+571
-659
lines changed

6 files changed

+571
-659
lines changed

apps/web/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dependencies": {
1212
"@graphql-typed-document-node/core": "3.2.0",
1313
"@hookform/resolvers": "3.3.4",
14-
"@nhost/nhost-js": "3.0.9",
15-
"@novu/node": "0.24.0",
16-
"@novu/notification-center": "0.24.0",
14+
"@nhost/nhost-js": "3.0.11",
15+
"@novu/node": "0.24.1",
16+
"@novu/notification-center": "0.24.1",
1717
"@serwist/next": "8.4.4",
1818
"@serwist/precaching": "8.4.4",
1919
"@serwist/sw": "8.4.4",
@@ -22,28 +22,28 @@
2222
"graphql": "16.8.1",
2323
"imtool": "1.2.1",
2424
"next": "14.1.3",
25-
"next-themes": "0.2.1",
25+
"next-themes": "0.3.0",
2626
"react": "18.2.0",
2727
"react-dom": "18.2.0",
28-
"react-hook-form": "7.51.0",
28+
"react-hook-form": "7.51.2",
2929
"react-input-mask": "2.0.4",
3030
"react-onesignal": "3.0.1",
31-
"sonner": "1.4.3",
31+
"sonner": "1.4.41",
3232
"ui": "workspace:*",
3333
"xstate": "4.38.2",
3434
"zod": "3.22.4",
3535
"zod-form-data": "2.0.2"
3636
},
3737
"devDependencies": {
38-
"@types/node": "20.11.25",
38+
"@types/node": "20.12.7",
3939
"@types/react": "18.2.64",
4040
"@types/react-dom": "18.2.21",
4141
"@types/react-input-mask": "3.0.5",
42-
"autoprefixer": "10.4.18",
42+
"autoprefixer": "10.4.19",
4343
"eslint-config-custom": "workspace:^",
44-
"postcss": "8.4.35",
45-
"tailwindcss": "3.4.1",
44+
"postcss": "8.4.38",
45+
"tailwindcss": "3.4.3",
4646
"tsconfig": "workspace:*",
47-
"typescript": "5.4.2"
47+
"typescript": "5.4.5"
4848
}
4949
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@graphql-codegen/typescript-operations": "^4.0.0",
2020
"@graphql-codegen/client-preset": "^4.0.1",
2121
"@parcel/watcher": "^2.3.0",
22-
"eslint": "8.57.0",
22+
"eslint": "9.0.0",
2323
"eslint-plugin-turbo": "1.12.5",
2424
"husky": "9.0.11",
2525
"lint-staged": "15.2.2",
2626
"prettier": "latest",
27-
"prettier-plugin-tailwindcss": "0.5.12",
27+
"prettier-plugin-tailwindcss": "0.5.13",
2828
"turbo": "latest"
2929
},
30-
"packageManager": "pnpm@8.15.4"
30+
"packageManager": "pnpm@8.15.6"
3131
}

packages/backend_shadcn_nhost/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
},
99
"devDependencies": {
1010
"@types/express": "4.17.21",
11-
"@types/node": "20.11.25",
11+
"@types/node": "20.12.7",
1212
"eslint-config-node": "4.1.0",
13-
"express": "4.18.3",
14-
"typescript": "5.4.2"
13+
"express": "4.19.2",
14+
"typescript": "5.4.5"
1515
},
1616
"dependencies": {
1717
"@nhost/core": "0.9.4",
18-
"@nhost/nhost-js": "3.0.9",
19-
"axios": "1.6.7",
18+
"@nhost/nhost-js": "3.0.11",
19+
"axios": "1.6.8",
2020
"dayjs": "1.11.10",
2121
"graphql": "16.8.1",
2222
"graphql-request": "6.1.0",
2323
"graphql-tag": "2.12.6",
24-
"jose": "5.2.3"
24+
"jose": "5.2.4"
2525
}
2626
}

packages/eslint-config-custom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"eslint-config-next": "^14.0.0",
88
"eslint-config-prettier": "^9.0.0",
9-
"eslint-plugin-react": "7.34.0",
9+
"eslint-plugin-react": "7.34.1",
1010
"eslint-config-turbo": "^1.9.3"
1111
},
1212
"publishConfig": {

packages/ui/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
"ui:add": "pnpm dlx shadcn-ui@latest add"
99
},
1010
"devDependencies": {
11-
"@types/node": "20.11.25",
11+
"@types/node": "20.12.7",
1212
"@types/react": "18.2.64",
1313
"@types/react-dom": "18.2.21",
14-
"autoprefixer": "10.4.18",
15-
"eslint": "8.57.0",
14+
"autoprefixer": "10.4.19",
15+
"eslint": "9.0.0",
1616
"eslint-config-custom": "workspace:*",
17-
"postcss": "8.4.35",
17+
"postcss": "8.4.38",
1818
"prettier": "3.2.5",
1919
"react": "18.2.0",
20-
"tailwindcss": "3.4.1",
20+
"tailwindcss": "3.4.3",
2121
"tsconfig": "workspace:*",
22-
"typescript": "5.4.2"
22+
"typescript": "5.4.5"
2323
},
2424
"dependencies": {
2525
"@hookform/resolvers": "3.3.4",
@@ -32,11 +32,11 @@
3232
"@radix-ui/react-switch": "1.0.3",
3333
"class-variance-authority": "0.7.0",
3434
"clsx": "2.1.0",
35-
"lucide-react": "0.352.0",
36-
"next-themes": "0.2.1",
37-
"react-hook-form": "7.51.0",
38-
"sonner": "1.4.3",
39-
"tailwind-merge": "2.2.1",
35+
"lucide-react": "0.367.0",
36+
"next-themes": "0.3.0",
37+
"react-hook-form": "7.51.2",
38+
"sonner": "1.4.41",
39+
"tailwind-merge": "2.2.2",
4040
"tailwindcss-animate": "1.0.7",
4141
"zod": "3.22.4"
4242
}

0 commit comments

Comments
 (0)