|
10 | 10 | "scripts": { |
11 | 11 | "build": "yarn build:doc && yarn build:site && yarn build:lib", |
12 | 12 | "build:doc": "NODE_ENV=production babel-node ./scripts/build-doc", |
13 | | - "build:lib": "rm -rf lib/ && NODE_ENV=production babel --ignore src/__tests__ src -d lib && cp package.json lib/package.json && rm -rf lib/__benchmarks__", |
| 13 | + "build:lib": "rm -rf lib/ && NODE_ENV=production babel --ignore src/__tests__ src -d lib && webpack && cp package.json lib/package.json && rm -rf lib/__benchmarks__", |
14 | 14 | "build:site": "optional-dev-dependency marky-markdown@^9.0.1 && babel-node ./scripts/build-website", |
15 | | - "examples": "webpack-dev-server --config examples/webpack.config.babel.js", |
16 | 15 | "release": "mversion `conventional-recommended-bump -p angular` -m", |
17 | 16 | "test": "eslint . && jest --runInBand --coverage && codecov" |
18 | 17 | }, |
|
36 | 35 | "recompose" |
37 | 36 | ], |
38 | 37 | "peerDependencies": { |
39 | | - "react": "^15.5.4" |
| 38 | + "react": "^15.0.0" |
40 | 39 | }, |
41 | 40 | "dependencies": { |
42 | 41 | "fbjs": "^0.8.12", |
|
52 | 51 | "babel-loader": "^7.0.0", |
53 | 52 | "babel-plugin-transform-class-properties": "^6.24.1", |
54 | 53 | "babel-plugin-transform-object-rest-spread": "^6.23.0", |
55 | | - "babel-preset-latest": "^6.24.1", |
| 54 | + "babel-preset-env": "^1.4.0", |
56 | 55 | "babel-preset-react": "^6.24.1", |
57 | 56 | "benchmark": "^2.1.4", |
58 | | - "codecov": "^2.1.0", |
| 57 | + "codecov": "^2.2.0", |
59 | 58 | "conventional-github-releaser": "^1.1.3", |
60 | 59 | "conventional-recommended-bump": "^1.0.0", |
61 | | - "create-react-class": "^15.5.2", |
| 60 | + "create-react-class": "^15.5.3", |
62 | 61 | "docdown": "neoziro/docdown#multiple-files-support", |
63 | 62 | "ejs": "^2.5.6", |
64 | 63 | "enzyme": "^2.8.2", |
|
67 | 66 | "eslint-plugin-import": "^2.2.0", |
68 | 67 | "eslint-plugin-jsx-a11y": "^4.0.0", |
69 | 68 | "eslint-plugin-react": "^6.10.3", |
70 | | - "fs-extra": "^3.0.0", |
| 69 | + "fs-extra": "^3.0.1", |
71 | 70 | "html-webpack-plugin": "^2.28.0", |
72 | | - "jest": "^19.0.2", |
| 71 | + "jest": "^20.0.1", |
73 | 72 | "jsdom": "^10.1.0", |
74 | 73 | "microtime": "^2.1.3", |
75 | 74 | "mversion": "^1.10.1", |
76 | 75 | "optional-dev-dependency": "^2.0.1", |
77 | | - "prop-types": "^15.5.8", |
| 76 | + "prop-types": "^15.5.9", |
78 | 77 | "react": "^15.5.4", |
79 | 78 | "react-dom": "^15.5.4", |
80 | 79 | "react-test-renderer": "^15.5.4", |
81 | 80 | "reassemble": "^0.5.6", |
82 | 81 | "recompose": "^0.23.1", |
83 | | - "rxjs": "^5.3.0", |
| 82 | + "rxjs": "^5.4.0", |
84 | 83 | "sinon": "^2.2.0", |
85 | | - "webpack": "^2.4.1", |
| 84 | + "webpack": "^2.5.1", |
86 | 85 | "webpack-dev-server": "^2.4.5" |
87 | 86 | } |
88 | 87 | } |
0 commit comments