Skip to content

Commit

Permalink
v3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Apr 9, 2022
1 parent 34b256e commit b9bc517
Show file tree
Hide file tree
Showing 21 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.3.5",
"version": "3.3.6",
"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": "3.3.5",
"version": "3.3.6",
"description": "BundleStats CLI utilities",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli-utils#readme",
"dependencies": {
"@bundle-stats/html-templates": "^3.3.5",
"@bundle-stats/utils": "^3.3.5",
"@bundle-stats/html-templates": "^3.3.6",
"@bundle-stats/utils": "^3.3.6",
"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.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundle-stats",
"version": "3.3.5",
"version": "3.3.6",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^3.3.5",
"@bundle-stats/utils": "^3.3.5",
"@bundle-stats/cli-utils": "^3.3.6",
"@bundle-stats/utils": "^3.3.6",
"boxen": "^5.0.0",
"core-js": "^3.21.0",
"fs-extra": "^10.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": "3.3.5",
"version": "3.3.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": "^3.3.5"
"bundle-stats-webpack-plugin": "^3.3.6"
}
}
2 changes: 1 addition & 1 deletion packages/html-templates/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/html-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/html-templates",
"version": "3.3.5",
"version": "3.3.6",
"description": "HTML templates for report generation.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"@babel/core": "7.17.9",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@bundle-stats/ui": "^3.3.5",
"@bundle-stats/utils": "^3.3.5",
"@bundle-stats/ui": "^3.3.6",
"@bundle-stats/utils": "^3.3.6",
"@moonwalker/orbit-ui": "1.14.26",
"@storybook/addon-essentials": "6.4.20",
"@storybook/addon-postcss": "2.0.0",
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": "3.3.5",
"version": "3.3.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": "^3.3.5"
"bundle-stats-webpack-plugin": "^3.3.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": "3.3.5",
"version": "3.3.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": "3.3.5",
"version": "3.3.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": "3.3.5",
"version": "3.3.6",
"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": "^3.3.5",
"@bundle-stats/utils": "^3.3.6",
"ariakit": "2.0.0-alpha.21",
"date-fns": "^2.28.0",
"modern-css-reset": "^1.4.0",
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": "3.3.5",
"version": "3.3.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": "^3.3.5",
"@bundle-stats/plugin-webpack-validate": "^3.3.5",
"@bundle-stats/plugin-webpack-filter": "^3.3.6",
"@bundle-stats/plugin-webpack-validate": "^3.3.6",
"convert-units": "3.0.0-beta.2",
"query-string": "^7.1.0",
"serialize-query-params": "^1.3.0"
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": "3.3.5",
"version": "3.3.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 @@ -44,8 +44,8 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/webpack-plugin#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^3.3.5",
"@bundle-stats/utils": "^3.3.5",
"@bundle-stats/cli-utils": "^3.3.6",
"@bundle-stats/utils": "^3.3.6",
"core-js": "^3.21.0",
"lodash": "^4.17.0"
},
Expand Down

0 comments on commit b9bc517

Please sign in to comment.