@tanem/react-nprogress
Advanced tools
Comparing version 1.1.19 to 1.1.20
# Changelog | ||
## [v1.1.19](https://github.com/tanem/react-nprogress/tree/v1.1.19) (2019-05-13) | ||
## [v1.1.20](https://github.com/tanem/react-nprogress/tree/v1.1.20) (2019-05-16) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.19...v1.1.20) | ||
**Merged pull requests:** | ||
- Update dev dependencies \(major\) [\#121](https://github.com/tanem/react-nprogress/pull/121) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dev dependencies [\#120](https://github.com/tanem/react-nprogress/pull/120) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v1.1.19](https://github.com/tanem/react-nprogress/tree/v1.1.19) (2019-05-12) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.18...v1.1.19) | ||
@@ -5,0 +13,0 @@ |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "1.1.19", | ||
"version": "1.1.20", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -81,6 +81,6 @@ "main": "index.js", | ||
"@babel/preset-typescript": "7.3.3", | ||
"@types/enzyme": "3.9.1", | ||
"@types/enzyme": "3.9.2", | ||
"@types/enzyme-adapter-react-16": "1.0.5", | ||
"@types/hoist-non-react-statics": "3.3.1", | ||
"@types/jest": "24.0.12", | ||
"@types/jest": "24.0.13", | ||
"@types/mock-raf": "1.0.2", | ||
@@ -92,3 +92,3 @@ "@types/prop-types": "15.7.1", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"codecov": "3.4.0", | ||
"codecov": "3.5.0", | ||
"cross-env": "5.2.0", | ||
@@ -102,3 +102,3 @@ "del-cli": "1.1.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "1.17.0", | ||
"prettier": "1.17.1", | ||
"react": "16.8.6", | ||
@@ -108,7 +108,7 @@ "react-dom": "16.8.6", | ||
"regenerator-runtime": "0.13.2", | ||
"rollup": "1.11.3", | ||
"rollup": "1.12.0", | ||
"rollup-plugin-babel": "4.3.2", | ||
"rollup-plugin-commonjs": "9.3.4", | ||
"rollup-plugin-commonjs": "10.0.0", | ||
"rollup-plugin-filesize": "6.0.1", | ||
"rollup-plugin-node-resolve": "4.2.4", | ||
"rollup-plugin-node-resolve": "5.0.0", | ||
"rollup-plugin-replace": "2.2.0", | ||
@@ -115,0 +115,0 @@ "rollup-plugin-sourcemaps": "0.4.2", |
162609