We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d05dd commit d10eb77Copy full SHA for d10eb77
apps/docs/package.json
@@ -29,11 +29,11 @@
29
"fumadocs-ui": "16.0.7",
30
"gsap": "^3.13.0",
31
"lucide-react": "^0.552.0",
32
- "next": "16.0.1",
+ "next": "16.0.7",
33
"next-themes": "^0.4.6",
34
"ogl": "^1.0.11",
35
- "react": "^19.2.0",
36
- "react-dom": "^19.2.0",
+ "react": "19.2.1",
+ "react-dom": "19.2.1",
37
"sonner": "^2.0.7",
38
"tailwind-merge": "^3.3.1"
39
},
examples/react/package.json
@@ -10,9 +10,9 @@
10
"registry:dev": "jsrepo build --watch"
11
12
"dependencies": {
13
- "next": "16.0.3",
14
- "react": "19.2.0",
15
- "react-dom": "19.2.0"
+ "react-dom": "19.2.1"
16
17
"devDependencies": {
18
"concurrently": "catalog:",
0 commit comments