|
24 | 24 | "clean": "rimraf lib", |
25 | 25 | "clean:examples": "rimraf examples/static", |
26 | 26 | "build": "npm run clean && babel src --out-dir lib", |
27 | | - "build:examples": "npm run clean:examples && babel-node ./webpack/run-webpack --config docs.config.js", |
28 | | - "examples": "npm run clean:examples && babel-node ./examples/server.js", |
29 | | - "lint": "eslint src test", |
| 27 | + "build:examples": "npm run clean:examples && webpack --config webpack/docs.config.js", |
| 28 | + "examples": "npm run clean:examples && babel-node examples/server.js", |
| 29 | + "lint": "eslint examples/*.js src test *.js", |
30 | 30 | "test": "npm run lint && npm run testonly", |
31 | 31 | "testonly": "karma start --single-run", |
32 | 32 | "tdd": "karma start", |
33 | | - "coverage": "COVERAGE=true npm run testonly", |
34 | 33 | "release": "release" |
35 | 34 | }, |
36 | 35 | "peerDependencies": { |
|
41 | 40 | "@monastic.panic/component-playground": "^2.0.0", |
42 | 41 | "babel": "^5.8.38", |
43 | 42 | "babel-core": "^5.8.38", |
44 | | - "babel-eslint": "^6.1.0", |
| 43 | + "babel-eslint": "^6.1.2", |
45 | 44 | "babel-loader": "^5.4.0", |
46 | 45 | "babel-plugin-object-assign": "^1.2.1", |
47 | 46 | "chai": "^3.5.0", |
|
71 | 70 | "mocha": "^2.5.3", |
72 | 71 | "node-libs-browser": "^1.0.0", |
73 | 72 | "raw-loader": "^0.5.1", |
74 | | - "react": "~15.1.0", |
75 | | - "react-addons-test-utils": "~15.1.0", |
| 73 | + "react": "^15.2.1", |
| 74 | + "react-addons-test-utils": "^15.2.1", |
76 | 75 | "react-bootstrap": "^0.29.5", |
77 | 76 | "react-component-metadata": "^2.1.1", |
78 | | - "react-dom": "~15.1.0", |
| 77 | + "react-dom": "^15.2.1", |
79 | 78 | "react-hot-loader": "^1.3.0", |
80 | 79 | "release-script": "^1.0.2", |
81 | 80 | "rimraf": "^2.5.3", |
|
0 commit comments