mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
* Add missing dependencies in `art` fixture, update `yarn.lock` **what is the change?:** See title **why make this change?:** We want the `art` fixture to be working so that we can test the latest version of `react-art`. **test plan:** Built and inspected the fixture manually **issue:** Prepping for 16.0RC release - https://github.com/facebook/react/issues/10623 * ran prettier
14 lines
499 B
JSON
14 lines
499 B
JSON
{
|
|
"devDependencies": {
|
|
"babel-core": "^6.24.0",
|
|
"babel-loader": "^6.4.1",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"webpack": "^1.14.0"
|
|
},
|
|
"scripts": {
|
|
"build": "ln -fs ../../../build/packages/react node_modules/react && ln -fs ../../../build/packages/react-dom node_modules/react-dom && ln -fs ../../../build/packages/react-art node_modules/react-art && webpack app.js bundle.js"
|
|
}
|
|
}
|