Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Sep 16, 2019
1 parent a375f21 commit a935c47
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.8.1"
"version": "1.9.0"
}
6 changes: 3 additions & 3 deletions packages/bundle-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundle-stats",
"version": "1.8.1",
"version": "1.9.0",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"homepage": "https://github.com/bundle-stats/bundle-stats/blob/master/packages/cli#readme",
"dependencies": {
"@bundle-stats/html-templates": "^1.8.1",
"@bundle-stats/utils": "^1.8.0",
"@bundle-stats/html-templates": "^1.9.0",
"@bundle-stats/utils": "^1.9.0",
"core-js": "^3.1.4",
"find-cache-dir": "3.0.0",
"fs-extra": "8.1.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": "1.8.1",
"version": "1.9.0",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/bundle-stats/bundle-stats/blob/master/packages/gatsby-plugin#readme",
"dependencies": {
"bundle-stats": "^1.8.1"
"bundle-stats": "^1.9.0"
},
"devDependencies": {
"eslint": "6.4.0",
Expand Down
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": "1.8.1",
"version": "1.9.0",
"description": "HTML templates for report generation.",
"main": "dist/index.html",
"scripts": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"@babel/plugin-transform-react-jsx": "7.3.0",
"@babel/preset-env": "7.6.0",
"@babel/preset-react": "7.0.0",
"@bundle-stats/ui": "^1.8.1",
"@bundle-stats/utils": "^1.8.0",
"@bundle-stats/ui": "^1.9.0",
"@bundle-stats/utils": "^1.9.0",
"@moonwalker/orbit-ui": "1.13.16",
"@storybook/react": "5.1.11",
"autoprefixer": "9.6.1",
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": "1.8.1",
"version": "1.9.0",
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules)",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/bundle-stats/bundle-stats/blob/master/packages/next-plugin#readme",
"dependencies": {
"bundle-stats": "^1.8.1"
"bundle-stats": "^1.9.0"
},
"devDependencies": {
"eslint": "6.4.0",
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": "1.8.1",
"version": "1.9.0",
"description": "UI components for BundleStats projects.",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/preset-env": "7.6.0",
"@babel/preset-react": "7.0.0",
"@bundle-stats/utils": "^1.8.0",
"@bundle-stats/utils": "^1.9.0",
"@storybook/addon-knobs": "5.1.11",
"@storybook/addon-storyshots": "5.1.11",
"@storybook/addons": "5.1.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/utils",
"version": "1.8.0",
"version": "1.9.0",
"description": "BundleStats utils",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/web-compare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bundle-stats/web-compare",
"version": "1.8.1",
"version": "1.9.0",
"description": "Side by side comparison for webpack/lighthouse/browsertime stats",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"@babel/polyfill": "7.6.0",
"@bundle-stats/ui": "^1.8.1",
"@bundle-stats/utils": "^1.8.0",
"@bundle-stats/ui": "^1.9.0",
"@bundle-stats/utils": "^1.9.0",
"@moonwalker/orbit-ui": "1.13.16",
"@storybook/react": "5.1.11",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -80,7 +80,7 @@
"babel-loader": "8.0.6",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-preact-require": "1.0.0",
"bundle-stats": "^1.8.1",
"bundle-stats": "^1.9.0",
"copy-webpack-plugin": "5.0.4",
"coveralls": "3.0.6",
"cross-env": "5.2.1",
Expand Down

0 comments on commit a935c47

Please sign in to comment.