@bundle-stats/plugin-webpack-filter
Advanced tools
Comparing version 3.2.0-beta.1 to 3.2.0-beta.2
@@ -6,20 +6,15 @@ # Change Log | ||
# [3.2.0-beta.1](https://github.com/relative-ci/bundle-stats/compare/v3.1.4-alpha.0...v3.2.0-beta.1) (2021-10-09) | ||
# [3.2.0-beta.2](https://github.com/relative-ci/bundle-stats/compare/v3.1.3...v3.2.0-beta.2) (2021-10-12) | ||
**Note:** Version bump only for package @bundle-stats/plugin-webpack-filter | ||
### Bug Fixes | ||
* Consistent dependency versions across packages ([cceebb7](https://github.com/relative-ci/bundle-stats/commit/cceebb7724670a7c40c156c395449fc65d183690)) | ||
## [3.1.4-alpha.0](https://github.com/relative-ci/bundle-stats/compare/v3.1.3...v3.1.4-alpha.0) (2021-09-21) | ||
**Note:** Version bump only for package @bundle-stats/plugin-webpack-filter | ||
# [3.1.0](https://github.com/relative-ci/bundle-stats/compare/v3.0.1...v3.1.0) (2021-07-28) | ||
**Note:** Version bump only for package @bundle-stats/plugin-webpack-filter |
{ | ||
"name": "@bundle-stats/plugin-webpack-filter", | ||
"version": "3.2.0-beta.1", | ||
"version": "3.2.0-beta.2", | ||
"description": "BundleStats webpack filter plugin", | ||
@@ -8,2 +8,3 @@ "main": "lib/index.js", | ||
"types": "types/index.d.ts", | ||
"sideEffects": false, | ||
"engines": { | ||
@@ -41,7 +42,7 @@ "node": ">= 12.0" | ||
"@types/webpack": "5.28.0", | ||
"core-js": "3.15.2", | ||
"core-js": "^3.16.2", | ||
"jest": "26.6.3", | ||
"jest-cli": "26.6.3", | ||
"jest-date-mock": "1.0.8", | ||
"lodash": "4.17.21", | ||
"lodash": "^4.17.21", | ||
"regenerator-runtime": "0.13.7", | ||
@@ -51,6 +52,6 @@ "ts-jest": "26.5.6" | ||
"peerDependencies": { | ||
"core-js": "^3.9.1", | ||
"lodash": "^4.17.11" | ||
"core-js": "^3.16.2", | ||
"lodash": "^4.17.21" | ||
}, | ||
"gitHead": "c62576ef368adeddbc6a862005d5ccd99bac9be0" | ||
"gitHead": "d3ee4cde915991d1dab4f0b4adc1c836bd0ccbe4" | ||
} |
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
16389