Skip to content

Commit 74fe7d4

Browse files
committed
Update dependencies
1 parent dd4c71c commit 74fe7d4

5 files changed

Lines changed: 741 additions & 947 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v6
1717
with:
1818
node-version: lts/*
19-
- uses: pnpm/action-setup@v4
19+
- uses: pnpm/action-setup@v6
2020
- id: get-store-path
2121
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
2222
- uses: actions/cache@v5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:lts-alpine AS base
33
FROM base AS deps
44
WORKDIR /app
55

6-
COPY package.json pnpm-lock.yaml ./
6+
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
77
RUN corepack enable && corepack install
88
RUN pnpm install --frozen-lockfile
99

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "thursday",
33
"private": true,
4-
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
4+
"packageManager": "pnpm@11.0.9+sha512.34ce82e6780233cf9cad8685029a8f81d2e06196c5a9bad98879f7424940c6817c4e4524fb7d38b8553ceed48b9758b8ebaf1abd3600c232c4c8cf7366086f38",
55
"scripts": {
66
"codegen": "graphql-codegen --config codegen.ts",
77
"dev": "next dev",
@@ -11,33 +11,33 @@
1111
},
1212
"dependencies": {
1313
"@eslint/eslintrc": "3.3.5",
14-
"@graphql-codegen/cli": "6.3.1",
15-
"@graphql-codegen/client-preset": "5.3.0",
14+
"@graphql-codegen/cli": "7.0.0",
15+
"@graphql-codegen/client-preset": "6.0.0",
1616
"@graphql-typed-document-node/core": "3.2.0",
1717
"@primer/css": "22.1.1",
1818
"@tailwindcss/postcss": "4.2.4",
1919
"@tailwindcss/typography": "0.5.19",
2020
"@types/jsonwebtoken": "9.0.10",
21-
"@types/node": "25.6.0",
21+
"@types/node": "25.6.2",
2222
"@types/react": "19.2.14",
2323
"@types/react-dom": "19.2.3",
2424
"babel-plugin-react-compiler": "1.0.0",
2525
"daisyui": "5.5.19",
2626
"dotenv": "17.4.2",
2727
"encoding": "0.1.13",
2828
"eslint": "9.39.4",
29-
"eslint-config-next": "16.2.4",
29+
"eslint-config-next": "16.2.6",
3030
"eslint-config-prettier": "10.1.8",
3131
"expo-server-sdk": "6.1.0",
32-
"graphql": "16.13.2",
32+
"graphql": "16.14.0",
3333
"graphql-request": "7.4.0",
3434
"hast-util-sanitize": "5.0.2",
3535
"jsonwebtoken": "9.0.3",
36-
"next": "16.2.4",
37-
"postcss": "8.5.10",
36+
"next": "16.2.6",
37+
"postcss": "8.5.14",
3838
"prettier": "3.8.3",
39-
"react": "19.2.5",
40-
"react-dom": "19.2.5",
39+
"react": "19.2.6",
40+
"react-dom": "19.2.6",
4141
"rehype-external-links": "3.0.0",
4242
"rehype-raw": "7.0.0",
4343
"rehype-sanitize": "6.0.0",

0 commit comments

Comments
 (0)