File tree Expand file tree Collapse file tree 5 files changed +12
-13
lines changed Expand file tree Collapse file tree 5 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = {
99 moduleNameMapper :
1010 nodeVersion < 18
1111 ? {
12- '@shakacode-tools /react-on-rails-rsc/client' : '<rootDir>/node_package/tests/emptyForTesting.js' ,
12+ '@abanoubghadban /react-on-rails-rsc/client' : '<rootDir>/node_package/tests/emptyForTesting.js' ,
1313 '^@testing-library/dom$' : '<rootDir>/node_package/tests/emptyForTesting.js' ,
1414 '^@testing-library/react$' : '<rootDir>/node_package/tests/emptyForTesting.js' ,
1515 }
Original file line number Diff line number Diff line change 22
33import * as React from 'react' ;
44import ReactDOMClient from 'react-dom/client' ;
5- import { createFromReadableStream } from '@shakacode-tools /react-on-rails-rsc/client' ;
5+ import { createFromReadableStream } from '@abanoubghadban /react-on-rails-rsc/client' ;
66import { fetch } from './utils' ;
77import transformRSCStreamAndReplayConsoleLogs from './transformRSCStreamAndReplayConsoleLogs' ;
88import { RailsContext , RenderFunction } from './types' ;
Original file line number Diff line number Diff line change 1- import { renderToPipeableStream } from '@shakacode-tools /react-on-rails-rsc/server.node' ;
1+ import { renderToPipeableStream } from '@abanoubghadban /react-on-rails-rsc/server.node' ;
22import { PassThrough , Readable } from 'stream' ;
33import type { ReactElement } from 'react' ;
44
Original file line number Diff line number Diff line change 1515 "doc" : " docs"
1616 },
1717 "devDependencies" : {
18+ "@abanoubghadban/react-on-rails-rsc" : " ^19.0.0-rc.3" ,
1819 "@babel/core" : " ^7.20.12" ,
1920 "@babel/preset-env" : " ^7.20.2" ,
20- "@shakacode-tools/react-on-rails-rsc" : " git+https://github.com/shakacode/react_on_rails_rsc.git#main" ,
2121 "@testing-library/dom" : " ^10.4.0" ,
2222 "@testing-library/jest-dom" : " ^6.6.3" ,
2323 "@testing-library/react" : " ^16.2.0" ,
9494 },
9595 "homepage" : " https://github.com/shakacode/react_on_rails#readme" ,
9696 "packageManager" :
" [email protected] +sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" ,
97- "dependencies" : {
98- "@shakacode-tools/react-on-rails-rsc" : " git+https://github.com/shakacode/react_on_rails_rsc.git#main"
99- }
97+ "dependencies" : {}
10098}
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5+ " @abanoubghadban/react-on-rails-rsc@^19.0.0-rc.3 " :
6+ version "19.0.0-rc.3"
7+ resolved "https://npm.pkg.github.com/download/@abanoubghadban/react-on-rails-rsc/19.0.0-rc.3/6a47d5a52930dac461b17b537ebc7105b1a50aee#6a47d5a52930dac461b17b537ebc7105b1a50aee"
8+ integrity sha512-ODj2H85GECe/FmHRpKFsT2D21Y9U1dltCwZD5I3FCRGMgj+6vta4oNU5lWqbHX875r6Q2LO4kD0b8b4Qhn7SnA==
9+ dependencies :
10+ react-server-dom-webpack "19.0.0"
11+
512" @adobe/css-tools@^4.4.0 " :
613 version "4.4.1"
714 resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.4.1.tgz#2447a230bfe072c1659e6815129c03cf170710e3"
15721579 " @nodelib/fs.scandir" " 2.1.3"
15731580 fastq "^1.6.0"
15741581
1575- " @shakacode-tools/react-on-rails-rsc@git+https://github.com/shakacode/react_on_rails_rsc.git#main " :
1576- version "19.0.0"
1577- resolved "git+https://github.com/shakacode/react_on_rails_rsc.git#5453eaa574cd6ad54698b0f2ad8c1c44985e169d"
1578- dependencies :
1579- react-server-dom-webpack "19.0.0"
1580-
15811582" @sinclair/typebox@^0.27.8 " :
15821583 version "0.27.8"
15831584 resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
You can’t perform that action at this time.
0 commit comments