Skip to content

Commit f21b618

Browse files
use right versions of react and react-on-rails-rsc package at react-on-rails-pro tests
1 parent 6fc616b commit f21b618

File tree

5 files changed

+121
-68
lines changed

5 files changed

+121
-68
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"publint": "^0.3.4",
6161
"react": "18.0.0",
6262
"react-dom": "18.0.0",
63-
"react-on-rails-rsc": "19.0.2",
6463
"redux": "^4.2.1",
6564
"size-limit": "^12.0.0",
6665
"stylelint": "^16.14.0",

packages/react-on-rails-pro/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
"homepage": "https://github.com/shakacode/react_on_rails#readme",
7878
"devDependencies": {
7979
"@types/mock-fs": "^4.13.4",
80-
"mock-fs": "^5.5.0"
80+
"mock-fs": "^5.5.0",
81+
"react": "19.0.0",
82+
"react-dom": "19.0.0",
83+
"react-on-rails-rsc": "19.0.2"
8184
}
8285
}

packages/react-on-rails/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,7 @@
5959
},
6060
"peerDependencies": {
6161
"react": ">= 16",
62-
"react-dom": ">= 16",
63-
"react-on-rails-rsc": "19.0.2"
64-
},
65-
"peerDependenciesMeta": {
66-
"react-on-rails-rsc": {
67-
"optional": true
68-
}
62+
"react-dom": ">= 16"
6963
},
7064
"files": [
7165
"lib/**/*.js",

0 commit comments

Comments
 (0)