@tanem/react-nprogress
Advanced tools
Comparing version 1.1.28 to 1.1.29
# Changelog | ||
## [v1.1.28](https://github.com/tanem/react-nprogress/tree/v1.1.28) (2019-06-19) | ||
## [v1.1.29](https://github.com/tanem/react-nprogress/tree/v1.1.29) (2019-07-02) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.28...v1.1.29) | ||
**Merged pull requests:** | ||
- Update dependency react-transition-group to v4.2.0 [\#165](https://github.com/tanem/react-nprogress/pull/165) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Pin dev deps [\#164](https://github.com/tanem/react-nprogress/pull/164) ([tanem](https://github.com/tanem)) | ||
- Update dev dependencies [\#163](https://github.com/tanem/react-nprogress/pull/163) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v1.1.28](https://github.com/tanem/react-nprogress/tree/v1.1.28) (2019-06-18) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.27...v1.1.28) | ||
@@ -98,3 +107,2 @@ | ||
- Update dev dependencies [\#120](https://github.com/tanem/react-nprogress/pull/120) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency @types/jest to v24.0.12 [\#114](https://github.com/tanem/react-nprogress/pull/114) ([renovate[bot]](https://github.com/apps/renovate)) | ||
@@ -133,2 +141,6 @@ ## [v1.1.19](https://github.com/tanem/react-nprogress/tree/v1.1.19) (2019-05-12) | ||
**Merged pull requests:** | ||
- Update dependency @types/jest to v24.0.12 [\#114](https://github.com/tanem/react-nprogress/pull/114) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v1.1.14](https://github.com/tanem/react-nprogress/tree/v1.1.14) (2019-04-26) | ||
@@ -215,3 +227,2 @@ [Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.13...v1.1.14) | ||
- Update dependency rollup to v1.7.4 [\#67](https://github.com/tanem/react-nprogress/pull/67) ([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)) | ||
@@ -230,2 +241,3 @@ ## [v1.1.7](https://github.com/tanem/react-nprogress/tree/v1.1.7) (2019-03-23) | ||
- 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)) | ||
@@ -232,0 +244,0 @@ - Update dependency react-router-dom to v5 [\#57](https://github.com/tanem/react-nprogress/pull/57) ([renovate[bot]](https://github.com/apps/renovate)) |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "1.1.28", | ||
"version": "1.1.29", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -81,3 +81,3 @@ "main": "index.js", | ||
"@babel/preset-typescript": "7.3.3", | ||
"@types/enzyme": "3.9.3", | ||
"@types/enzyme": "3.10.1", | ||
"@types/enzyme-adapter-react-16": "1.0.5", | ||
@@ -88,3 +88,3 @@ "@types/hoist-non-react-statics": "3.3.1", | ||
"@types/prop-types": "15.7.1", | ||
"@types/react": "16.8.20", | ||
"@types/react": "16.8.22", | ||
"@types/react-dom": "16.8.4", | ||
@@ -107,7 +107,7 @@ "babel-core": "6.26.3", | ||
"regenerator-runtime": "0.13.2", | ||
"rollup": "1.15.6", | ||
"rollup-plugin-babel": "4.3.2", | ||
"rollup-plugin-commonjs": "10.0.0", | ||
"rollup": "1.16.3", | ||
"rollup-plugin-babel": "4.3.3", | ||
"rollup-plugin-commonjs": "10.0.1", | ||
"rollup-plugin-filesize": "6.1.1", | ||
"rollup-plugin-node-resolve": "5.0.3", | ||
"rollup-plugin-node-resolve": "5.2.0", | ||
"rollup-plugin-replace": "2.2.0", | ||
@@ -117,5 +117,5 @@ "rollup-plugin-sourcemaps": "0.4.2", | ||
"shelljs": "0.8.3", | ||
"shelljs-plugin-authors": "2.0.9", | ||
"shelljs-plugin-authors": "2.0.10", | ||
"ts-jest": "24.0.2", | ||
"tslint": "5.17.0", | ||
"tslint": "5.18.0", | ||
"tslint-config-prettier": "1.18.0", | ||
@@ -122,0 +122,0 @@ "tslint-react": "4.0.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
170825