We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 255ca92 + 258b917 commit 7189780Copy full SHA for 7189780
apps/docs/package.json
@@ -19,7 +19,7 @@
19
"lucide-react": "^0.562.0",
20
"next": "^16.1.5",
21
"react": "^19.2.3",
22
- "react-dom": "^19.2.3",
+ "react-dom": "^19.2.4",
23
"server-only": "^0.0.1",
24
"tailwind-merge": "^3.4.0"
25
},
examples/msw-react-crud/package.json
@@ -20,12 +20,12 @@
"@objectstack/objectql": "workspace:*",
"@objectstack/spec": "workspace:*",
"react": "^18.3.1",
- "react-dom": "^18.3.1"
+ "react-dom": "^19.2.4"
"devDependencies": {
26
"@tailwindcss/postcss": "^4.1.18",
27
"@types/react": "^18.3.1",
28
- "@types/react-dom": "^18.3.0",
+ "@types/react-dom": "^19.2.3",
29
"@vitejs/plugin-react": "^5.1.2",
30
"autoprefixer": "^10.4.23",
31
"msw": "^2.0.0",
0 commit comments