@tanem/react-nprogress
Advanced tools
Comparing version 1.1.0 to 1.1.1
# Changelog | ||
## [v1.1.0](https://github.com/tanem/react-nprogress/tree/v1.1.0) (2019-03-05) | ||
## [v1.1.1](https://github.com/tanem/react-nprogress/tree/v1.1.1) (2019-03-08) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.0...v1.1.1) | ||
**Merged pull requests:** | ||
- Update react monorepo to v16.8.4 [\#39](https://github.com/tanem/react-nprogress/pull/39) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency rollup to v1.5.0 [\#38](https://github.com/tanem/react-nprogress/pull/38) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency jest to v24.3.0 [\#37](https://github.com/tanem/react-nprogress/pull/37) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency @types/react to v16.8.7 [\#36](https://github.com/tanem/react-nprogress/pull/36) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Update dependency @types/hoist-non-react-statics to v3.3.0 [\#35](https://github.com/tanem/react-nprogress/pull/35) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Reconfigure Renovate [\#34](https://github.com/tanem/react-nprogress/pull/34) ([tanem](https://github.com/tanem)) | ||
- Pin dependencies [\#33](https://github.com/tanem/react-nprogress/pull/33) ([renovate[bot]](https://github.com/apps/renovate)) | ||
- Configure Renovate [\#31](https://github.com/tanem/react-nprogress/pull/31) ([renovate[bot]](https://github.com/apps/renovate)) | ||
## [v1.1.0](https://github.com/tanem/react-nprogress/tree/v1.1.0) (2019-03-04) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.0.16...v1.1.0) | ||
@@ -5,0 +19,0 @@ |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -75,48 +75,48 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.3.4", | ||
"@babel/plugin-proposal-class-properties": "^7.3.4", | ||
"@babel/plugin-transform-runtime": "^7.3.4", | ||
"@babel/preset-env": "^7.3.4", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/preset-typescript": "^7.3.3", | ||
"@types/enzyme": "^3.9.0", | ||
"@types/enzyme-adapter-react-16": "^1.0.5", | ||
"@types/hoist-non-react-statics": "^3.0.1", | ||
"@types/jest": "^24.0.9", | ||
"@types/mock-raf": "^1.0.2", | ||
"@types/prop-types": "^15.7.0", | ||
"@types/react": "^16.8.6", | ||
"@types/react-dom": "^16.8.2", | ||
"babel-core": "^6.26.3", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"codecov": "^3.2.0", | ||
"cross-env": "^5.2.0", | ||
"del-cli": "^1.1.0", | ||
"enzyme": "^3.9.0", | ||
"enzyme-adapter-react-16": "^1.10.0", | ||
"glob": "^7.1.3", | ||
"jest": "^24.1.0", | ||
"mock-raf": "^1.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.16.4", | ||
"react": "^16.8.3", | ||
"react-dom": "^16.8.3", | ||
"react-test-renderer": "^16.8.3", | ||
"regenerator-runtime": "^0.13.1", | ||
"rollup": "^1.4.0", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^9.2.1", | ||
"rollup-plugin-filesize": "^6.0.1", | ||
"rollup-plugin-node-resolve": "^4.0.1", | ||
"rollup-plugin-replace": "^2.1.0", | ||
"rollup-plugin-sourcemaps": "^0.4.2", | ||
"rollup-plugin-uglify": "^6.0.2", | ||
"shelljs": "^0.8.3", | ||
"shelljs-plugin-authors": "^2.0.6", | ||
"ts-jest": "^24.0.0", | ||
"tslint": "^5.13.1", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-react": "^3.6.0", | ||
"typescript": "^3.3.3333" | ||
"@babel/core": "7.3.4", | ||
"@babel/plugin-proposal-class-properties": "7.3.4", | ||
"@babel/plugin-transform-runtime": "7.3.4", | ||
"@babel/preset-env": "7.3.4", | ||
"@babel/preset-react": "7.0.0", | ||
"@babel/preset-typescript": "7.3.3", | ||
"@types/enzyme": "3.9.0", | ||
"@types/enzyme-adapter-react-16": "1.0.5", | ||
"@types/hoist-non-react-statics": "3.3.0", | ||
"@types/jest": "24.0.9", | ||
"@types/mock-raf": "1.0.2", | ||
"@types/prop-types": "15.7.0", | ||
"@types/react": "16.8.7", | ||
"@types/react-dom": "16.8.2", | ||
"babel-core": "6.26.3", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"codecov": "3.2.0", | ||
"cross-env": "5.2.0", | ||
"del-cli": "1.1.0", | ||
"enzyme": "3.9.0", | ||
"enzyme-adapter-react-16": "1.10.0", | ||
"glob": "7.1.3", | ||
"jest": "24.3.0", | ||
"mock-raf": "1.0.1", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "1.16.4", | ||
"react": "16.8.4", | ||
"react-dom": "16.8.4", | ||
"react-test-renderer": "16.8.4", | ||
"regenerator-runtime": "0.13.1", | ||
"rollup": "1.5.0", | ||
"rollup-plugin-babel": "4.3.2", | ||
"rollup-plugin-commonjs": "9.2.1", | ||
"rollup-plugin-filesize": "6.0.1", | ||
"rollup-plugin-node-resolve": "4.0.1", | ||
"rollup-plugin-replace": "2.1.0", | ||
"rollup-plugin-sourcemaps": "0.4.2", | ||
"rollup-plugin-uglify": "6.0.2", | ||
"shelljs": "0.8.3", | ||
"shelljs-plugin-authors": "2.0.6", | ||
"ts-jest": "24.0.0", | ||
"tslint": "5.13.1", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-react": "3.6.0", | ||
"typescript": "3.3.3333" | ||
} | ||
} |
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
147822