Skip to content

Commit 81f70bc

Browse files
committed
Update dependencies
1 parent 8916e72 commit 81f70bc

File tree

2 files changed

+778
-707
lines changed

2 files changed

+778
-707
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "thursday",
33
"private": true,
4-
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
4+
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",
55
"scripts": {
66
"codegen": "graphql-codegen --config codegen.ts",
77
"dev": "next dev --turbo",
@@ -12,31 +12,31 @@
1212
"start": "next start"
1313
},
1414
"dependencies": {
15-
"@graphql-codegen/cli": "5.0.6",
16-
"@graphql-codegen/client-preset": "4.8.1",
15+
"@graphql-codegen/cli": "5.0.7",
16+
"@graphql-codegen/client-preset": "4.8.3",
1717
"@graphql-typed-document-node/core": "3.2.0",
18-
"@primer/css": "21.5.1",
19-
"@tailwindcss/postcss": "4.1.7",
18+
"@primer/css": "22.0.0",
19+
"@tailwindcss/postcss": "4.1.11",
2020
"@tailwindcss/typography": "0.5.16",
21-
"@types/jsonwebtoken": "9.0.9",
22-
"@types/node": "22.15.21",
23-
"@types/react": "19.1.5",
24-
"@types/react-dom": "19.1.5",
21+
"@types/jsonwebtoken": "9.0.10",
22+
"@types/node": "24.0.10",
23+
"@types/react": "19.1.8",
24+
"@types/react-dom": "19.1.6",
2525
"babel-plugin-react-compiler": "19.1.0-rc.2",
26-
"daisyui": "5.0.37",
27-
"dotenv": "16.5.0",
26+
"daisyui": "5.0.43",
27+
"dotenv": "17.0.1",
2828
"encoding": "0.1.13",
29-
"eslint": "9.27.0",
30-
"eslint-config-next": "15.3.1",
29+
"eslint": "9.30.1",
30+
"eslint-config-next": "15.3.5",
3131
"eslint-plugin-react-compiler": "19.1.0-rc.2",
3232
"expo-server-sdk": "3.15.0",
3333
"graphql": "16.11.0",
34-
"graphql-request": "7.1.2",
34+
"graphql-request": "7.2.0",
3535
"hast-util-sanitize": "5.0.2",
3636
"jsonwebtoken": "9.0.2",
37-
"next": "15.3.1",
38-
"postcss": "8.5.3",
39-
"prettier": "3.5.3",
37+
"next": "15.3.5",
38+
"postcss": "8.5.6",
39+
"prettier": "3.6.2",
4040
"react": "19.1.0",
4141
"react-dom": "19.1.0",
4242
"rehype-external-links": "3.0.0",
@@ -47,7 +47,7 @@
4747
"remark-parse": "11.0.0",
4848
"remark-rehype": "11.1.2",
4949
"sharp": "0.34.2",
50-
"tailwindcss": "4.1.7",
50+
"tailwindcss": "4.1.11",
5151
"typescript": "5.8.3",
5252
"unified": "11.0.5"
5353
},

0 commit comments

Comments
 (0)