Skip to content

Commit

Permalink
v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Oct 30, 2022
1 parent 9d77f48 commit 825535a
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 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.1.1",
"version": "4.1.2",
"command": {
"publish": {
"verifyAccess": false
Expand Down
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.

6 changes: 3 additions & 3 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.1.1",
"version": "4.1.2",
"description": "BundleStats CLI utilities",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli-utils#readme",
"dependencies": {
"@bundle-stats/html-templates": "^4.1.1",
"@bundle-stats/utils": "^4.1.1",
"@bundle-stats/html-templates": "^4.1.2",
"@bundle-stats/utils": "^4.1.2",
"core-js": "^3.21.0",
"find-cache-dir": "^3.1.0",
"fs-extra": "^10.0.1"
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "4.1.2",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
"bin": {
"bundle-stats": "bin/index.js"
Expand Down Expand Up @@ -48,10 +48,10 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^4.1.1",
"@bundle-stats/plugin-webpack-filter": "^4.1.1",
"@bundle-stats/plugin-webpack-validate": "^4.1.1",
"@bundle-stats/utils": "^4.1.1",
"@bundle-stats/cli-utils": "^4.1.2",
"@bundle-stats/plugin-webpack-filter": "^4.1.2",
"@bundle-stats/plugin-webpack-validate": "^4.1.2",
"@bundle-stats/utils": "^4.1.2",
"boxen": "^5.0.0",
"core-js": "^3.21.0",
"fs-extra": "^10.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.1.1",
"version": "4.1.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.1.1"
"bundle-stats-webpack-plugin": "^4.1.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.1.1",
"version": "4.1.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.19.6",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "7.18.6",
"@bundle-stats/ui": "^4.1.1",
"@bundle-stats/utils": "^4.1.1",
"@bundle-stats/ui": "^4.1.2",
"@bundle-stats/utils": "^4.1.2",
"@storybook/addon-essentials": "6.5.13",
"@storybook/addon-postcss": "2.0.0",
"@storybook/addon-storyshots": "6.5.13",
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.1.1",
"version": "4.1.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.1.1"
"bundle-stats-webpack-plugin": "^4.1.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.1.1",
"version": "4.1.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-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.1.1",
"version": "4.1.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.1.1",
"version": "4.1.2",
"description": "UI components for BundleStats projects.",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -85,7 +85,7 @@
"react-router-dom": "^5.0.0"
},
"dependencies": {
"@bundle-stats/utils": "^4.1.1",
"@bundle-stats/utils": "^4.1.2",
"ariakit": "^2.0.0-next.41",
"date-fns": "^2.28.0",
"modern-css-reset": "^1.4.0",
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.1.1",
"version": "4.1.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.1.1",
"@bundle-stats/plugin-webpack-validate": "^4.1.1",
"@bundle-stats/plugin-webpack-filter": "^4.1.2",
"@bundle-stats/plugin-webpack-validate": "^4.1.2",
"query-string": "^7.1.0",
"serialize-query-params": "^2.0.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.

6 changes: 3 additions & 3 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.1.1",
"version": "4.1.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 @@ -46,8 +46,8 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/webpack-plugin#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^4.1.1",
"@bundle-stats/utils": "^4.1.1",
"@bundle-stats/cli-utils": "^4.1.2",
"@bundle-stats/utils": "^4.1.2",
"core-js": "^3.21.0",
"lodash": "^4.17.0"
},
Expand Down

0 comments on commit 825535a

Please sign in to comment.