File tree Expand file tree Collapse file tree 11 files changed +268
-414
lines changed
Expand file tree Collapse file tree 11 files changed +268
-414
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155 yarn up react@<< parameters.react-version >> react-dom@<< parameters.react-version >> react-test-renderer@<< parameters.react-version >>
156156 yarn workspace @data-client/test add --dev @testing-library/react-hooks
157157 elif [ "<< parameters.react-version >>" == "native" ]; then
158- yarn up react@19.1.1 react-test-renderer@19.1.1
158+ yarn up react@19.2.3 react-test-renderer@19.2.3
159159 fi
160160 - run :
161161 name : Running Jest
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222 "@data-client/normalizr" : " workspace:*" ,
2323 "benchmark" : " 2.1.4" ,
2424 "normalizr" : " 3.6.2" ,
25- "react" : " 19.2.4 "
25+ "react" : " 19.2.3 "
2626 },
2727 "devDependencies" : {
2828 "@anansi/webpack-config" : " 21.1.14" ,
Original file line number Diff line number Diff line change 5050 "core-js" : " 3.48.0" ,
5151 "d3" : " 7.9.0" ,
5252 "history" : " *" ,
53- "react" : " 19.2.4 " ,
54- "react-dom" : " 19.2.4 "
53+ "react" : " 19.2.3 " ,
54+ "react-dom" : " 19.2.3 "
5555 },
5656 "main" : " src/index.ts" ,
5757 "types" : " src/index.ts" ,
Original file line number Diff line number Diff line change 6363 "core-js" : " ^3.48.0" ,
6464 "history" : " ^5.3.0" ,
6565 "parse-link-header" : " ^2.0.0" ,
66- "react" : " 19.2.4 " ,
67- "react-dom" : " 19.2.4 " ,
66+ "react" : " 19.2.3 " ,
67+ "react-dom" : " 19.2.3 " ,
6868 "react-markdown" : " 10.1.0" ,
6969 "rehype-highlight" : " 7.0.2" ,
7070 "remark-gfm" : " 4.0.1" ,
Original file line number Diff line number Diff line change 2828 "clsx" : " ^2.1.1" ,
2929 "core-js" : " ^3.40.0" ,
3030 "next" : " ~15.4.10" ,
31- "react" : " 19.2.4 " ,
32- "react-dom" : " 19.2.4 " ,
31+ "react" : " 19.2.3 " ,
32+ "react-dom" : " 19.2.3 " ,
3333 "tar-fs" : " ^3.1.2" ,
3434 "tunnel-agent" : " ^0.6.0" ,
3535 "typescript" : " ^5.4.5"
Original file line number Diff line number Diff line change 4949 "@data-client/react" : " 0.15.7" ,
5050 "@data-client/rest" : " 0.15.7" ,
5151 "core-js" : " ^3.40.0" ,
52- "react" : " 19.2.4 " ,
53- "react-dom" : " 19.2.4 " ,
52+ "react" : " 19.2.3 " ,
53+ "react-dom" : " 19.2.3 " ,
5454 "uuid" : " ^13.0.0"
5555 }
5656}
Original file line number Diff line number Diff line change 9393 "nock" : " 13.3.1" ,
9494 "npm-run-all" : " ^4.1.5" ,
9595 "prettier" : " 3.8.1" ,
96- "react" : " 19.2.4 " ,
97- "react-dom" : " 19.2.4 " ,
98- "react-native" : " patch:react-native@npm:0.82.0-rc.0#~/.yarn/patches/react-native-npm-0.81.0-612367b09d.patch " ,
96+ "react" : " 19.2.3 " ,
97+ "react-dom" : " 19.2.3 " ,
98+ "react-native" : " 0.84.1 " ,
9999 "react-native-safe-area-context" : " ^5.0.0" ,
100100 "react-native-screens" : " ^4.1.0" ,
101- "react-test-renderer" : " ^ 19.0.0 " ,
101+ "react-test-renderer" : " 19.2.3 " ,
102102 "rimraf" : " ^6.0.0" ,
103103 "rollup" : " 4.59.0" ,
104104 "typescript" : " 5.9.3" ,
108108 "whatwg-fetch" : " 3.0.0" ,
109109 "downlevel-dts/typescript" : " 4.9.0-dev.20220903" ,
110110 "@isaacs/brace-expansion" : " >=5.0.1" ,
111- "node-gyp" : " >=11.0.0"
111+ "node-gyp" : " >=11.0.0" ,
112+ "react" : " 19.2.3" ,
113+ "react-dom" : " 19.2.3" ,
114+ "react-test-renderer" : " 19.2.3"
112115 },
113116 "packageManager" : " yarn@4.12.0" ,
114117 "prettier" : {
Original file line number Diff line number Diff line change 214214 "jest-mock" : " ^30.0.0" ,
215215 "nock" : " 13.3.1" ,
216216 "qs" : " ^6.14.2" ,
217- "react" : " 19.2.4 " ,
217+ "react" : " 19.2.3 " ,
218218 "react-dom" : " ^19.0.0" ,
219- "react-native" : " patch:react-native@npm:0.82.0-rc.0#~/.yarn/patches/react-native-npm-0.81.0-612367b09d.patch " ,
219+ "react-native" : " 0.84.1 " ,
220220 "react-native-safe-area-context" : " ^5.0.0" ,
221221 "react-native-screens" : " ^4.1.0" ,
222222 "react-test-renderer" : " ^19.0.0" ,
Original file line number Diff line number Diff line change 167167 "@types/react-dom" : " 19.2.3" ,
168168 "@types/react-test-renderer" : " 19.1.0" ,
169169 "jest" : " ^30.0.0" ,
170- "react" : " 19.2.4 " ,
171- "react-dom" : " 19.2.4 " ,
172- "react-native" : " patch:react-native@npm:0.82.0-rc.0#~/.yarn/patches/react-native-npm-0.81.0-612367b09d.patch " ,
170+ "react" : " 19.2.3 " ,
171+ "react-dom" : " 19.2.3 " ,
172+ "react-native" : " 0.84.1 " ,
173173 "react-test-renderer" : " *" ,
174174 "rollup-plugins" : " workspace:*"
175175 }
You can’t perform that action at this time.
0 commit comments