@tanem/react-nprogress
Advanced tools
Comparing version 3.0.0 to 3.0.1
# Changelog | ||
## [v3.0.1](https://github.com/tanem/react-nprogress/tree/v3.0.1) (2019-09-17) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v3.0.0...v3.0.1) | ||
**Merged pull requests:** | ||
- Pin dependencies [#199](https://github.com/tanem/react-nprogress/pull/199) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dev dependencies [#198](https://github.com/tanem/react-nprogress/pull/198) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v3.0.0](https://github.com/tanem/react-nprogress/tree/v3.0.0) (2019-09-17) | ||
@@ -4,0 +12,0 @@ [Full Changelog](https://github.com/tanem/react-nprogress/compare/v2.0.5...v3.0.0) |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -82,4 +82,4 @@ "main": "dist/index.js", | ||
"@babel/preset-typescript": "7.6.0", | ||
"@testing-library/react": "^9.1.4", | ||
"@testing-library/react-hooks": "^2.0.1", | ||
"@testing-library/react": "9.1.4", | ||
"@testing-library/react-hooks": "2.0.1", | ||
"@types/hoist-non-react-statics": "3.3.1", | ||
@@ -91,4 +91,4 @@ "@types/jest": "24.0.18", | ||
"@types/react-dom": "16.9.0", | ||
"@typescript-eslint/eslint-plugin": "2.2.0", | ||
"@typescript-eslint/parser": "2.2.0", | ||
"@typescript-eslint/eslint-plugin": "2.3.0", | ||
"@typescript-eslint/parser": "2.3.0", | ||
"babel-core": "6.26.3", | ||
@@ -103,3 +103,3 @@ "babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"eslint-plugin-react": "7.14.3", | ||
"eslint-plugin-react-hooks": "^2.0.1", | ||
"eslint-plugin-react-hooks": "2.0.1", | ||
"jest": "24.9.0", | ||
@@ -113,3 +113,3 @@ "mock-raf": "1.0.1", | ||
"regenerator-runtime": "0.13.3", | ||
"rollup": "1.21.3", | ||
"rollup": "1.21.4", | ||
"rollup-plugin-babel": "4.3.3", | ||
@@ -116,0 +116,0 @@ "rollup-plugin-commonjs": "10.1.0", |
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
184487