@tanem/react-nprogress
Advanced tools
Comparing version 1.0.8 to 1.0.9
# Changelog | ||
## [v1.0.8](https://github.com/tanem/react-nprogress/tree/v1.0.8) (2018-10-24) | ||
## [v1.0.9](https://github.com/tanem/react-nprogress/tree/v1.0.9) (2018-10-25) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.0.8...v1.0.9) | ||
**Merged pull requests:** | ||
- Tidy example [\#21](https://github.com/tanem/react-nprogress/pull/21) ([tanem](https://github.com/tanem)) | ||
## [v1.0.8](https://github.com/tanem/react-nprogress/tree/v1.0.8) (2018-10-23) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.0.7...v1.0.8) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.", | ||
@@ -64,4 +64,4 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"react": "^16.5.2", | ||
"react-dom": "^16.5.2" | ||
"react": "^16.6.0", | ||
"react-dom": "^16.6.0" | ||
}, | ||
@@ -99,5 +99,5 @@ "dependencies": { | ||
"prettier": "^1.14.3", | ||
"react": "^16.5.2", | ||
"react-dom": "^16.5.2", | ||
"react-test-renderer": "^16.5.2", | ||
"react": "^16.6.0", | ||
"react-dom": "^16.6.0", | ||
"react-test-renderer": "^16.6.0", | ||
"regenerator-runtime": "^0.12.1", | ||
@@ -104,0 +104,0 @@ "rollup": "^0.66.6", |
75531