@tanem/react-nprogress
Advanced tools
Comparing version 1.1.20 to 1.1.21
# Changelog | ||
## [v1.1.20](https://github.com/tanem/react-nprogress/tree/v1.1.20) (2019-05-16) | ||
## [v1.1.21](https://github.com/tanem/react-nprogress/tree/v1.1.21) (2019-05-21) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.20...v1.1.21) | ||
**Merged pull requests:** | ||
- Update dev dependencies [\#122](https://github.com/tanem/react-nprogress/pull/122) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v1.1.20](https://github.com/tanem/react-nprogress/tree/v1.1.20) (2019-05-15) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.19...v1.1.20) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "1.1.20", | ||
"version": "1.1.21", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -95,3 +95,3 @@ "main": "index.js", | ||
"enzyme": "3.9.0", | ||
"enzyme-adapter-react-16": "1.13.0", | ||
"enzyme-adapter-react-16": "1.13.1", | ||
"glob": "7.1.4", | ||
@@ -106,3 +106,3 @@ "jest": "24.8.0", | ||
"regenerator-runtime": "0.13.2", | ||
"rollup": "1.12.0", | ||
"rollup": "1.12.3", | ||
"rollup-plugin-babel": "4.3.2", | ||
@@ -109,0 +109,0 @@ "rollup-plugin-commonjs": "10.0.0", |
162941