Skip to content

Commit e264a5e

Browse files
committed
v4.15.1
1 parent a68e8d2 commit e264a5e

File tree

13 files changed

+57
-57
lines changed

13 files changed

+57
-57
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "4.15.0",
3+
"version": "4.15.1",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

package-lock.json

Lines changed: 28 additions & 28 deletions
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundle-stats/cli-utils",
3-
"version": "4.15.0",
3+
"version": "4.15.1",
44
"description": "BundleStats CLI utilities",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",
@@ -37,9 +37,9 @@
3737
},
3838
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli-utils#readme",
3939
"dependencies": {
40-
"@bundle-stats/html-templates": "^4.15.0",
41-
"@bundle-stats/plugin-webpack-filter": "^4.15.0",
42-
"@bundle-stats/utils": "^4.15.0",
40+
"@bundle-stats/html-templates": "^4.15.1",
41+
"@bundle-stats/plugin-webpack-filter": "^4.15.1",
42+
"@bundle-stats/utils": "^4.15.1",
4343
"find-cache-dir": "^3.1.0",
4444
"lodash": "^4.17.21",
4545
"stream-chain": "^3.0.1",

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.15.0",
3+
"version": "4.15.1",
44
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
55
"bin": {
66
"bundle-stats": "bin/index.js"
@@ -51,10 +51,10 @@
5151
},
5252
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme",
5353
"dependencies": {
54-
"@bundle-stats/cli-utils": "^4.15.0",
55-
"@bundle-stats/plugin-webpack-filter": "^4.15.0",
56-
"@bundle-stats/plugin-webpack-validate": "^4.15.0",
57-
"@bundle-stats/utils": "^4.15.0",
54+
"@bundle-stats/cli-utils": "^4.15.1",
55+
"@bundle-stats/plugin-webpack-filter": "^4.15.1",
56+
"@bundle-stats/plugin-webpack-validate": "^4.15.1",
57+
"@bundle-stats/utils": "^4.15.1",
5858
"boxen": "^5.0.0",
5959
"core-js": "^3.21.0",
6060
"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.15.0",
3+
"version": "4.15.1",
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.15.0"
41+
"bundle-stats-webpack-plugin": "^4.15.1"
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.15.0",
3+
"version": "4.15.1",
44
"description": "HTML templates for report generation.",
55
"main": "index.js",
66
"types": "types.d.ts",
@@ -30,8 +30,8 @@
3030
"@babel/core": "7.25.2",
3131
"@babel/preset-env": "7.25.4",
3232
"@babel/preset-react": "7.24.7",
33-
"@bundle-stats/ui": "^4.15.0",
34-
"@bundle-stats/utils": "^4.15.0",
33+
"@bundle-stats/ui": "^4.15.1",
34+
"@bundle-stats/utils": "^4.15.1",
3535
"@storybook/addon-essentials": "8.2.9",
3636
"@storybook/addon-webpack5-compiler-babel": "3.0.3",
3737
"@storybook/react": "8.2.9",

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.15.0",
3+
"version": "4.15.1",
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.15.0"
41+
"bundle-stats-webpack-plugin": "^4.15.1"
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.15.0",
3+
"version": "4.15.1",
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.15.0",
3+
"version": "4.15.1",
44
"description": "BundleStats webpack validate plugin",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

packages/rollup-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-bundle-stats",
3-
"version": "4.15.0",
3+
"version": "4.15.1",
44
"description": "In-depth bundle analyzer for rollup(bundle size, assets, modules, packages)",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",
@@ -45,7 +45,7 @@
4545
},
4646
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/rollup-plugin#readme",
4747
"dependencies": {
48-
"@bundle-stats/cli-utils": "^4.15.0",
48+
"@bundle-stats/cli-utils": "^4.15.1",
4949
"rollup-plugin-webpack-stats": "0.4.1"
5050
},
5151
"devDependencies": {

0 commit comments

Comments
 (0)