@tanem/react-nprogress
Advanced tools
Comparing version 1.1.1 to 1.1.2
# Changelog | ||
## [v1.1.1](https://github.com/tanem/react-nprogress/tree/v1.1.1) (2019-03-08) | ||
## [v1.1.2](https://github.com/tanem/react-nprogress/tree/v1.1.2) (2019-03-09) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.1...v1.1.2) | ||
**Merged pull requests:** | ||
- Update dependency rollup to v1.6.0 [\#42](https://github.com/tanem/react-nprogress/pull/42) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency jest to v24.3.1 [\#41](https://github.com/tanem/react-nprogress/pull/41) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency @types/jest to v24.0.11 [\#40](https://github.com/tanem/react-nprogress/pull/40) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v1.1.1](https://github.com/tanem/react-nprogress/tree/v1.1.1) (2019-03-07) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.0...v1.1.1) | ||
@@ -5,0 +14,0 @@ |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -84,3 +84,3 @@ "main": "index.js", | ||
"@types/hoist-non-react-statics": "3.3.0", | ||
"@types/jest": "24.0.9", | ||
"@types/jest": "24.0.11", | ||
"@types/mock-raf": "1.0.2", | ||
@@ -98,3 +98,3 @@ "@types/prop-types": "15.7.0", | ||
"glob": "7.1.3", | ||
"jest": "24.3.0", | ||
"jest": "24.3.1", | ||
"mock-raf": "1.0.1", | ||
@@ -107,3 +107,3 @@ "npm-run-all": "4.1.5", | ||
"regenerator-runtime": "0.13.1", | ||
"rollup": "1.5.0", | ||
"rollup": "1.6.0", | ||
"rollup-plugin-babel": "4.3.2", | ||
@@ -110,0 +110,0 @@ "rollup-plugin-commonjs": "9.2.1", |
148458