Skip to content

Commit 681df32

Browse files
committed
Update version of application to 1.0.0-rc2 and ensure React version remains compatible for components that aren't yet fully supporting React @19
1 parent a77a67b commit 681df32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "refactor-platform-fe",
3-
"version": "0.1.0",
3+
"version": "1.0.0-rc2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -72,6 +72,8 @@
7272
"typescript": "^5.7.2"
7373
},
7474
"overrides": {
75+
"react": "$react",
76+
"react-dom": "$react-dom",
7577
"@types/react": "19.0.2",
7678
"@types/react-dom": "19.0.2"
7779
}

0 commit comments

Comments
 (0)