@tanem/react-nprogress
Advanced tools
Comparing version 2.0.2 to 2.0.3
# Changelog | ||
## [v2.0.3](https://github.com/tanem/react-nprogress/tree/v2.0.3) (2019-08-11) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v2.0.2...v2.0.3) | ||
**Merged pull requests:** | ||
- Update dependency react-scripts to v3.1.0 [#186](https://github.com/tanem/react-nprogress/pull/186) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update react monorepo to v16.9.0 [#185](https://github.com/tanem/react-nprogress/pull/185) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dev dependencies [#184](https://github.com/tanem/react-nprogress/pull/184) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v2.0.2](https://github.com/tanem/react-nprogress/tree/v2.0.2) (2019-08-08) | ||
@@ -4,0 +13,0 @@ [Full Changelog](https://github.com/tanem/react-nprogress/compare/v2.0.1...v2.0.2) |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -79,3 +79,3 @@ "main": "dist/index.js", | ||
"@types/prop-types": "15.7.1", | ||
"@types/react": "16.8.25", | ||
"@types/react": "16.9.1", | ||
"@types/react-dom": "16.8.5", | ||
@@ -100,5 +100,5 @@ "@typescript-eslint/eslint-plugin": "1.13.0", | ||
"prettier": "1.18.2", | ||
"react": "16.8.6", | ||
"react-dom": "16.8.6", | ||
"react-test-renderer": "16.8.6", | ||
"react": "16.9.0", | ||
"react-dom": "16.9.0", | ||
"react-test-renderer": "16.9.0", | ||
"regenerator-runtime": "0.13.3", | ||
@@ -108,3 +108,3 @@ "rollup": "1.19.4", | ||
"rollup-plugin-commonjs": "10.0.2", | ||
"rollup-plugin-filesize": "6.1.1", | ||
"rollup-plugin-filesize": "6.2.0", | ||
"rollup-plugin-node-resolve": "5.2.0", | ||
@@ -116,3 +116,3 @@ "rollup-plugin-replace": "2.2.0", | ||
"rollup-plugin-uglify": "6.0.2", | ||
"tanem-scripts": "2.0.0", | ||
"tanem-scripts": "2.0.1", | ||
"ts-jest": "24.0.2", | ||
@@ -119,0 +119,0 @@ "typescript": "3.5.3" |
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
172747