Skip to content

Commit 16a0836

Browse files
committed
v4.3.8
1 parent 695b5ca commit 16a0836

File tree

22 files changed

+8259
-28654
lines changed

22 files changed

+8259
-28654
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.7",
3+
"version": "4.3.8",
44
"command": {
55
"publish": {
66
"verifyAccess": false

package-lock.json

Lines changed: 8222 additions & 28617 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli-utils/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7",
3+
"version": "4.3.8",
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.7",
38-
"@bundle-stats/plugin-webpack-filter": "^4.3.7",
39-
"@bundle-stats/plugin-webpack-validate": "^4.3.7",
40-
"@bundle-stats/utils": "^4.3.7",
37+
"@bundle-stats/html-templates": "^4.3.8",
38+
"@bundle-stats/plugin-webpack-filter": "^4.3.8",
39+
"@bundle-stats/plugin-webpack-validate": "^4.3.8",
40+
"@bundle-stats/utils": "^4.3.8",
4141
"core-js": "^3.21.0",
4242
"find-cache-dir": "^3.1.0",
4343
"fs-extra": "^11.0.0"

packages/cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7",
3+
"version": "4.3.8",
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.7",
51-
"@bundle-stats/plugin-webpack-filter": "^4.3.7",
52-
"@bundle-stats/plugin-webpack-validate": "^4.3.7",
53-
"@bundle-stats/utils": "^4.3.7",
50+
"@bundle-stats/cli-utils": "^4.3.8",
51+
"@bundle-stats/plugin-webpack-filter": "^4.3.8",
52+
"@bundle-stats/plugin-webpack-validate": "^4.3.8",
53+
"@bundle-stats/utils": "^4.3.8",
5454
"boxen": "^5.0.0",
5555
"core-js": "^3.21.0",
5656
"fs-extra": "^11.0.0",

packages/gatsby-plugin/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7",
3+
"version": "4.3.8",
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.7"
41+
"bundle-stats-webpack-plugin": "^4.3.8"
4242
}
4343
}

packages/html-templates/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7",
3+
"version": "4.3.8",
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.8",
3131
"@babel/preset-env": "7.21.5",
3232
"@babel/preset-react": "7.18.6",
33-
"@bundle-stats/ui": "^4.3.7",
34-
"@bundle-stats/utils": "^4.3.7",
33+
"@bundle-stats/ui": "^4.3.8",
34+
"@bundle-stats/utils": "^4.3.8",
3535
"@storybook/addon-essentials": "6.5.16",
3636
"@storybook/addon-postcss": "2.0.0",
3737
"@storybook/builder-webpack5": "6.5.16",

0 commit comments

Comments
 (0)