Skip to content

Commit b7cef89

Browse files
authoredMay 19, 2019
Merge pull request #47 from rollup-umd/dev
fix(dependencies): upgrade all dependencies
·
v2.1.1v2.0.3
2 parents e365d73 + f79d72f commit b7cef89

File tree

2 files changed

+36
-32
lines changed

2 files changed

+36
-32
lines changed
 

‎docs/getting-started/configuration/styleguide.ext.json.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ Ignore components to be documented using a glob pattern:
6363
```json
6464
{
6565
"ignore": [
66-
"src/**/*.test.js",
6766
"src/**/*.spec.js"
6867
]
6968
}

‎package.json‎

Lines changed: 36 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
"yeutech.vn",
5353
"documentation"
5454
],
55+
"ncurc": {
56+
"reject": [
57+
"react-transition-group"
58+
]
59+
},
5560
"license": "MIT",
5661
"eslintConfig": {
5762
"parser": "babel-eslint",
@@ -160,74 +165,74 @@
160165
"lint-staged"
161166
],
162167
"devDependencies": {
163-
"@babel/cli": "^7.2.3",
164-
"@babel/core": "^7.4.0",
168+
"@babel/cli": "^7.4.4",
169+
"@babel/core": "^7.4.4",
165170
"@babel/plugin-external-helpers": "^7.2.0",
166-
"@babel/plugin-proposal-class-properties": "^7.4.0",
167-
"@babel/plugin-proposal-decorators": "^7.4.0",
171+
"@babel/plugin-proposal-class-properties": "^7.4.4",
172+
"@babel/plugin-proposal-decorators": "^7.4.4",
168173
"@babel/plugin-proposal-json-strings": "^7.2.0",
169-
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
174+
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
170175
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
171176
"@babel/plugin-syntax-import-meta": "^7.2.0",
172-
"@babel/plugin-transform-async-to-generator": "^7.4.0",
173-
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
177+
"@babel/plugin-transform-async-to-generator": "^7.4.4",
178+
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
174179
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
175180
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
176-
"@babel/plugin-transform-runtime": "^7.4.0",
177-
"@babel/preset-env": "^7.4.2",
181+
"@babel/plugin-transform-runtime": "^7.4.4",
182+
"@babel/preset-env": "^7.4.4",
178183
"@babel/preset-react": "^7.0.0",
179184
"@rollup-umd/ncu": "^1.0.9",
180185
"@semantic-release/changelog": "^3.0.2",
181186
"@semantic-release/git": "^7.0.8",
182187
"@semantic-release/github": "^5.2.10",
183-
"@semantic-release/npm": "^5.1.4",
188+
"@semantic-release/npm": "^5.1.7",
184189
"babel-eslint": "^10.0.1",
185-
"babel-jest": "^24.5.0",
186-
"babel-loader": "^8.0.5",
187-
"babel-merge": "^2.0.1",
188-
"babel-plugin-add-module-exports": "^1.0.0",
190+
"babel-jest": "^24.8.0",
191+
"babel-loader": "^8.0.6",
192+
"babel-merge": "^3.0.0",
193+
"babel-plugin-add-module-exports": "^1.0.2",
189194
"babel-plugin-dynamic-import-node": "^2.2.0",
190195
"babel-plugin-react-transform": "^3.0.0",
191196
"babel-plugin-styled-components": "^1.10.0",
192197
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
193198
"cz-conventional-changelog": "^2.1.0",
194199
"enzyme": "^3.9.0",
195-
"enzyme-adapter-react-16": "^1.11.2",
200+
"enzyme-adapter-react-16": "^1.13.1",
196201
"eslint": "^5.16.0",
197202
"eslint-config-airbnb": "^17.1.0",
198-
"eslint-plugin-import": "^2.16.0",
203+
"eslint-plugin-import": "^2.17.2",
199204
"eslint-plugin-jsx-a11y": "^6.2.1",
200-
"eslint-plugin-react": "^7.12.4",
201-
"istanbul-api": "^2.1.1",
202-
"istanbul-reports": "^2.1.1",
203-
"jest-cli": "^24.5.0",
205+
"eslint-plugin-react": "^7.13.0",
206+
"istanbul-api": "^3.0.0",
207+
"istanbul-reports": "^2.2.6",
208+
"jest-cli": "^24.8.0",
204209
"jest-sonar-reporter": "^2.0.0",
205-
"lint-staged": "^8.1.5",
210+
"lint-staged": "^8.1.7",
206211
"pre-commit": "^1.2.2",
207212
"raf": "^3.4.1",
208213
"react-test-renderer": "^16.8.6",
209-
"semantic-release": "^15.13.3",
214+
"semantic-release": "^15.13.12",
210215
"toctoc": "^0.3.2",
211-
"webpack": "^4.29.6"
216+
"webpack": "^4.31.0"
212217
},
213218
"dependencies": {
214-
"@babel/runtime": "^7.4.2",
215-
"acorn": "^6.0.2",
216-
"acorn-jsx": "^5.0.0",
217-
"react-styleguidist": "^9.0.5",
218-
"@bootstrap-styled/rsg-components": "^2.0.4",
219+
"@babel/runtime": "^7.4.4",
220+
"acorn": "^6.1.1",
221+
"acorn-jsx": "^5.0.1",
222+
"react-styleguidist": "^9.1.2",
223+
"@bootstrap-styled/rsg-components": "^2.1.0",
219224
"css-loader": "^2.1.1",
220-
"documentation": "^9.3.1",
225+
"documentation": "^11.0.0",
221226
"exports-loader": "^0.7.0",
222227
"image-webpack-loader": "^4.6.0",
223228
"lodash.omit": "^4.5.0",
224-
"mini-html-webpack-plugin": "^0.2.3",
229+
"mini-html-webpack-plugin": "^1.0.0",
225230
"parse-author": "^2.0.0",
226231
"prop-types": "^15.7.2",
227232
"react": "^16.8.6",
228233
"react-dom": "^16.8.6",
229234
"react-ga": "^2.5.7",
230-
"react-transition-group": "^2.7.1",
235+
"react-transition-group": "^2.9.0",
231236
"style-loader": "^0.23.1",
232237
"styled-components": "^4.2.0",
233238
"url-loader": "^1.1.2",

0 commit comments

Comments
 (0)
Please sign in to comment.