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 34879fc commit a1bcdd9Copy full SHA for a1bcdd9
examples/react/package.json
@@ -11,17 +11,17 @@
11
},
12
"dependencies": {
13
"@formulier/react": "workspace:*",
14
- "react": "^19.0.0",
15
- "react-dom": "^19.0.0",
16
- "react-router": "^7.4.0",
17
- "react-router-dom": "^7.4.0"
+ "react": "^19.1.0",
+ "react-dom": "^19.1.0",
+ "react-router": "^7.5.2",
+ "react-router-dom": "^7.5.2"
18
19
"devDependencies": {
20
"@formulier/tsconfig": "workspace:*",
21
- "@types/react": "^19.0.12",
22
- "@types/react-dom": "^19.0.4",
23
- "@vitejs/plugin-react": "^4.3.4",
24
- "typescript": "^5.8.2",
25
- "vite": "^6.2.2"
+ "@types/react": "^19.1.2",
+ "@types/react-dom": "^19.1.2",
+ "@vitejs/plugin-react": "^4.4.1",
+ "typescript": "^5.8.3",
+ "vite": "^6.3.3"
26
}
27
0 commit comments