mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
The attribute-behavior fixture now uses `createRoot().render()` and `renderToReadableStream` instead of depdrecated APIs. This revealed some changes to the snapshots that I annotated for discussion. I also added some new tests related to upcoming changes for easier future diffing. Also adds support for running the attribute-behavior fixture using Apple Silicon chips (Apple MBP M-series).
25 lines
765 B
JSON
25 lines
765 B
JSON
{
|
|
"name": "attribute-behavior",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"file-saver": "^1.3.3",
|
|
"glamor": "^2.20.40",
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1",
|
|
"react-scripts": "1.0.11",
|
|
"react-virtualized": "^9.9.0"
|
|
},
|
|
"resolutions": {
|
|
"fsevents": "1.2.13"
|
|
},
|
|
"scripts": {
|
|
"predev":
|
|
"cp ../../build/oss-experimental/react/umd/react.development.js public/ && cp ../../build/oss-experimental/react-dom/umd/react-dom.development.js public/ && cp ../../build/oss-experimental/react-dom/umd/react-dom-server.browser.development.js public/",
|
|
"dev": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|