Skip to content

Commit 4eb702b

Browse files
committed
use file references instead of stale versions
1 parent b551897 commit 4eb702b

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"node-html-parser": "^7.0.1",
4949
"nps": "^5.9.12",
5050
"pino-pretty": "^13.0.0",
51-
"react-on-rails": "16.2.0-beta.11",
51+
"react-on-rails": "./packages/react-on-rails",
5252
"redis": "^5.0.1",
5353
"sentry-testkit": "^5.0.6",
5454
"touch": "^3.1.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"./ServerComponentFetchError": "./lib/ServerComponentFetchError.js"
5757
},
5858
"dependencies": {
59-
"react-on-rails": "16.2.0-beta.11"
59+
"react-on-rails": "./packages/react-on-rails"
6060
},
6161
"peerDependencies": {
6262
"react": ">= 16",

packages/react-on-rails-pro/yarn.lock

Lines changed: 0 additions & 8 deletions
This file was deleted.

yarn.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7004,6 +7004,9 @@ [email protected]:
70047004
neo-async "^2.6.1"
70057005
webpack-sources "^3.2.0"
70067006

7007+
react-on-rails@./packages/react-on-rails:
7008+
version "16.2.0-beta.11"
7009+
70077010
react@^19.0.0:
70087011
version "19.0.0"
70097012
resolved "https://registry.npmjs.org/react/-/react-19.0.0.tgz"

0 commit comments

Comments
 (0)