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 * as 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 1717 "doc" : " docs"
1818 },
1919 "devDependencies" : {
20+ "@abanoubghadban/react-on-rails-rsc" : " ^19.0.0-rc.3" ,
2021 "@arethetypeswrong/cli" : " ^0.17.4" ,
2122 "@babel/core" : " ^7.20.12" ,
2223 "@babel/preset-env" : " ^7.20.2" ,
2324 "@tsconfig/node14" : " ^14.1.2" ,
24- "@shakacode-tools/react-on-rails-rsc" : " git+https://github.com/shakacode/react_on_rails_rsc.git#main" ,
2525 "@testing-library/dom" : " ^10.4.0" ,
2626 "@testing-library/jest-dom" : " ^6.6.3" ,
2727 "@testing-library/react" : " ^16.2.0" ,
9999 },
100100 "homepage" : " https://github.com/shakacode/react_on_rails#readme" ,
101101 "packageManager" :
" [email protected] +sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" ,
102- "dependencies" : {
103- "@shakacode-tools/react-on-rails-rsc" : " git+https://github.com/shakacode/react_on_rails_rsc.git#main"
104- }
102+ "dependencies" : {}
105103}
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"
13801387 " @nodelib/fs.scandir" " 2.1.3"
13811388 fastq "^1.6.0"
13821389
1383- " @shakacode-tools/react-on-rails-rsc@git+https://github.com/shakacode/react_on_rails_rsc.git#main " :
1384- version "19.0.0"
1385- resolved "git+https://github.com/shakacode/react_on_rails_rsc.git#5453eaa574cd6ad54698b0f2ad8c1c44985e169d"
1386- dependencies :
1387- react-server-dom-webpack "19.0.0"
1388-
13891390" @sinclair/typebox@^0.27.8 " :
13901391 version "0.27.8"
13911392 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