@tanem/react-nprogress
Advanced tools
Comparing version 2.0.3 to 2.0.4
# Changelog | ||
## [v2.0.4](https://github.com/tanem/react-nprogress/tree/v2.0.4) (2019-08-21) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v2.0.3...v2.0.4) | ||
**Merged pull requests:** | ||
- Update dependency uuid to v3.3.3 [#190](https://github.com/tanem/react-nprogress/pull/190) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency react-scripts to v3.1.1 [#187](https://github.com/tanem/react-nprogress/pull/187) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dev dependencies [#189](https://github.com/tanem/react-nprogress/pull/189) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dev dependencies to v2 (major) [#188](https://github.com/tanem/react-nprogress/pull/188) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v2.0.3](https://github.com/tanem/react-nprogress/tree/v2.0.3) (2019-08-11) | ||
@@ -4,0 +14,0 @@ [Full Changelog](https://github.com/tanem/react-nprogress/compare/v2.0.2...v2.0.3) |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -76,9 +76,9 @@ "main": "dist/index.js", | ||
"@types/hoist-non-react-statics": "3.3.1", | ||
"@types/jest": "24.0.17", | ||
"@types/jest": "24.0.18", | ||
"@types/mock-raf": "1.0.2", | ||
"@types/prop-types": "15.7.1", | ||
"@types/react": "16.9.1", | ||
"@types/react-dom": "16.8.5", | ||
"@typescript-eslint/eslint-plugin": "1.13.0", | ||
"@typescript-eslint/parser": "1.13.0", | ||
"@types/react": "16.9.2", | ||
"@types/react-dom": "16.9.0", | ||
"@typescript-eslint/eslint-plugin": "2.0.0", | ||
"@typescript-eslint/parser": "2.0.0", | ||
"babel-core": "6.26.3", | ||
@@ -92,7 +92,7 @@ "babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"enzyme-adapter-react-16": "1.14.0", | ||
"eslint": "6.1.0", | ||
"eslint-config-prettier": "6.0.0", | ||
"eslint": "6.2.1", | ||
"eslint-config-prettier": "6.1.0", | ||
"eslint-plugin-react": "7.14.3", | ||
"glob": "7.1.4", | ||
"jest": "24.8.0", | ||
"jest": "24.9.0", | ||
"mock-raf": "1.0.1", | ||
@@ -115,3 +115,3 @@ "npm-run-all": "4.1.5", | ||
"rollup-plugin-uglify": "6.0.2", | ||
"tanem-scripts": "2.0.1", | ||
"tanem-scripts": "2.0.3", | ||
"ts-jest": "24.0.2", | ||
@@ -118,0 +118,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
173521