|
7 | 7 | "license": "MIT", |
8 | 8 | "main": "lib/index.js", |
9 | 9 | "files": [ |
10 | | - "lib/", |
11 | | - "CHANGELOG.md" |
| 10 | + "lib" |
12 | 11 | ], |
13 | 12 | "keywords": [ |
14 | 13 | "react-overlays", |
|
28 | 27 | "build:examples": "npm run clean:examples && babel-node ./webpack/run-webpack --config docs.config.js", |
29 | 28 | "examples": "npm run clean:examples && babel-node ./examples/server.js", |
30 | 29 | "lint": "eslint src test", |
31 | | - "test": "npm run lint && karma start --single-run", |
| 30 | + "test": "npm run lint && npm run testonly", |
| 31 | + "testonly": "karma start --single-run", |
32 | 32 | "tdd": "karma start", |
33 | | - "coverage": "COVERAGE=true karma start --single-run", |
| 33 | + "coverage": "COVERAGE=true npm run testonly", |
34 | 34 | "release": "release" |
35 | 35 | }, |
36 | 36 | "peerDependencies": { |
37 | 37 | "react": ">=0.14.0", |
38 | 38 | "react-dom": ">=0.14.0" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@jquense/component-playground": "jquense/component-playground", |
42 | | - "babel": "5.6.14", |
43 | | - "babel-core": "^5.8.34", |
44 | | - "babel-eslint": "^4.1.6", |
45 | | - "babel-loader": "^5.3.0", |
| 41 | + "@monastic.panic/component-playground": "jquense/component-playground", |
| 42 | + "babel": "^5.8.38", |
| 43 | + "babel-core": "^5.8.38", |
| 44 | + "babel-eslint": "^6.1.0", |
| 45 | + "babel-loader": "^5.4.0", |
46 | 46 | "babel-plugin-object-assign": "^1.2.1", |
47 | | - "chai": "^3.2.0", |
48 | | - "component-metadata-loader": "^2.0.0", |
49 | | - "css-loader": "^0.15.6", |
50 | | - "es5-shim": "^4.1.7", |
51 | | - "eslint": "^1.10.1", |
52 | | - "eslint-plugin-babel": "^3.0.0", |
53 | | - "eslint-plugin-mocha": "^1.1.0", |
54 | | - "eslint-plugin-react": "^3.1.0", |
55 | | - "isparta-loader": "^0.2.0", |
56 | | - "jquery": "^2.1.4", |
57 | | - "karma": "^0.13.3", |
58 | | - "karma-chrome-launcher": "^0.2.0", |
59 | | - "karma-cli": "^0.1.0", |
60 | | - "karma-coverage": "^0.4.2", |
61 | | - "karma-coveralls": "^1.1.0", |
62 | | - "karma-mocha": "^0.2.0", |
63 | | - "karma-mocha-reporter": "^1.0.4", |
64 | | - "karma-sinon-chai": "^1.0.0", |
65 | | - "karma-sourcemap-loader": "^0.3.5", |
| 47 | + "chai": "^3.5.0", |
| 48 | + "component-metadata-loader": "^2.0.3", |
| 49 | + "css-loader": "^0.23.1", |
| 50 | + "es5-shim": "^4.5.9", |
| 51 | + "eslint": "^3.0.1", |
| 52 | + "eslint-plugin-mocha": "^4.0.0", |
| 53 | + "eslint-plugin-react": "^5.2.2", |
| 54 | + "isparta-loader": "^1.0.0", |
| 55 | + "jquery": "^3.1.0", |
| 56 | + "karma": "^1.1.1", |
| 57 | + "karma-chrome-launcher": "^1.0.1", |
| 58 | + "karma-cli": "^1.0.1", |
| 59 | + "karma-coverage": "^1.1.0", |
| 60 | + "karma-coveralls": "^1.1.2", |
| 61 | + "karma-mocha": "^1.1.1", |
| 62 | + "karma-mocha-reporter": "^2.0.4", |
| 63 | + "karma-sinon-chai": "^1.2.2", |
| 64 | + "karma-sourcemap-loader": "^0.3.7", |
66 | 65 | "karma-webpack": "^1.7.0", |
67 | | - "less": "^2.5.1", |
68 | | - "less-loader": "^2.2.0", |
69 | | - "lodash": "^3.10.0", |
70 | | - "lolex": "^1.4.0", |
| 66 | + "less": "^2.7.1", |
| 67 | + "less-loader": "^2.2.3", |
| 68 | + "lodash": "^4.13.1", |
| 69 | + "lolex": "^1.5.0", |
71 | 70 | "marked": "^0.3.5", |
72 | | - "mocha": "^2.2.5", |
73 | | - "node-libs-browser": "^0.5.2", |
| 71 | + "mocha": "^2.5.3", |
| 72 | + "node-libs-browser": "^1.0.0", |
74 | 73 | "raw-loader": "^0.5.1", |
75 | | - "react": "^0.14.0", |
76 | | - "react-addons-test-utils": "^0.14.0", |
77 | | - "react-bootstrap": "^0.27.3", |
78 | | - "react-component-metadata": "^1.2.2", |
79 | | - "react-dom": "^0.14.0", |
80 | | - "react-hot-loader": "^1.2.7", |
81 | | - "release-script": "^0.2.1", |
82 | | - "rimraf": "^2.4.2", |
83 | | - "simulant": "^0.1.5", |
84 | | - "sinon": "^1.15.4", |
| 74 | + "react": "~15.1.0", |
| 75 | + "react-addons-test-utils": "~15.1.0", |
| 76 | + "react-bootstrap": "^0.29.5", |
| 77 | + "react-component-metadata": "^2.1.1", |
| 78 | + "react-dom": "~15.1.0", |
| 79 | + "react-hot-loader": "^1.3.0", |
| 80 | + "release-script": "^1.0.2", |
| 81 | + "rimraf": "^2.5.3", |
| 82 | + "simulant": "^0.2.2", |
| 83 | + "sinon": "^1.17.4", |
85 | 84 | "sinon-chai": "^2.8.0", |
86 | | - "style-loader": "^0.12.3", |
87 | | - "teaspoon": "^6.1.1", |
88 | | - "webpack": "^1.12.2", |
89 | | - "webpack-dev-server": "^1.12.0", |
90 | | - "yargs": "^3.14.0" |
| 85 | + "style-loader": "^0.13.1", |
| 86 | + "teaspoon": "^6.4.1", |
| 87 | + "webpack": "^1.13.1", |
| 88 | + "webpack-dev-server": "^1.14.1", |
| 89 | + "yargs": "^4.7.1" |
91 | 90 | }, |
92 | 91 | "dependencies": { |
93 | | - "classnames": "^2.1.3", |
94 | | - "dom-helpers": "^2.3.0", |
95 | | - "react-prop-types": "^0.2.1", |
96 | | - "warning": "^2.1.0" |
| 92 | + "classnames": "^2.2.5", |
| 93 | + "dom-helpers": "^2.4.0", |
| 94 | + "react-prop-types": "^0.3.2", |
| 95 | + "warning": "^3.0.0" |
97 | 96 | } |
98 | 97 | } |
0 commit comments