@tanem/react-nprogress
Advanced tools
Comparing version 1.1.12 to 1.1.13
# Changelog | ||
## [v1.1.12](https://github.com/tanem/react-nprogress/tree/v1.1.12) (2019-04-18) | ||
## [v1.1.13](https://github.com/tanem/react-nprogress/tree/v1.1.13) (2019-04-21) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.12...v1.1.13) | ||
**Merged pull requests:** | ||
- Update dev dependencies [\#110](https://github.com/tanem/react-nprogress/pull/110) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Reconfigure Renovate [\#109](https://github.com/tanem/react-nprogress/pull/109) ([tanem](https://github.com/tanem)) | ||
- Update dependency react-transition-group to v4 [\#101](https://github.com/tanem/react-nprogress/pull/101) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v1.1.12](https://github.com/tanem/react-nprogress/tree/v1.1.12) (2019-04-17) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.11...v1.1.12) | ||
@@ -5,0 +14,0 @@ |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -66,4 +66,4 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6" | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0" | ||
}, | ||
@@ -87,4 +87,4 @@ "dependencies": { | ||
"@types/mock-raf": "1.0.2", | ||
"@types/prop-types": "15.7.0", | ||
"@types/react": "16.8.13", | ||
"@types/prop-types": "15.7.1", | ||
"@types/react": "16.8.14", | ||
"@types/react-dom": "16.8.4", | ||
@@ -107,3 +107,3 @@ "babel-core": "6.26.3", | ||
"regenerator-runtime": "0.13.2", | ||
"rollup": "1.10.0", | ||
"rollup": "1.10.1", | ||
"rollup-plugin-babel": "4.3.2", | ||
@@ -119,7 +119,7 @@ "rollup-plugin-commonjs": "9.3.4", | ||
"ts-jest": "24.0.2", | ||
"tslint": "5.15.0", | ||
"tslint": "5.16.0", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-react": "4.0.0", | ||
"typescript": "3.4.3" | ||
"typescript": "3.4.4" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159618