Skip to content

Commit

Permalink
v4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Apr 5, 2023
1 parent 1bbb031 commit 081a349
Show file tree
Hide file tree
Showing 21 changed files with 9,277 additions and 32,617 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "4.2.5",
"version": "4.2.6",
"command": {
"publish": {
"verifyAccess": false
Expand Down
41,812 changes: 9,236 additions & 32,576 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cli-utils/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.2.5",
"version": "4.2.6",
"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.2.5",
"@bundle-stats/plugin-webpack-filter": "^4.2.5",
"@bundle-stats/plugin-webpack-validate": "^4.2.5",
"@bundle-stats/utils": "^4.2.5",
"@bundle-stats/html-templates": "^4.2.6",
"@bundle-stats/plugin-webpack-filter": "^4.2.6",
"@bundle-stats/plugin-webpack-validate": "^4.2.6",
"@bundle-stats/utils": "^4.2.6",
"core-js": "^3.21.0",
"find-cache-dir": "^3.1.0",
"fs-extra": "^11.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundle-stats",
"version": "4.2.5",
"version": "4.2.6",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
"bin": {
"bundle-stats": "bin/index.js"
Expand Down Expand Up @@ -47,10 +47,10 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^4.2.5",
"@bundle-stats/plugin-webpack-filter": "^4.2.5",
"@bundle-stats/plugin-webpack-validate": "^4.2.5",
"@bundle-stats/utils": "^4.2.5",
"@bundle-stats/cli-utils": "^4.2.6",
"@bundle-stats/plugin-webpack-filter": "^4.2.6",
"@bundle-stats/plugin-webpack-validate": "^4.2.6",
"@bundle-stats/utils": "^4.2.6",
"boxen": "^5.0.0",
"core-js": "^3.21.0",
"fs-extra": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin/package-lock.json

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

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.2.5",
"version": "4.2.6",
"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.2.5"
"bundle-stats-webpack-plugin": "^4.2.6"
}
}
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.2.5",
"version": "4.2.6",
"description": "HTML templates for report generation.",
"main": "index.js",
"types": "types.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@babel/core": "7.21.4",
"@babel/preset-env": "7.21.4",
"@babel/preset-react": "7.18.6",
"@bundle-stats/ui": "^4.2.5",
"@bundle-stats/utils": "^4.2.5",
"@bundle-stats/ui": "^4.2.6",
"@bundle-stats/utils": "^4.2.6",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-postcss": "2.0.0",
"@storybook/addon-storyshots": "6.5.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin/package-lock.json

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

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.2.5",
"version": "4.2.6",
"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.2.5"
"bundle-stats-webpack-plugin": "^4.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-webpack-filter/package-lock.json

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

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.2.5",
"version": "4.2.6",
"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-lock.json

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

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.2.5",
"version": "4.2.6",
"description": "BundleStats webpack validate plugin",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package-lock.json

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

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.2.5",
"version": "4.2.6",
"description": "UI components for BundleStats projects.",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -81,7 +81,7 @@
"react-router-dom": "^5.0.0"
},
"dependencies": {
"@bundle-stats/utils": "^4.2.5",
"@bundle-stats/utils": "^4.2.6",
"ariakit": "2.0.0-next.43",
"modern-css-reset": "1.4.0",
"query-string": "7.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package-lock.json

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

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.2.5",
"version": "4.2.6",
"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.2.5",
"@bundle-stats/plugin-webpack-validate": "^4.2.5",
"@bundle-stats/plugin-webpack-filter": "^4.2.6",
"@bundle-stats/plugin-webpack-validate": "^4.2.6",
"query-string": "7.1.3",
"serialize-query-params": "2.0.2",
"use-query-params": "2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package-lock.json

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

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.2.5",
"version": "4.2.6",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
"main": "lib/index.js",
"types": "typings.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/webpack-plugin#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^4.2.5",
"@bundle-stats/cli-utils": "^4.2.6",
"core-js": "^3.21.0",
"lodash": "^4.17.0"
},
Expand Down

0 comments on commit 081a349

Please sign in to comment.