|
17 | 17 | "react-addons-css-transition-group": "^15.0.0"
|
18 | 18 | },
|
19 | 19 | "peerDependencies": {
|
20 |
| - "react": "^0.14.0 || ^15.0.0", |
21 |
| - "react-dom": "^0.14.0 || ^15.0.0" |
| 20 | + "react": "^15.0.0", |
| 21 | + "react-dom": "^15.0.0" |
22 | 22 | },
|
23 | 23 | "devDependencies": {
|
24 |
| - "babel-cli": "^6.10.1", |
| 24 | + "babel-cli": "^6.16.0", |
25 | 25 | "babel-eslint": "^6.1.0",
|
26 | 26 | "babel-plugin-add-module-exports": "^0.2.1",
|
27 | 27 | "babel-plugin-check-es2015-constants": "^6.8.0",
|
28 | 28 | "babel-plugin-syntax-trailing-function-commas": "^6.13.0",
|
29 |
| - "babel-plugin-transform-class-properties": "^6.11.5", |
| 29 | + "babel-plugin-transform-class-properties": "^6.16.0", |
30 | 30 | "babel-plugin-transform-decorators-legacy": "^1.3.4",
|
31 | 31 | "babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
|
32 | 32 | "babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0",
|
33 | 33 | "babel-plugin-transform-es2015-block-scoping": "^6.15.0",
|
34 | 34 | "babel-plugin-transform-es2015-classes": "^6.14.0",
|
35 | 35 | "babel-plugin-transform-es2015-computed-properties": "^6.8.0",
|
36 |
| - "babel-plugin-transform-es2015-destructuring": "^6.9.0", |
| 36 | + "babel-plugin-transform-es2015-destructuring": "^6.16.0", |
37 | 37 | "babel-plugin-transform-es2015-duplicate-keys": "^6.8.0",
|
38 | 38 | "babel-plugin-transform-es2015-for-of": "^6.8.0",
|
39 | 39 | "babel-plugin-transform-es2015-function-name": "^6.9.0",
|
40 | 40 | "babel-plugin-transform-es2015-literals": "^6.8.0",
|
41 |
| - "babel-plugin-transform-es2015-modules-commonjs": "^6.14.0", |
| 41 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.16.0", |
42 | 42 | "babel-plugin-transform-es2015-object-super": "^6.8.0",
|
43 |
| - "babel-plugin-transform-es2015-parameters": "^6.11.4", |
| 43 | + "babel-plugin-transform-es2015-parameters": "^6.17.0", |
44 | 44 | "babel-plugin-transform-es2015-shorthand-properties": "^6.8.0",
|
45 | 45 | "babel-plugin-transform-es2015-spread": "^6.8.0",
|
46 | 46 | "babel-plugin-transform-es2015-sticky-regex": "^6.8.0",
|
47 | 47 | "babel-plugin-transform-es2015-template-literals": "^6.8.0",
|
48 | 48 | "babel-plugin-transform-es2015-typeof-symbol": "^6.8.0",
|
49 | 49 | "babel-plugin-transform-es2015-unicode-regex": "^6.11.0",
|
50 |
| - "babel-plugin-transform-object-rest-spread": "^6.8.0", |
| 50 | + "babel-plugin-transform-object-rest-spread": "^6.16.0", |
51 | 51 | "babel-plugin-transform-object-set-prototype-of-to-assign": "^6.8.0",
|
52 | 52 | "babel-plugin-transform-proto-to-assign": "^6.9.0",
|
53 | 53 | "babel-plugin-transform-react-constant-elements": "^6.9.1",
|
|
56 | 56 | "babel-plugin-transform-react-jsx": "^6.8.0",
|
57 | 57 | "babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
|
58 | 58 | "babel-plugin-transform-react-remove-prop-types": "^0.2.9",
|
59 |
| - "babel-polyfill": "^6.9.1", |
| 59 | + "babel-polyfill": "^6.16.0", |
60 | 60 | "babelify": "^7.3.0",
|
61 |
| - "browser-sync": "^2.13.0", |
62 |
| - "browserify": "^13.0.1", |
63 |
| - "del": "^2.2.1", |
64 |
| - "eslint": "^3.0.1", |
| 61 | + "browser-sync": "^2.17.2", |
| 62 | + "browserify": "^13.1.0", |
| 63 | + "del": "^2.2.2", |
| 64 | + "eslint": "^3.7.1", |
65 | 65 | "eslint-plugin-react": "^5.2.2",
|
66 | 66 | "gulp": "^3.9.1",
|
67 | 67 | "gulp-eslint": "^3.0.1",
|
68 | 68 | "gulp-flatten": "^0.2.0",
|
69 | 69 | "gulp-notify": "^2.2.0",
|
70 |
| - "lodash.assign": "^4.0.9", |
71 |
| - "react": "^15.2.0", |
72 |
| - "react-bootstrap": "^0.29.5", |
73 |
| - "react-dom": "^15.2.0", |
74 |
| - "rimraf": "^2.5.3", |
| 70 | + "lodash.assign": "^4.2.0", |
| 71 | + "react": "^15.3.2", |
| 72 | + "react-bootstrap": "^0.30.5", |
| 73 | + "react-dom": "^15.3.2", |
| 74 | + "rimraf": "^2.5.4", |
75 | 75 | "vinyl-buffer": "^1.0.0",
|
76 | 76 | "vinyl-source-stream": "^1.1.0",
|
77 | 77 | "watchify": "^3.7.0"
|
|
0 commit comments