Skip to content

Commit 5d5eca5

Browse files
committed
chore: upgrade dependencies
1 parent bc5435a commit 5d5eca5

File tree

2 files changed

+1289
-1216
lines changed

2 files changed

+1289
-1216
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,58 +21,58 @@
2121
"@graphql-codegen/client-preset": "^5.1.1",
2222
"@hookform/resolvers": "^5.2.2",
2323
"@radix-ui/react-alert-dialog": "^1.1.15",
24-
"@radix-ui/react-avatar": "^1.1.10",
24+
"@radix-ui/react-avatar": "^1.1.11",
2525
"@radix-ui/react-checkbox": "^1.3.3",
2626
"@radix-ui/react-collapsible": "^1.1.12",
2727
"@radix-ui/react-dialog": "^1.1.15",
2828
"@radix-ui/react-dropdown-menu": "^2.1.16",
29-
"@radix-ui/react-label": "^2.1.7",
29+
"@radix-ui/react-label": "^2.1.8",
3030
"@radix-ui/react-select": "^2.2.6",
31-
"@radix-ui/react-separator": "^1.1.7",
32-
"@radix-ui/react-slot": "^1.2.3",
31+
"@radix-ui/react-separator": "^1.1.8",
32+
"@radix-ui/react-slot": "^1.2.4",
3333
"@radix-ui/react-tabs": "^1.1.13",
3434
"@radix-ui/react-tooltip": "^1.2.8",
35-
"@swc-contrib/plugin-graphql-codegen-client-preset": "^0.9.0",
35+
"@swc-contrib/plugin-graphql-codegen-client-preset": "^0.10.1",
3636
"@tailwindcss/typography": "^0.5.19",
3737
"@tanstack/react-table": "^8.21.3",
38-
"@uiw/react-codemirror": "^4.25.2",
38+
"@uiw/react-codemirror": "^4.25.3",
3939
"babel-plugin-react-compiler": "19.1.0-rc.3",
4040
"class-variance-authority": "^0.7.1",
4141
"clsx": "^2.1.1",
4242
"dayjs": "^1.11.19",
4343
"foxact": "^0.2.49",
44-
"graphql": "^16.11.0",
45-
"lucide-react": "^0.552.0",
46-
"next": "16.0.2-canary.3",
44+
"graphql": "^16.12.0",
45+
"lucide-react": "^0.553.0",
46+
"next": "16.0.2-canary.16",
4747
"next-themes": "^0.4.6",
48-
"react": "19.3.0-canary-c9ddee7e-20251031",
49-
"react-dom": "19.3.0-canary-c9ddee7e-20251031",
48+
"react": "19.3.0-canary-100fc4a8-20251110",
49+
"react-dom": "19.3.0-canary-100fc4a8-20251110",
5050
"react-hook-form": "^7.66.0",
5151
"react-remark": "^2.1.0",
5252
"remark": "^15.0.1",
5353
"remark-html": "^16.0.1",
5454
"sonner": "^2.0.7",
5555
"sql-formatter": "^15.6.10",
56-
"tailwind-merge": "^3.3.1",
56+
"tailwind-merge": "^3.4.0",
5757
"zod": "^4.1.12"
5858
},
5959
"devDependencies": {
60-
"@0no-co/graphqlsp": "^1.15.0",
60+
"@0no-co/graphqlsp": "^1.15.1",
6161
"@eslint/eslintrc": "^3.3.1",
6262
"@graphql-codegen/cli": "^6.0.1",
6363
"@graphql-codegen/schema-ast": "^5.0.0",
6464
"@graphql-typed-document-node/core": "^3.2.0",
6565
"@parcel/watcher": "^2.5.1",
66-
"@tailwindcss/postcss": "^4.1.16",
67-
"@types/node": "^24.9.2",
68-
"@types/react": "^19.2.2",
69-
"@types/react-dom": "^19.2.2",
70-
"@typescript-eslint/parser": "^8.46.2",
66+
"@tailwindcss/postcss": "^4.1.17",
67+
"@types/node": "^24.10.1",
68+
"@types/react": "^19.2.3",
69+
"@types/react-dom": "^19.2.3",
70+
"@typescript-eslint/parser": "^8.46.4",
7171
"dprint": "^0.50.2",
72-
"eslint": "^9.39.0",
73-
"eslint-config-next": "16.0.2-canary.3",
72+
"eslint": "^9.39.1",
73+
"eslint-config-next": "16.0.2-canary.16",
7474
"eslint-plugin-better-tailwindcss": "^3.7.10",
75-
"tailwindcss": "^4.1.16",
75+
"tailwindcss": "^4.1.17",
7676
"tw-animate-css": "^1.4.0",
7777
"typescript": "^5.9.3"
7878
}

0 commit comments

Comments
 (0)