Skip to content

Commit bc5435a

Browse files
committed
chore: upgrade dependencies
1 parent 46068f8 commit bc5435a

File tree

2 files changed

+772
-932
lines changed

2 files changed

+772
-932
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"format:check": "dprint check"
1515
},
1616
"dependencies": {
17-
"@apollo/client": "4.0.7",
17+
"@apollo/client": "4.0.9",
1818
"@apollo/client-integration-nextjs": "^0.14.1",
1919
"@bprogress/next": "^3.2.12",
2020
"@codemirror/lang-sql": "^6.10.0",
@@ -39,15 +39,15 @@
3939
"babel-plugin-react-compiler": "19.1.0-rc.3",
4040
"class-variance-authority": "^0.7.1",
4141
"clsx": "^2.1.1",
42-
"dayjs": "^1.11.18",
42+
"dayjs": "^1.11.19",
4343
"foxact": "^0.2.49",
4444
"graphql": "^16.11.0",
45-
"lucide-react": "^0.548.0",
46-
"next": "16.0.1-canary.2",
45+
"lucide-react": "^0.552.0",
46+
"next": "16.0.2-canary.3",
4747
"next-themes": "^0.4.6",
48-
"react": "19.3.0-canary-408b38ef-20251023",
49-
"react-dom": "19.3.0-canary-408b38ef-20251023",
50-
"react-hook-form": "^7.65.0",
48+
"react": "19.3.0-canary-c9ddee7e-20251031",
49+
"react-dom": "19.3.0-canary-c9ddee7e-20251031",
50+
"react-hook-form": "^7.66.0",
5151
"react-remark": "^2.1.0",
5252
"remark": "^15.0.1",
5353
"remark-html": "^16.0.1",
@@ -58,19 +58,19 @@
5858
},
5959
"devDependencies": {
6060
"@0no-co/graphqlsp": "^1.15.0",
61-
"@eslint/eslintrc": "^3",
61+
"@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",
6666
"@tailwindcss/postcss": "^4.1.16",
67-
"@types/node": "^24.9.1",
67+
"@types/node": "^24.9.2",
6868
"@types/react": "^19.2.2",
6969
"@types/react-dom": "^19.2.2",
7070
"@typescript-eslint/parser": "^8.46.2",
7171
"dprint": "^0.50.2",
72-
"eslint": "^9.38.0",
73-
"eslint-config-next": "16.0.1-canary.2",
72+
"eslint": "^9.39.0",
73+
"eslint-config-next": "16.0.2-canary.3",
7474
"eslint-plugin-better-tailwindcss": "^3.7.10",
7575
"tailwindcss": "^4.1.16",
7676
"tw-animate-css": "^1.4.0",

0 commit comments

Comments
 (0)