@tanem/react-nprogress
Advanced tools
Comparing version 3.0.4 to 3.0.5
# Changelog | ||
## [v3.0.5](https://github.com/tanem/react-nprogress/tree/v3.0.5) (2019-09-29) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v3.0.4...v3.0.5) | ||
**Merged pull requests:** | ||
- Update dependency react-router-dom to v5.1.1 [#212](https://github.com/tanem/react-nprogress/pull/212) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dev dependencies [#213](https://github.com/tanem/react-nprogress/pull/213) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update react monorepo to v16.10.1 [#211](https://github.com/tanem/react-nprogress/pull/211) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dev dependencies [#210](https://github.com/tanem/react-nprogress/pull/210) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v3.0.4](https://github.com/tanem/react-nprogress/tree/v3.0.4) (2019-09-28) | ||
@@ -4,0 +14,0 @@ [Full Changelog](https://github.com/tanem/react-nprogress/compare/v3.0.3...v3.0.4) |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -101,3 +101,3 @@ "main": "dist/index.js", | ||
"eslint-plugin-react": "7.14.3", | ||
"eslint-plugin-react-hooks": "2.0.1", | ||
"eslint-plugin-react-hooks": "2.1.1", | ||
"jest": "24.9.0", | ||
@@ -107,5 +107,5 @@ "mock-raf": "1.0.1", | ||
"prettier": "1.18.2", | ||
"react": "16.9.0", | ||
"react-dom": "16.9.0", | ||
"react-test-renderer": "16.9.0", | ||
"react": "16.10.1", | ||
"react-dom": "16.10.1", | ||
"react-test-renderer": "16.10.1", | ||
"regenerator-runtime": "0.13.3", | ||
@@ -121,3 +121,3 @@ "rollup": "1.21.4", | ||
"rollup-plugin-terser": "5.1.2", | ||
"tanem-scripts": "2.0.10", | ||
"tanem-scripts": "2.0.11", | ||
"ts-jest": "24.1.0", | ||
@@ -124,0 +124,0 @@ "typescript": "3.6.3" |
187329