|
41 | 41 | "react",
|
42 | 42 | "yeutech.vn",
|
43 | 43 | "react",
|
44 |
| - "admin" |
| 44 | + "admin", |
| 45 | + "ncu", |
| 46 | + "@rollup-umd/ncu" |
45 | 47 | ],
|
| 48 | + "ncurc": { |
| 49 | + "reject": [ |
| 50 | + "ra-core" |
| 51 | + ] |
| 52 | + }, |
46 | 53 | "license": "MIT",
|
47 | 54 | "eslintConfig": {
|
48 | 55 | "parser": "babel-eslint",
|
|
157 | 164 | ],
|
158 | 165 | "devDependencies": {
|
159 | 166 | "@babel/cli": "^7.2.3",
|
160 |
| - "@babel/core": "^7.2.2", |
| 167 | + "@babel/core": "^7.3.4", |
161 | 168 | "@babel/plugin-external-helpers": "^7.2.0",
|
162 |
| - "@babel/plugin-proposal-class-properties": "^7.3.0", |
| 169 | + "@babel/plugin-proposal-class-properties": "^7.3.4", |
163 | 170 | "@babel/plugin-proposal-decorators": "^7.3.0",
|
164 | 171 | "@babel/plugin-proposal-json-strings": "^7.2.0",
|
165 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.3.2", |
| 172 | + "@babel/plugin-proposal-object-rest-spread": "^7.3.4", |
166 | 173 | "@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
167 | 174 | "@babel/plugin-syntax-import-meta": "^7.2.0",
|
168 |
| - "@babel/plugin-transform-async-to-generator": "^7.2.0", |
| 175 | + "@babel/plugin-transform-async-to-generator": "^7.3.4", |
169 | 176 | "@babel/plugin-transform-modules-commonjs": "^7.2.0",
|
170 | 177 | "@babel/plugin-transform-react-constant-elements": "^7.2.0",
|
171 | 178 | "@babel/plugin-transform-react-inline-elements": "^7.2.0",
|
172 |
| - "@babel/plugin-transform-runtime": "^7.2.0", |
| 179 | + "@babel/plugin-transform-runtime": "^7.3.4", |
173 | 180 | "@babel/polyfill": "^7.2.5",
|
174 |
| - "@babel/preset-env": "^7.3.1", |
| 181 | + "@babel/preset-env": "^7.3.4", |
175 | 182 | "@babel/preset-react": "^7.0.0",
|
176 | 183 | "@bootstrap-styled/documentation": "^1.2.4",
|
177 |
| - "@bootstrap-styled/ra-ui": "^1.0.13", |
178 |
| - "@rollup-umd/documentation": "^1.3.13", |
| 184 | + "@bootstrap-styled/ra-ui": "^1.0.16", |
| 185 | + "@rollup-umd/documentation": "^1.3.16", |
| 186 | + "@rollup-umd/ncu": "^1.0.3", |
179 | 187 | "@semantic-release/changelog": "^3.0.2",
|
180 | 188 | "@semantic-release/git": "^7.0.8",
|
181 | 189 | "@semantic-release/github": "^5.2.10",
|
|
192 | 200 | "babel-plugin-react-transform": "^3.0.0",
|
193 | 201 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
194 | 202 | "cz-conventional-changelog": "^2.1.0",
|
195 |
| - "enzyme": "^3.8.0", |
196 |
| - "enzyme-adapter-react-16": "^1.9.1", |
197 |
| - "es6-promise": "^4.2.5", |
198 |
| - "eslint": "^5.13.0", |
| 203 | + "enzyme": "^3.9.0", |
| 204 | + "enzyme-adapter-react-16": "^1.10.0", |
| 205 | + "es6-promise": "^4.2.6", |
| 206 | + "eslint": "^5.15.0", |
199 | 207 | "eslint-config-airbnb": "^17.1.0",
|
200 | 208 | "eslint-plugin-import": "^2.16.0",
|
201 | 209 | "eslint-plugin-jsx-a11y": "^6.2.1",
|
|
205 | 213 | "istanbul-reports": "^2.1.0",
|
206 | 214 | "jest-cli": "^24.1.0",
|
207 | 215 | "jest-sonar-reporter": "^2.0.0",
|
208 |
| - "lint-staged": "^8.1.3", |
| 216 | + "lint-staged": "^8.1.5", |
209 | 217 | "pre-commit": "^1.2.2",
|
210 | 218 | "ra-core": "^2.6.4",
|
211 | 219 | "raf": "^3.4.1",
|
212 |
| - "react": "^16.8.1", |
213 |
| - "react-dom": "^16.8.1", |
| 220 | + "react": "^16.8.3", |
| 221 | + "react-dom": "^16.8.3", |
214 | 222 | "react-styleguidist": "^8.0.6",
|
215 | 223 | "react-test-renderer": "^16.8.1",
|
216 | 224 | "semantic-release": "^15.13.3",
|
217 | 225 | "toctoc": "^0.3.2",
|
218 |
| - "webpack": "^4.29.3" |
| 226 | + "webpack": "^4.29.6" |
219 | 227 | },
|
220 | 228 | "dependencies": {
|
221 | 229 | "prop-types": "^15.7.2"
|
222 | 230 | },
|
223 | 231 | "peerDependencies": {
|
224 |
| - "react": "^16.8.1", |
225 |
| - "react-dom": "^16.8.1", |
| 232 | + "react": "^16.8.3", |
| 233 | + "react-dom": "^16.8.3", |
226 | 234 | "ra-core": "^2.6.4",
|
227 |
| - "@bootstrap-styled/ra-ui": "^1.0.13" |
| 235 | + "@bootstrap-styled/ra-ui": "^1.0.16" |
228 | 236 | },
|
229 | 237 | "publishConfig": {
|
230 | 238 | "registry": "https://registry.npmjs.org",
|
|
0 commit comments