Skip to content

Commit 96393d6

Browse files
changes
1 parent 8548562 commit 96393d6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

client/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@floating-ui/dom": "^1.7.4",
20-
"@hocuspocus/provider": "^3.2.4",
20+
"@hocuspocus/provider": "^3.2.5",
2121
"@hookform/resolvers": "^5.2.2",
2222
"@liveblocks/client": "^3.8.0",
2323
"@liveblocks/node": "^3.8.0",
@@ -98,7 +98,7 @@
9898
"input-otp": "^1.4.2",
9999
"js-cookie": "^3.0.5",
100100
"katex": "^0.16.23",
101-
"lucide-react": "^0.544.0",
101+
"lucide-react": "^0.545.0",
102102
"motion": "^12.23.22",
103103
"next-themes": "^0.4.6",
104104
"prop-types": "^15.8.1",
@@ -107,11 +107,11 @@
107107
"react-day-picker": "^9.11.0",
108108
"react-dom": "^19.2.0",
109109
"react-error-boundary": "^6.0.0",
110-
"react-hook-form": "^7.63.0",
110+
"react-hook-form": "^7.64.0",
111111
"react-intersection-observer": "^9.16.0",
112112
"react-loading-skeleton": "^3.5.0",
113113
"react-lottie": "^1.2.10",
114-
"react-router": "^7.9.3",
114+
"react-router": "^7.9.4",
115115
"react-use-measure": "^2.1.7",
116116
"sonner": "^2.0.7",
117117
"tailwind-merge": "^3.3.1",
@@ -122,25 +122,25 @@
122122
"y-protocols": "^1.0.6",
123123
"y-websocket": "^3.0.0",
124124
"yjs": "^13.6.27",
125-
"zod": "^4.1.11"
125+
"zod": "^4.1.12"
126126
},
127127
"devDependencies": {
128128
"@eslint/js": "^9.37.0",
129129
"@testing-library/dom": "^10.4.1",
130130
"@testing-library/jest-dom": "^6.9.1",
131131
"@testing-library/react": "^16.3.0",
132132
"@types/js-cookie": "^3.0.6",
133-
"@types/node": "24.6.2",
134-
"@types/react": "^19.2.0",
133+
"@types/node": "24.7.0",
134+
"@types/react": "^19.2.2",
135135
"@types/react-color": "^3.0.13",
136-
"@types/react-dom": "^19.2.0",
136+
"@types/react-dom": "^19.2.1",
137137
"@vitejs/plugin-react": "^5.0.4",
138138
"c8": "^10.1.3",
139-
"cypress": "^15.3.0",
139+
"cypress": "^15.4.0",
140140
"eslint": "^9.37.0",
141141
"eslint-config-prettier": "^10.1.8",
142142
"eslint-plugin-react": "^7.37.5",
143-
"eslint-plugin-react-hooks": "^6.1.0",
143+
"eslint-plugin-react-hooks": "^6.1.1",
144144
"eslint-plugin-react-refresh": "^0.4.23",
145145
"globals": "^16.4.0",
146146
"jsdom": "^27.0.0",
@@ -149,7 +149,7 @@
149149
"prettier-plugin-tailwindcss": "^0.6.14",
150150
"tw-animate-css": "^1.4.0",
151151
"typescript": "^5.9.3",
152-
"typescript-eslint": "^8.45.0",
152+
"typescript-eslint": "^8.46.0",
153153
"vite": "^7.1.9",
154154
"vitest": "^3.2.4"
155155
}

0 commit comments

Comments
 (0)