Skip to content

Commit f63d8a8

Browse files
revert this
1 parent 28cdbd2 commit f63d8a8

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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+
'temproal-package-no-one-cares-about1/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
}

node_package/src/RSCClientRoot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import * as React from 'react';
44
import ReactDOMClient from 'react-dom/client';
5-
import { createFromReadableStream } from '@shakacode-tools/react-on-rails-rsc/client';
5+
import { createFromReadableStream } from 'temproal-package-no-one-cares-about1/client';
66
import { fetch } from './utils';
77
import transformRSCStreamAndReplayConsoleLogs from './transformRSCStreamAndReplayConsoleLogs';
88
import { RailsContext, RenderFunction } from './types';

node_package/src/ReactOnRailsRSC.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { renderToPipeableStream } from '@shakacode-tools/react-on-rails-rsc/server.node';
1+
import { renderToPipeableStream } from 'temproal-package-no-one-cares-about1/server.node';
22
import { PassThrough, Readable } from 'stream';
33
import type { ReactElement } from 'react';
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"devDependencies": {
1818
"@babel/core": "^7.20.12",
1919
"@babel/preset-env": "^7.20.2",
20+
"temproal-package-no-one-cares-about1": "19.0.1",
2021
"@testing-library/dom": "^10.4.0",
2122
"@testing-library/jest-dom": "^6.6.3",
2223
"@testing-library/react": "^16.2.0",
@@ -46,7 +47,6 @@
4647
"prop-types": "^15.8.1",
4748
"react": "^19.0.0",
4849
"react-dom": "^19.0.0",
49-
"@shakacode-tools/react-on-rails-rsc": "git+https://github.com/shakacode/react_on_rails_rsc.git#main",
5050
"redux": "^4.2.1",
5151
"ts-jest": "^29.2.5",
5252
"typescript": "^5.6.2",
@@ -96,6 +96,6 @@
9696
"homepage": "https://github.com/shakacode/react_on_rails#readme",
9797
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
9898
"dependencies": {
99-
"@shakacode-tools/react-on-rails-rsc": "git+https://github.com/shakacode/react_on_rails_rsc.git#main"
99+
"temproal-package-no-one-cares-about1": "19.0.1"
100100
}
101101
}

yarn.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,12 +1580,6 @@
15801580
"@nodelib/fs.scandir" "2.1.3"
15811581
fastq "^1.6.0"
15821582

1583-
"@shakacode-tools/react-on-rails-rsc@git+https://github.com/shakacode/react_on_rails_rsc.git#main":
1584-
version "19.0.0"
1585-
resolved "git+https://github.com/shakacode/react_on_rails_rsc.git#6e72fd0a1a51729c7e9c298fb96c3eea7cfa1dab"
1586-
dependencies:
1587-
react-server-dom-webpack "19.0.0"
1588-
15891583
"@sinclair/typebox@^0.27.8":
15901584
version "0.27.8"
15911585
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
@@ -6512,6 +6506,13 @@ tapable@^2.1.1, tapable@^2.2.0:
65126506
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
65136507
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
65146508

6509+
6510+
version "19.0.1"
6511+
resolved "https://registry.yarnpkg.com/temproal-package-no-one-cares-about1/-/temproal-package-no-one-cares-about1-19.0.1.tgz#179d66710834b368051a4679afd381770cd6a051"
6512+
integrity sha512-75VG7OC6CLQDCTIUed3t1+4EZglJR/NUO6TqLlA4S3CajqNFDGWkeL7aJj462bHQR08xvIyJaD1btMNUF8aPbw==
6513+
dependencies:
6514+
react-server-dom-webpack "19.0.0"
6515+
65156516
terser-webpack-plugin@^5.3.10:
65166517
version "5.3.11"
65176518
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.11.tgz#93c21f44ca86634257cac176f884f942b7ba3832"

0 commit comments

Comments
 (0)