Skip to content

Commit 6397aba

Browse files
committed
chore: upgrade dependencies
1 parent fbc8e80 commit 6397aba

File tree

2 files changed

+851
-860
lines changed

2 files changed

+851
-860
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@apollo/client-integration-nextjs": "^0.14.1",
2222
"@bprogress/next": "^3.2.12",
2323
"@codemirror/lang-sql": "^6.10.0",
24-
"@graphql-codegen/client-preset": "^5.1.3",
24+
"@graphql-codegen/client-preset": "^5.2.1",
2525
"@hookform/resolvers": "^5.2.2",
2626
"@radix-ui/react-alert-dialog": "^1.1.15",
2727
"@radix-ui/react-avatar": "^1.1.11",
@@ -35,7 +35,7 @@
3535
"@radix-ui/react-slot": "^1.2.4",
3636
"@radix-ui/react-tabs": "^1.1.13",
3737
"@radix-ui/react-tooltip": "^1.2.8",
38-
"@swc-contrib/plugin-graphql-codegen-client-preset": "~0.9",
38+
"@swc-contrib/plugin-graphql-codegen-client-preset": "~0.12.1",
3939
"@tailwindcss/typography": "^0.5.19",
4040
"@tanstack/react-table": "^8.21.3",
4141
"@uiw/react-codemirror": "^4.25.3",
@@ -45,36 +45,36 @@
4545
"dayjs": "^1.11.19",
4646
"foxact": "^0.2.49",
4747
"graphql": "^16.12.0",
48-
"lucide-react": "^0.554.0",
49-
"next": "16.0.3",
48+
"lucide-react": "^0.555.0",
49+
"next": "16.1.0-canary.4",
5050
"next-themes": "^0.4.6",
51-
"react": "19.3.0-canary-eb89912e-20251118",
52-
"react-dom": "19.3.0-canary-eb89912e-20251118",
53-
"react-hook-form": "^7.66.1",
51+
"react": "19.3.0-canary-fd524fe0-20251121",
52+
"react-dom": "19.3.0-canary-fd524fe0-20251121",
53+
"react-hook-form": "^7.67.0",
5454
"react-remark": "^2.1.0",
5555
"remark": "^15.0.1",
5656
"remark-html": "^16.0.1",
5757
"sonner": "^2.0.7",
5858
"sql-formatter": "^15.6.10",
5959
"tailwind-merge": "^3.4.0",
60-
"zod": "^4.1.12"
60+
"zod": "^4.1.13"
6161
},
6262
"devDependencies": {
6363
"@0no-co/graphqlsp": "^1.15.1",
64-
"@eslint/eslintrc": "^3.3.1",
65-
"@graphql-codegen/cli": "^6.0.2",
64+
"@eslint/eslintrc": "^3.3.3",
65+
"@graphql-codegen/cli": "^6.1.0",
6666
"@graphql-codegen/schema-ast": "^5.0.0",
6767
"@graphql-typed-document-node/core": "^3.2.0",
6868
"@parcel/watcher": "^2.5.1",
6969
"@tailwindcss/postcss": "^4.1.17",
7070
"@types/node": "^24.10.1",
71-
"@types/react": "^19.2.6",
71+
"@types/react": "^19.2.7",
7272
"@types/react-dom": "^19.2.3",
73-
"@typescript-eslint/parser": "^8.47.0",
73+
"@typescript-eslint/parser": "^8.48.0",
7474
"dprint": "^0.50.2",
7575
"eslint": "^9.39.1",
76-
"eslint-config-next": "16.0.3",
77-
"eslint-plugin-better-tailwindcss": "^3.7.10",
76+
"eslint-config-next": "16.1.0-canary.7",
77+
"eslint-plugin-better-tailwindcss": "^3.7.11",
7878
"tailwindcss": "^4.1.17",
7979
"tw-animate-css": "^1.4.0",
8080
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)