From e874e0432f5c1c4434b5b30db20aa802505b251c Mon Sep 17 00:00:00 2001 From: Vio Date: Sat, 17 Feb 2024 19:42:06 +0100 Subject: [PATCH] v4.10.1 --- lerna.json | 2 +- package-lock.json | 56 +++++++++---------- packages/cli-utils/package.json | 8 +-- packages/cli/package.json | 10 ++-- packages/gatsby-plugin/package.json | 4 +- packages/html-templates/package.json | 6 +- packages/next-plugin/package.json | 4 +- packages/plugin-webpack-filter/package.json | 2 +- packages/plugin-webpack-validate/package.json | 2 +- packages/rollup-plugin/package.json | 4 +- packages/ui/package.json | 4 +- packages/utils/package.json | 6 +- packages/webpack-plugin/package.json | 6 +- 13 files changed, 57 insertions(+), 57 deletions(-) diff --git a/lerna.json b/lerna.json index 0f620c9c5b..9b1178e46b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "packages": ["packages/*"], - "version": "4.10.0", + "version": "4.10.1", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index 17137a6ac7..59b16bcc83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32677,13 +32677,13 @@ }, "packages/cli": { "name": "bundle-stats", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "dependencies": { - "@bundle-stats/cli-utils": "^4.10.0", - "@bundle-stats/plugin-webpack-filter": "^4.10.0", - "@bundle-stats/plugin-webpack-validate": "^4.10.0", - "@bundle-stats/utils": "^4.10.0", + "@bundle-stats/cli-utils": "^4.10.1", + "@bundle-stats/plugin-webpack-filter": "^4.10.1", + "@bundle-stats/plugin-webpack-validate": "^4.10.1", + "@bundle-stats/utils": "^4.10.1", "boxen": "^5.0.0", "core-js": "^3.21.0", "fs-extra": "^11.0.0", @@ -32711,12 +32711,12 @@ }, "packages/cli-utils": { "name": "@bundle-stats/cli-utils", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "dependencies": { - "@bundle-stats/html-templates": "^4.10.0", - "@bundle-stats/plugin-webpack-filter": "^4.10.0", - "@bundle-stats/utils": "^4.10.0", + "@bundle-stats/html-templates": "^4.10.1", + "@bundle-stats/plugin-webpack-filter": "^4.10.1", + "@bundle-stats/utils": "^4.10.1", "find-cache-dir": "^3.1.0", "lodash": "^4.17.21", "stream-chain": "^2.2.5", @@ -32881,10 +32881,10 @@ }, "packages/gatsby-plugin": { "name": "gatsby-plugin-bundle-stats", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "dependencies": { - "bundle-stats-webpack-plugin": "^4.10.0" + "bundle-stats-webpack-plugin": "^4.10.1" }, "engines": { "node": ">= 14.0" @@ -32892,14 +32892,14 @@ }, "packages/html-templates": { "name": "@bundle-stats/html-templates", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "devDependencies": { "@babel/core": "7.23.9", "@babel/preset-env": "7.23.9", "@babel/preset-react": "7.23.3", - "@bundle-stats/ui": "^4.10.0", - "@bundle-stats/utils": "^4.10.0", + "@bundle-stats/ui": "^4.10.1", + "@bundle-stats/utils": "^4.10.1", "@storybook/addon-essentials": "7.6.16", "@storybook/react": "7.6.16", "@storybook/react-webpack5": "7.6.16", @@ -32938,10 +32938,10 @@ }, "packages/next-plugin": { "name": "next-plugin-bundle-stats", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "dependencies": { - "bundle-stats-webpack-plugin": "^4.10.0" + "bundle-stats-webpack-plugin": "^4.10.1" }, "engines": { "node": ">= 14.0" @@ -32949,7 +32949,7 @@ }, "packages/plugin-webpack-filter": { "name": "@bundle-stats/plugin-webpack-filter", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "devDependencies": { "@types/jest": "29.5.12", @@ -32972,7 +32972,7 @@ }, "packages/plugin-webpack-validate": { "name": "@bundle-stats/plugin-webpack-validate", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "dependencies": { "lodash": "4.17.21", @@ -32994,10 +32994,10 @@ }, "packages/rollup-plugin": { "name": "rollup-plugin-bundle-stats", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "dependencies": { - "@bundle-stats/cli-utils": "^4.10.0", + "@bundle-stats/cli-utils": "^4.10.1", "rollup-plugin-webpack-stats": "0.2.4" }, "devDependencies": { @@ -33022,10 +33022,10 @@ }, "packages/ui": { "name": "@bundle-stats/ui", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "dependencies": { - "@bundle-stats/utils": "^4.10.0", + "@bundle-stats/utils": "^4.10.1", "ariakit": "2.0.0-next.44", "modern-css-reset": "1.4.0", "use-query-params": "2.2.1" @@ -33069,11 +33069,11 @@ }, "packages/utils": { "name": "@bundle-stats/utils", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "^4.10.0", - "@bundle-stats/plugin-webpack-validate": "^4.10.0", + "@bundle-stats/plugin-webpack-filter": "^4.10.1", + "@bundle-stats/plugin-webpack-validate": "^4.10.1", "serialize-query-params": "2.0.2" }, "devDependencies": { @@ -33099,11 +33099,11 @@ }, "packages/webpack-plugin": { "name": "bundle-stats-webpack-plugin", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "dependencies": { - "@bundle-stats/cli-utils": "^4.10.0", - "@bundle-stats/plugin-webpack-validate": "^4.10.0", + "@bundle-stats/cli-utils": "^4.10.1", + "@bundle-stats/plugin-webpack-validate": "^4.10.1", "core-js": "^3.21.0", "lodash": "^4.17.0" }, diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 0ff7342a7e..32177c3237 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/cli-utils", - "version": "4.10.0", + "version": "4.10.1", "description": "BundleStats CLI utilities", "main": "lib/index.js", "module": "lib-esm/index.js", @@ -37,9 +37,9 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli-utils#readme", "dependencies": { - "@bundle-stats/html-templates": "^4.10.0", - "@bundle-stats/plugin-webpack-filter": "^4.10.0", - "@bundle-stats/utils": "^4.10.0", + "@bundle-stats/html-templates": "^4.10.1", + "@bundle-stats/plugin-webpack-filter": "^4.10.1", + "@bundle-stats/utils": "^4.10.1", "find-cache-dir": "^3.1.0", "lodash": "^4.17.21", "stream-chain": "^2.2.5", diff --git a/packages/cli/package.json b/packages/cli/package.json index 4038508704..cdecbe8e37 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "bundle-stats", - "version": "4.10.0", + "version": "4.10.1", "description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)", "bin": { "bundle-stats": "bin/index.js" @@ -51,10 +51,10 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme", "dependencies": { - "@bundle-stats/cli-utils": "^4.10.0", - "@bundle-stats/plugin-webpack-filter": "^4.10.0", - "@bundle-stats/plugin-webpack-validate": "^4.10.0", - "@bundle-stats/utils": "^4.10.0", + "@bundle-stats/cli-utils": "^4.10.1", + "@bundle-stats/plugin-webpack-filter": "^4.10.1", + "@bundle-stats/plugin-webpack-validate": "^4.10.1", + "@bundle-stats/utils": "^4.10.1", "boxen": "^5.0.0", "core-js": "^3.21.0", "fs-extra": "^11.0.0", diff --git a/packages/gatsby-plugin/package.json b/packages/gatsby-plugin/package.json index da38c4df9e..85d1d173f1 100644 --- a/packages/gatsby-plugin/package.json +++ b/packages/gatsby-plugin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-bundle-stats", - "version": "4.10.0", + "version": "4.10.1", "description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)", "main": "index.js", "engines": { @@ -38,6 +38,6 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/gatsby-plugin#readme", "dependencies": { - "bundle-stats-webpack-plugin": "^4.10.0" + "bundle-stats-webpack-plugin": "^4.10.1" } } diff --git a/packages/html-templates/package.json b/packages/html-templates/package.json index f11948d26c..6c436f1309 100644 --- a/packages/html-templates/package.json +++ b/packages/html-templates/package.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/html-templates", - "version": "4.10.0", + "version": "4.10.1", "description": "HTML templates for report generation.", "main": "index.js", "types": "types.d.ts", @@ -30,8 +30,8 @@ "@babel/core": "7.23.9", "@babel/preset-env": "7.23.9", "@babel/preset-react": "7.23.3", - "@bundle-stats/ui": "^4.10.0", - "@bundle-stats/utils": "^4.10.0", + "@bundle-stats/ui": "^4.10.1", + "@bundle-stats/utils": "^4.10.1", "@storybook/addon-essentials": "7.6.16", "@storybook/react": "7.6.16", "@storybook/react-webpack5": "7.6.16", diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index cc17203bc6..5ea2ae937c 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -1,6 +1,6 @@ { "name": "next-plugin-bundle-stats", - "version": "4.10.0", + "version": "4.10.1", "description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)", "main": "index.js", "engines": { @@ -38,6 +38,6 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/next-plugin#readme", "dependencies": { - "bundle-stats-webpack-plugin": "^4.10.0" + "bundle-stats-webpack-plugin": "^4.10.1" } } diff --git a/packages/plugin-webpack-filter/package.json b/packages/plugin-webpack-filter/package.json index d65da23ce2..fd5bf09f0d 100644 --- a/packages/plugin-webpack-filter/package.json +++ b/packages/plugin-webpack-filter/package.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/plugin-webpack-filter", - "version": "4.10.0", + "version": "4.10.1", "description": "BundleStats webpack filter plugin", "main": "lib/index.js", "module": "lib-esm/index.js", diff --git a/packages/plugin-webpack-validate/package.json b/packages/plugin-webpack-validate/package.json index cf6b247743..6b91cb5e9a 100644 --- a/packages/plugin-webpack-validate/package.json +++ b/packages/plugin-webpack-validate/package.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/plugin-webpack-validate", - "version": "4.10.0", + "version": "4.10.1", "description": "BundleStats webpack validate plugin", "main": "lib/index.js", "module": "lib-esm/index.js", diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index c0a8c1eedd..23103b1491 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-bundle-stats", - "version": "4.10.0", + "version": "4.10.1", "description": "In-depth bundle analyzer for rollup(bundle size, assets, modules, packages)", "main": "lib/index.js", "types": "types/index.d.ts", @@ -45,7 +45,7 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/rollup-plugin#readme", "dependencies": { - "@bundle-stats/cli-utils": "^4.10.0", + "@bundle-stats/cli-utils": "^4.10.1", "rollup-plugin-webpack-stats": "0.2.4" }, "devDependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 48db2c156a..011d4ced4a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/ui", - "version": "4.10.0", + "version": "4.10.1", "description": "UI components for BundleStats projects.", "main": "lib/index.js", "module": "lib-esm/index.js", @@ -72,7 +72,7 @@ "react-router-dom": "^5.0.0" }, "dependencies": { - "@bundle-stats/utils": "^4.10.0", + "@bundle-stats/utils": "^4.10.1", "ariakit": "2.0.0-next.44", "modern-css-reset": "1.4.0", "use-query-params": "2.2.1" diff --git a/packages/utils/package.json b/packages/utils/package.json index 50404b7464..76ea0bf77c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@bundle-stats/utils", - "version": "4.10.0", + "version": "4.10.1", "description": "BundleStats utils", "main": "lib/index.js", "module": "lib-esm/index.js", @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/utils#readme", "dependencies": { - "@bundle-stats/plugin-webpack-filter": "^4.10.0", - "@bundle-stats/plugin-webpack-validate": "^4.10.0", + "@bundle-stats/plugin-webpack-filter": "^4.10.1", + "@bundle-stats/plugin-webpack-validate": "^4.10.1", "serialize-query-params": "2.0.2" }, "devDependencies": { diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 8d59b980ee..cc97c1e120 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "bundle-stats-webpack-plugin", - "version": "4.10.0", + "version": "4.10.1", "description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)", "main": "lib/index.js", "types": "typings.d.ts", @@ -45,8 +45,8 @@ }, "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/webpack-plugin#readme", "dependencies": { - "@bundle-stats/cli-utils": "^4.10.0", - "@bundle-stats/plugin-webpack-validate": "^4.10.0", + "@bundle-stats/cli-utils": "^4.10.1", + "@bundle-stats/plugin-webpack-validate": "^4.10.1", "core-js": "^3.21.0", "lodash": "^4.17.0" },