|
56 | 56 | "react-dom": "^0.14.9 || >=15.3.0"
|
57 | 57 | },
|
58 | 58 | "devDependencies": {
|
59 |
| - "@babel/cli": "^7.0.0-beta.42", |
60 |
| - "@babel/core": "^7.0.0-beta.42", |
61 |
| - "@babel/plugin-proposal-class-properties": "^7.0.0-beta.42", |
62 |
| - "@babel/plugin-proposal-export-default-from": "^7.0.0-beta.42", |
63 |
| - "@babel/plugin-proposal-export-namespace-from": "^7.0.0-beta.42", |
64 |
| - "@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.42", |
65 |
| - "@babel/plugin-transform-runtime": "^7.0.0-beta.42", |
66 |
| - "@babel/preset-env": "^7.0.0-beta.42", |
67 |
| - "@babel/preset-react": "^7.0.0-beta.42", |
68 |
| - "@babel/register": "^7.0.0-beta.42", |
| 59 | + "@babel/cli": "7.0.0-beta.42", |
| 60 | + "@babel/core": "7.0.0-beta.42", |
| 61 | + "@babel/plugin-proposal-class-properties": "7.0.0-beta.42", |
| 62 | + "@babel/plugin-proposal-export-default-from": "7.0.0-beta.42", |
| 63 | + "@babel/plugin-proposal-export-namespace-from": "7.0.0-beta.42", |
| 64 | + "@babel/plugin-syntax-dynamic-import": "7.0.0-beta.42", |
| 65 | + "@babel/plugin-transform-runtime": "7.0.0-beta.42", |
| 66 | + "@babel/preset-env": "7.0.0-beta.42", |
| 67 | + "@babel/preset-react": "7.0.0-beta.42", |
| 68 | + "@babel/register": "7.0.0-beta.42", |
69 | 69 | "babel-core": "^7.0.0-bridge.0",
|
70 | 70 | "babel-eslint": "^8.0.0",
|
| 71 | + "babel-loader": "^8.0.0-beta.2", |
71 | 72 | "babel-plugin-add-module-exports": "^0.2.1",
|
72 | 73 | "babel-plugin-dev-expression": "^0.2.1",
|
73 | 74 | "babel-plugin-istanbul": "^4.1.5",
|
74 | 75 | "chai": "^3.5.0",
|
75 | 76 | "chalk": "^2.3.2",
|
76 |
| - "codecov": "^2.2.0", |
| 77 | + "codecov": "^3.0.4", |
77 | 78 | "colors": "^1.2.1",
|
78 | 79 | "create-react-class": "^15.6.3",
|
79 |
| - "cross-env": "^2.0.0", |
| 80 | + "cross-env": "^5.2.0", |
80 | 81 | "enzyme": "^3.1.0",
|
81 | 82 | "eslint": "^4.19.1",
|
82 | 83 | "eslint-config-airbnb": "^16.1.0",
|
|
86 | 87 | "eslint-plugin-mocha": "^5.0.0",
|
87 | 88 | "eslint-plugin-prettier": "^2.6.0",
|
88 | 89 | "eslint-plugin-react": "^7.8.2",
|
89 |
| - "execa": "^0.10.0", |
90 |
| - "fs-extra": "^6.0.1", |
| 90 | + "execa": "^0.11.0", |
| 91 | + "fs-extra": "^7.0.0", |
91 | 92 | "husky": "^0.14.3",
|
92 | 93 | "karma": "^2.0.2",
|
93 | 94 | "karma-chrome-launcher": "^2.2.0",
|
|
103 | 104 | "lodash": "^4.17.10",
|
104 | 105 | "mocha": "^5.2.0",
|
105 | 106 | "prettier": "^1.12.1",
|
106 |
| - "react": "^15.5.4", |
107 |
| - "react-dom": "^15.5.4", |
108 |
| - "react-test-renderer": "^15.6.2", |
| 107 | + "react": "^16.4.2", |
| 108 | + "react-dom": "^16.4.2", |
| 109 | + "react-test-renderer": "^16.4.2", |
109 | 110 | "release-script": "^1.0.2",
|
110 | 111 | "sinon": "^2.3.2",
|
111 | 112 | "sinon-chai": "^2.8.0",
|
112 | 113 | "webpack": "^4.4.1"
|
113 | 114 | },
|
114 | 115 | "dependencies": {
|
115 |
| - "@babel/runtime": "^7.0.0-beta.42", |
116 |
| - "babel-loader": "^8.0.0-beta.2", |
| 116 | + "@babel/runtime": "7.0.0-beta.42", |
117 | 117 | "classnames": "^2.2.5",
|
118 | 118 | "dom-helpers": "^3.2.0",
|
119 |
| - "enzyme-adapter-react-15": "^1.0.1", |
| 119 | + "enzyme-adapter-react-16": "^1.2.0", |
120 | 120 | "invariant": "^2.2.4",
|
121 | 121 | "keycode": "^2.2.0",
|
122 | 122 | "prop-types": "^15.6.1",
|
|
125 | 125 | "react-prop-types": "^0.4.0",
|
126 | 126 | "react-transition-group": "^2.0.0",
|
127 | 127 | "uncontrollable": "^5.0.0",
|
128 |
| - "warning": "^3.0.0" |
| 128 | + "warning": "^4.0.2" |
129 | 129 | },
|
130 | 130 | "release-script": {
|
131 | 131 | "bowerRepo": "[email protected]:react-bootstrap/react-bootstrap-bower.git",
|
|
0 commit comments