@tanem/react-nprogress
Advanced tools
Comparing version 1.1.7 to 1.1.8
# Changelog | ||
## [v1.1.8](https://github.com/tanem/react-nprogress/tree/v1.1.8) (2019-03-30) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.7...v1.1.8) | ||
**Merged pull requests:** | ||
- Update dependency typescript to v3.4.1 [\#73](https://github.com/tanem/react-nprogress/pull/73) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update react monorepo to v16.8.6 [\#72](https://github.com/tanem/react-nprogress/pull/72) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency @types/react to v16.8.10 [\#71](https://github.com/tanem/react-nprogress/pull/71) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency tslint-react to v4 [\#70](https://github.com/tanem/react-nprogress/pull/70) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency react-transition-group to v2.7.1 [\#69](https://github.com/tanem/react-nprogress/pull/69) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency rollup-plugin-commonjs to v9.2.2 [\#68](https://github.com/tanem/react-nprogress/pull/68) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency rollup to v1.7.4 [\#67](https://github.com/tanem/react-nprogress/pull/67) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v1.1.7](https://github.com/tanem/react-nprogress/tree/v1.1.7) (2019-03-23) | ||
@@ -4,0 +17,0 @@ [Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.6...v1.1.7) |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -87,3 +87,3 @@ "main": "index.js", | ||
"@types/prop-types": "15.7.0", | ||
"@types/react": "16.8.8", | ||
"@types/react": "16.8.10", | ||
"@types/react-dom": "16.8.3", | ||
@@ -102,9 +102,9 @@ "babel-core": "6.26.3", | ||
"prettier": "1.16.4", | ||
"react": "16.8.5", | ||
"react-dom": "16.8.5", | ||
"react-test-renderer": "16.8.5", | ||
"react": "16.8.6", | ||
"react-dom": "16.8.6", | ||
"react-test-renderer": "16.8.6", | ||
"regenerator-runtime": "0.13.2", | ||
"rollup": "1.7.0", | ||
"rollup": "1.7.4", | ||
"rollup-plugin-babel": "4.3.2", | ||
"rollup-plugin-commonjs": "9.2.1", | ||
"rollup-plugin-commonjs": "9.2.2", | ||
"rollup-plugin-filesize": "6.0.1", | ||
@@ -120,5 +120,5 @@ "rollup-plugin-node-resolve": "4.0.1", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-react": "3.6.0", | ||
"typescript": "3.3.4000" | ||
"tslint-react": "4.0.0", | ||
"typescript": "3.4.1" | ||
} | ||
} |
154133