@tanem/react-nprogress
Advanced tools
Comparing version 1.1.15 to 1.1.16
# Changelog | ||
## [v1.1.15](https://github.com/tanem/react-nprogress/tree/v1.1.15) (2019-04-30) | ||
## [v1.1.16](https://github.com/tanem/react-nprogress/tree/v1.1.16) (2019-05-09) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.15...v1.1.16) | ||
**Merged pull requests:** | ||
- Update dev dependencies [\#115](https://github.com/tanem/react-nprogress/pull/115) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v1.1.15](https://github.com/tanem/react-nprogress/tree/v1.1.15) (2019-04-29) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.14...v1.1.15) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -87,3 +87,3 @@ "main": "index.js", | ||
"@types/prop-types": "15.7.1", | ||
"@types/react": "16.8.14", | ||
"@types/react": "16.8.17", | ||
"@types/react-dom": "16.8.4", | ||
@@ -97,4 +97,4 @@ "babel-core": "6.26.3", | ||
"enzyme-adapter-react-16": "1.12.1", | ||
"glob": "7.1.3", | ||
"jest": "24.7.1", | ||
"glob": "7.1.4", | ||
"jest": "24.8.0", | ||
"mock-raf": "1.0.1", | ||
@@ -107,3 +107,3 @@ "npm-run-all": "4.1.5", | ||
"regenerator-runtime": "0.13.2", | ||
"rollup": "1.10.1", | ||
"rollup": "1.11.3", | ||
"rollup-plugin-babel": "4.3.2", | ||
@@ -110,0 +110,0 @@ "rollup-plugin-commonjs": "9.3.4", |
160939