|
1 | 1 | {
|
2 | 2 | "name": "react-css-transition-replace",
|
3 |
| - "version": "2.2.1", |
| 3 | + "version": "2.2.2", |
4 | 4 | "description": "A React component to animate replacing one element with another.",
|
5 | 5 | "main": "lib/ReactCSSTransitionReplace.js",
|
6 | 6 | "repository": {
|
|
14 | 14 | "prepublish": "npm run build"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "prop-types": "^15.5.6", |
18 |
| - "react-transition-group": "^1.1.1" |
| 17 | + "prop-types": "^15.6.0", |
| 18 | + "react-transition-group": "^1.2.1" |
19 | 19 | },
|
20 | 20 | "peerDependencies": {
|
21 |
| - "react": "^15.0.0", |
22 |
| - "react-dom": "^15.0.0" |
| 21 | + "react": "^15.0.0 || ^16.0.0", |
| 22 | + "react-dom": "^15.0.0 || ^16.0.0" |
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "babel-cli": "^6.24.1", |
| 25 | + "babel-cli": "^6.26.0", |
26 | 26 | "babel-eslint": "^6.1.0",
|
27 | 27 | "babel-plugin-add-module-exports": "^0.2.1",
|
28 | 28 | "babel-plugin-check-es2015-constants": "^6.8.0",
|
|
31 | 31 | "babel-plugin-transform-decorators-legacy": "^1.3.4",
|
32 | 32 | "babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
|
33 | 33 | "babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0",
|
34 |
| - "babel-plugin-transform-es2015-block-scoping": "^6.24.1", |
| 34 | + "babel-plugin-transform-es2015-block-scoping": "^6.26.0", |
35 | 35 | "babel-plugin-transform-es2015-classes": "^6.24.1",
|
36 | 36 | "babel-plugin-transform-es2015-computed-properties": "^6.24.1",
|
37 | 37 | "babel-plugin-transform-es2015-destructuring": "^6.16.0",
|
38 | 38 | "babel-plugin-transform-es2015-duplicate-keys": "^6.24.1",
|
39 | 39 | "babel-plugin-transform-es2015-for-of": "^6.8.0",
|
40 | 40 | "babel-plugin-transform-es2015-function-name": "^6.24.1",
|
41 | 41 | "babel-plugin-transform-es2015-literals": "^6.8.0",
|
42 |
| - "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", |
| 42 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
43 | 43 | "babel-plugin-transform-es2015-object-super": "^6.24.1",
|
44 | 44 | "babel-plugin-transform-es2015-parameters": "^6.24.1",
|
45 | 45 | "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
|
|
48 | 48 | "babel-plugin-transform-es2015-template-literals": "^6.8.0",
|
49 | 49 | "babel-plugin-transform-es2015-typeof-symbol": "^6.8.0",
|
50 | 50 | "babel-plugin-transform-es2015-unicode-regex": "^6.24.1",
|
51 |
| - "babel-plugin-transform-object-rest-spread": "^6.16.0", |
| 51 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
52 | 52 | "babel-plugin-transform-object-set-prototype-of-to-assign": "^6.8.0",
|
53 |
| - "babel-plugin-transform-proto-to-assign": "^6.9.0", |
| 53 | + "babel-plugin-transform-proto-to-assign": "^6.26.0", |
54 | 54 | "babel-plugin-transform-react-constant-elements": "^6.9.1",
|
55 |
| - "babel-plugin-transform-react-display-name": "^6.8.0", |
| 55 | + "babel-plugin-transform-react-display-name": "^6.25.0", |
56 | 56 | "babel-plugin-transform-react-inline-elements": "^6.8.0",
|
57 | 57 | "babel-plugin-transform-react-jsx": "^6.24.1",
|
58 | 58 | "babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
|
59 |
| - "babel-plugin-transform-react-remove-prop-types": "^0.2.9", |
60 |
| - "babel-polyfill": "^6.16.0", |
| 59 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.9", |
| 60 | + "babel-polyfill": "^6.26.0", |
61 | 61 | "babelify": "^7.3.0",
|
62 | 62 | "browser-sync": "^2.17.2",
|
63 | 63 | "browserify": "^13.1.0",
|
|
69 | 69 | "gulp-flatten": "^0.2.0",
|
70 | 70 | "gulp-notify": "^2.2.0",
|
71 | 71 | "lodash.assign": "^4.2.0",
|
72 |
| - "react": "^15.3.2", |
73 |
| - "react-bootstrap": "^0.31.0", |
74 |
| - "react-dom": "^15.3.2", |
75 |
| - "rimraf": "^2.5.4", |
| 72 | + "react": "^16.0.0", |
| 73 | + "react-bootstrap": "^0.31.3", |
| 74 | + "react-dom": "^16.0.0", |
| 75 | + "rimraf": "^2.6.2", |
76 | 76 | "vinyl-buffer": "^1.0.0",
|
77 | 77 | "vinyl-source-stream": "^1.1.0",
|
78 | 78 | "watchify": "^3.7.0"
|
|
0 commit comments