Skip to content

Commit 7c49ebb

Browse files
author
Dimitri Kopriwa
committed
fix(dependencies): upgrade all dependencies
1 parent 7ab1956 commit 7c49ebb

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.ncurc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
const { createConfig } = require('@rollup-umd/ncu');
2+
module.exports = createConfig();

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ rollup.config.js
3131
/reports
3232
/*.tgz
3333
/lib/**/*.md
34+
**/tests/*.test.js
35+
.ncurc.js

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,16 @@
153153
"@babel/plugin-transform-runtime": "^7.3.4",
154154
"@babel/preset-env": "^7.3.4",
155155
"@babel/preset-react": "^7.0.0",
156-
"@rollup-umd/documentation": "^1.3.16",
156+
"@rollup-umd/documentation": "^2.0.0",
157+
"@rollup-umd/ncu": "^1.0.5",
157158
"@semantic-release/changelog": "^3.0.2",
158159
"@semantic-release/git": "^7.0.8",
159160
"@semantic-release/github": "^5.2.10",
160161
"@semantic-release/npm": "^5.1.4",
161-
"@yeutech-lab/documentation": "^1.0.17",
162-
"@yeutech-lab/test-polyfill": "^1.1.4",
162+
"@yeutech-lab/documentation": "^2.0.0",
163+
"@yeutech-lab/test-polyfill": "^1.1.5",
163164
"babel-eslint": "^10.0.1",
164-
"babel-jest": "^24.1.0",
165+
"babel-jest": "^24.3.1",
165166
"babel-loader": "^8.0.5",
166167
"babel-merge": "^2.0.1",
167168
"babel-plugin-add-module-exports": "^1.0.0",
@@ -170,18 +171,18 @@
170171
"babel-plugin-react-transform": "^3.0.0",
171172
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
172173
"cz-conventional-changelog": "^2.1.0",
173-
"eslint": "^5.15.0",
174+
"eslint": "^5.15.1",
174175
"eslint-config-airbnb-base": "^13.1.0",
175176
"eslint-plugin-import": "^2.16.0",
176177
"exports-loader": "^0.7.0",
177178
"istanbul-api": "^2.1.1",
178179
"istanbul-reports": "^2.1.1",
179-
"jest-cli": "^24.1.0",
180+
"jest-cli": "^24.3.1",
180181
"jest-sonar-reporter": "^2.0.0",
181182
"lint-staged": "^8.1.5",
182183
"pre-commit": "^1.2.2",
183-
"react-styleguidist": "^8.0.6",
184-
"rollup": "^1.4.0",
184+
"react-styleguidist": "^9.0.4",
185+
"rollup": "^1.6.0",
185186
"semantic-release": "^15.13.3",
186187
"toctoc": "^0.3.2",
187188
"webpack": "^4.29.6"

0 commit comments

Comments
 (0)