Skip to content

Commit

Permalink
v4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Dec 30, 2023
1 parent aa59798 commit 23e06a1
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"version": "4.8.3",
"version": "4.8.4",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
56 changes: 28 additions & 28 deletions package-lock.json

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

8 changes: 4 additions & 4 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.8.3",
"version": "4.8.4",
"description": "BundleStats CLI utilities",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli-utils#readme",
"dependencies": {
"@bundle-stats/html-templates": "^4.8.3",
"@bundle-stats/plugin-webpack-filter": "^4.8.3",
"@bundle-stats/utils": "^4.8.3",
"@bundle-stats/html-templates": "^4.8.4",
"@bundle-stats/plugin-webpack-filter": "^4.8.4",
"@bundle-stats/utils": "^4.8.4",
"find-cache-dir": "^3.1.0",
"lodash": "^4.17.21",
"stream-chain": "^2.2.5",
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.8.3",
"version": "4.8.4",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
"bin": {
"bundle-stats": "bin/index.js"
Expand Down Expand Up @@ -51,10 +51,10 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^4.8.3",
"@bundle-stats/plugin-webpack-filter": "^4.8.3",
"@bundle-stats/plugin-webpack-validate": "^4.8.3",
"@bundle-stats/utils": "^4.8.3",
"@bundle-stats/cli-utils": "^4.8.4",
"@bundle-stats/plugin-webpack-filter": "^4.8.4",
"@bundle-stats/plugin-webpack-validate": "^4.8.4",
"@bundle-stats/utils": "^4.8.4",
"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.8.3",
"version": "4.8.4",
"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.8.3"
"bundle-stats-webpack-plugin": "^4.8.4"
}
}
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.8.3",
"version": "4.8.4",
"description": "HTML templates for report generation.",
"main": "index.js",
"types": "types.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@babel/core": "7.23.6",
"@babel/preset-env": "7.23.6",
"@babel/preset-react": "7.23.3",
"@bundle-stats/ui": "^4.8.3",
"@bundle-stats/utils": "^4.8.3",
"@bundle-stats/ui": "^4.8.4",
"@bundle-stats/utils": "^4.8.4",
"@storybook/addon-essentials": "7.6.6",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "7.6.6",
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.8.3",
"version": "4.8.4",
"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.8.3"
"bundle-stats-webpack-plugin": "^4.8.4"
}
}
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.8.3",
"version": "4.8.4",
"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.8.3",
"version": "4.8.4",
"description": "BundleStats webpack validate plugin",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-bundle-stats",
"version": "4.8.3",
"version": "4.8.4",
"description": "In-depth bundle analyzer for rollup(bundle size, assets, modules, packages)",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/rollup-plugin#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^4.8.3",
"@bundle-stats/cli-utils": "^4.8.4",
"rollup-plugin-webpack-stats": "0.2.3"
},
"devDependencies": {
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.8.3",
"version": "4.8.4",
"description": "UI components for BundleStats projects.",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -73,7 +73,7 @@
"react-router-dom": "^5.0.0"
},
"dependencies": {
"@bundle-stats/utils": "^4.8.3",
"@bundle-stats/utils": "^4.8.4",
"ariakit": "2.0.0-next.44",
"modern-css-reset": "1.4.0",
"use-query-params": "2.2.1"
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.8.3",
"version": "4.8.4",
"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.8.3",
"@bundle-stats/plugin-webpack-validate": "^4.8.3",
"@bundle-stats/plugin-webpack-filter": "^4.8.4",
"@bundle-stats/plugin-webpack-validate": "^4.8.4",
"serialize-query-params": "2.0.2"
},
"devDependencies": {
Expand Down
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.8.3",
"version": "4.8.4",
"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,8 +45,8 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/webpack-plugin#readme",
"dependencies": {
"@bundle-stats/cli-utils": "^4.8.3",
"@bundle-stats/plugin-webpack-validate": "^4.8.3",
"@bundle-stats/cli-utils": "^4.8.4",
"@bundle-stats/plugin-webpack-validate": "^4.8.4",
"core-js": "^3.21.0",
"lodash": "^4.17.0"
},
Expand Down

0 comments on commit 23e06a1

Please sign in to comment.