Skip to content

Commit

Permalink
v4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Jul 26, 2023
1 parent 3b8d634 commit 45e796c
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "4.5.1"
"version": "4.5.2"
}
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/cli-utils",
"version": "4.5.1",
"version": "4.5.2",
"description": "BundleStats CLI utilities",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli-utils#readme",
"dependencies": {
"@bundle-stats/html-templates": "^4.5.1",
"@bundle-stats/plugin-webpack-filter": "^4.5.1",
"@bundle-stats/plugin-webpack-validate": "^4.5.1",
"@bundle-stats/utils": "^4.5.1",
"@bundle-stats/html-templates": "^4.5.2",
"@bundle-stats/plugin-webpack-filter": "^4.5.2",
"@bundle-stats/plugin-webpack-validate": "^4.5.2",
"@bundle-stats/utils": "^4.5.2",
"core-js": "^3.21.0",
"find-cache-dir": "^3.1.0",
"fs-extra": "^11.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundle-stats",
"version": "4.5.1",
"version": "4.5.2",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
"bin": {
"bundle-stats": "bin/index.js"
Expand Down Expand Up @@ -49,10 +49,10 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^4.5.1",
"@bundle-stats/plugin-webpack-filter": "^4.5.1",
"@bundle-stats/plugin-webpack-validate": "^4.5.1",
"@bundle-stats/utils": "^4.5.1",
"@bundle-stats/cli-utils": "^4.5.2",
"@bundle-stats/plugin-webpack-filter": "^4.5.2",
"@bundle-stats/plugin-webpack-validate": "^4.5.2",
"@bundle-stats/utils": "^4.5.2",
"boxen": "^5.0.0",
"core-js": "^3.21.0",
"fs-extra": "^11.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-bundle-stats",
"version": "4.5.1",
"version": "4.5.2",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -38,6 +38,6 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/gatsby-plugin#readme",
"dependencies": {
"bundle-stats-webpack-plugin": "^4.5.1"
"bundle-stats-webpack-plugin": "^4.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/html-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/html-templates",
"version": "4.5.1",
"version": "4.5.2",
"description": "HTML templates for report generation.",
"main": "index.js",
"types": "types.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@bundle-stats/ui": "^4.5.1",
"@bundle-stats/utils": "^4.5.1",
"@bundle-stats/ui": "^4.5.2",
"@bundle-stats/utils": "^4.5.2",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-postcss": "2.0.0",
"@storybook/builder-webpack5": "6.5.16",
Expand Down
4 changes: 2 additions & 2 deletions packages/next-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-plugin-bundle-stats",
"version": "4.5.1",
"version": "4.5.2",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -38,6 +38,6 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/next-plugin#readme",
"dependencies": {
"bundle-stats-webpack-plugin": "^4.5.1"
"bundle-stats-webpack-plugin": "^4.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-webpack-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/plugin-webpack-filter",
"version": "4.5.1",
"version": "4.5.2",
"description": "BundleStats webpack filter plugin",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-webpack-validate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/plugin-webpack-validate",
"version": "4.5.1",
"version": "4.5.2",
"description": "BundleStats webpack validate plugin",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/ui",
"version": "4.5.1",
"version": "4.5.2",
"description": "UI components for BundleStats projects.",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -76,7 +76,7 @@
"react-router-dom": "^5.0.0"
},
"dependencies": {
"@bundle-stats/utils": "^4.5.1",
"@bundle-stats/utils": "^4.5.2",
"ariakit": "2.0.0-next.44",
"modern-css-reset": "1.4.0",
"query-string": "7.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/utils",
"version": "4.5.1",
"version": "4.5.2",
"description": "BundleStats utils",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/utils#readme",
"dependencies": {
"@bundle-stats/plugin-webpack-filter": "^4.5.1",
"@bundle-stats/plugin-webpack-validate": "^4.5.1",
"@bundle-stats/plugin-webpack-filter": "^4.5.2",
"@bundle-stats/plugin-webpack-validate": "^4.5.2",
"query-string": "7.1.3",
"serialize-query-params": "2.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundle-stats-webpack-plugin",
"version": "4.5.1",
"version": "4.5.2",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
"main": "lib/index.js",
"types": "typings.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/webpack-plugin#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^4.5.1",
"@bundle-stats/cli-utils": "^4.5.2",
"core-js": "^3.21.0",
"lodash": "^4.17.0"
},
Expand Down

0 comments on commit 45e796c

Please sign in to comment.