Skip to content

Commit 572057f

Browse files
committed
v4.3.3
1 parent 7541d79 commit 572057f

File tree

11 files changed

+27
-27
lines changed

11 files changed

+27
-27
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"command": {
55
"publish": {
66
"verifyAccess": false

packages/cli-utils/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundle-stats/cli-utils",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "BundleStats CLI utilities",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",
@@ -34,10 +34,10 @@
3434
},
3535
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli-utils#readme",
3636
"dependencies": {
37-
"@bundle-stats/html-templates": "^4.3.2",
38-
"@bundle-stats/plugin-webpack-filter": "^4.3.2",
39-
"@bundle-stats/plugin-webpack-validate": "^4.3.2",
40-
"@bundle-stats/utils": "^4.3.2",
37+
"@bundle-stats/html-templates": "^4.3.3",
38+
"@bundle-stats/plugin-webpack-filter": "^4.3.3",
39+
"@bundle-stats/plugin-webpack-validate": "^4.3.3",
40+
"@bundle-stats/utils": "^4.3.3",
4141
"core-js": "^3.21.0",
4242
"find-cache-dir": "^3.1.0",
4343
"fs-extra": "^11.0.0"

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bundle-stats",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
55
"bin": {
66
"bundle-stats": "bin/index.js"
@@ -47,10 +47,10 @@
4747
},
4848
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme",
4949
"dependencies": {
50-
"@bundle-stats/cli-utils": "^4.3.2",
51-
"@bundle-stats/plugin-webpack-filter": "^4.3.2",
52-
"@bundle-stats/plugin-webpack-validate": "^4.3.2",
53-
"@bundle-stats/utils": "^4.3.2",
50+
"@bundle-stats/cli-utils": "^4.3.3",
51+
"@bundle-stats/plugin-webpack-filter": "^4.3.3",
52+
"@bundle-stats/plugin-webpack-validate": "^4.3.3",
53+
"@bundle-stats/utils": "^4.3.3",
5454
"boxen": "^5.0.0",
5555
"core-js": "^3.21.0",
5656
"fs-extra": "^11.0.0",

packages/gatsby-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-bundle-stats",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)",
55
"main": "index.js",
66
"engines": {
@@ -38,6 +38,6 @@
3838
},
3939
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/gatsby-plugin#readme",
4040
"dependencies": {
41-
"bundle-stats-webpack-plugin": "^4.3.2"
41+
"bundle-stats-webpack-plugin": "^4.3.3"
4242
}
4343
}

packages/html-templates/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundle-stats/html-templates",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "HTML templates for report generation.",
55
"main": "index.js",
66
"types": "types.d.ts",
@@ -30,8 +30,8 @@
3030
"@babel/core": "7.21.4",
3131
"@babel/preset-env": "7.21.4",
3232
"@babel/preset-react": "7.18.6",
33-
"@bundle-stats/ui": "^4.3.2",
34-
"@bundle-stats/utils": "^4.3.2",
33+
"@bundle-stats/ui": "^4.3.3",
34+
"@bundle-stats/utils": "^4.3.3",
3535
"@storybook/addon-essentials": "6.5.16",
3636
"@storybook/addon-postcss": "2.0.0",
3737
"@storybook/builder-webpack5": "6.5.16",

packages/next-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-plugin-bundle-stats",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)",
55
"main": "index.js",
66
"engines": {
@@ -38,6 +38,6 @@
3838
},
3939
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/next-plugin#readme",
4040
"dependencies": {
41-
"bundle-stats-webpack-plugin": "^4.3.2"
41+
"bundle-stats-webpack-plugin": "^4.3.3"
4242
}
4343
}

packages/plugin-webpack-filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundle-stats/plugin-webpack-filter",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "BundleStats webpack filter plugin",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

packages/plugin-webpack-validate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundle-stats/plugin-webpack-validate",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "BundleStats webpack validate plugin",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundle-stats/ui",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "UI components for BundleStats projects.",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",
@@ -76,7 +76,7 @@
7676
"react-router-dom": "^5.0.0"
7777
},
7878
"dependencies": {
79-
"@bundle-stats/utils": "^4.3.2",
79+
"@bundle-stats/utils": "^4.3.3",
8080
"ariakit": "2.0.0-next.44",
8181
"modern-css-reset": "1.4.0",
8282
"query-string": "7.1.3",

packages/utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundle-stats/utils",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "BundleStats utils",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",
@@ -35,8 +35,8 @@
3535
},
3636
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/utils#readme",
3737
"dependencies": {
38-
"@bundle-stats/plugin-webpack-filter": "^4.3.2",
39-
"@bundle-stats/plugin-webpack-validate": "^4.3.2",
38+
"@bundle-stats/plugin-webpack-filter": "^4.3.3",
39+
"@bundle-stats/plugin-webpack-validate": "^4.3.3",
4040
"query-string": "7.1.3",
4141
"serialize-query-params": "2.0.2",
4242
"use-query-params": "2.2.1"

0 commit comments

Comments
 (0)