@tanem/react-nprogress
Advanced tools
Comparing version 1.1.6 to 1.1.7
# Changelog | ||
## [v1.1.6](https://github.com/tanem/react-nprogress/tree/v1.1.6) (2019-03-19) | ||
## [v1.1.7](https://github.com/tanem/react-nprogress/tree/v1.1.7) (2019-03-23) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.6...v1.1.7) | ||
**Merged pull requests:** | ||
- Update react monorepo to v16.8.5 [\#66](https://github.com/tanem/react-nprogress/pull/66) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency react-transition-group to v2.7.0 [\#65](https://github.com/tanem/react-nprogress/pull/65) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency @types/react-dom to v16.8.3 [\#64](https://github.com/tanem/react-nprogress/pull/64) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency parcel-bundler to v1.12.3 [\#63](https://github.com/tanem/react-nprogress/pull/63) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency regenerator-runtime to v0.13.2 [\#62](https://github.com/tanem/react-nprogress/pull/62) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency rollup to v1.7.0 [\#61](https://github.com/tanem/react-nprogress/pull/61) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency typescript to v3.3.4000 [\#60](https://github.com/tanem/react-nprogress/pull/60) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update babel monorepo [\#59](https://github.com/tanem/react-nprogress/pull/59) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency @types/enzyme to v3.9.1 [\#58](https://github.com/tanem/react-nprogress/pull/58) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency react-router-dom to v5 [\#57](https://github.com/tanem/react-nprogress/pull/57) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency rollup-plugin-replace to v2.1.1 [\#56](https://github.com/tanem/react-nprogress/pull/56) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v1.1.6](https://github.com/tanem/react-nprogress/tree/v1.1.6) (2019-03-18) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.5...v1.1.6) | ||
@@ -5,0 +22,0 @@ |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -75,9 +75,9 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@babel/core": "7.3.4", | ||
"@babel/plugin-proposal-class-properties": "7.3.4", | ||
"@babel/plugin-transform-runtime": "7.3.4", | ||
"@babel/preset-env": "7.3.4", | ||
"@babel/core": "7.4.0", | ||
"@babel/plugin-proposal-class-properties": "7.4.0", | ||
"@babel/plugin-transform-runtime": "7.4.0", | ||
"@babel/preset-env": "7.4.2", | ||
"@babel/preset-react": "7.0.0", | ||
"@babel/preset-typescript": "7.3.3", | ||
"@types/enzyme": "3.9.0", | ||
"@types/enzyme": "3.9.1", | ||
"@types/enzyme-adapter-react-16": "1.0.5", | ||
@@ -89,3 +89,3 @@ "@types/hoist-non-react-statics": "3.3.0", | ||
"@types/react": "16.8.8", | ||
"@types/react-dom": "16.8.2", | ||
"@types/react-dom": "16.8.3", | ||
"babel-core": "6.26.3", | ||
@@ -103,7 +103,7 @@ "babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"prettier": "1.16.4", | ||
"react": "16.8.4", | ||
"react-dom": "16.8.4", | ||
"react-test-renderer": "16.8.4", | ||
"regenerator-runtime": "0.13.1", | ||
"rollup": "1.6.0", | ||
"react": "16.8.5", | ||
"react-dom": "16.8.5", | ||
"react-test-renderer": "16.8.5", | ||
"regenerator-runtime": "0.13.2", | ||
"rollup": "1.7.0", | ||
"rollup-plugin-babel": "4.3.2", | ||
@@ -113,3 +113,3 @@ "rollup-plugin-commonjs": "9.2.1", | ||
"rollup-plugin-node-resolve": "4.0.1", | ||
"rollup-plugin-replace": "2.1.0", | ||
"rollup-plugin-replace": "2.1.1", | ||
"rollup-plugin-sourcemaps": "0.4.2", | ||
@@ -123,4 +123,4 @@ "rollup-plugin-uglify": "6.0.2", | ||
"tslint-react": "3.6.0", | ||
"typescript": "3.3.3333" | ||
"typescript": "3.3.4000" | ||
} | ||
} |
152878