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