@bundle-stats/html-templates
Advanced tools
Comparing version 4.5.3-alpha.2 to 4.5.3-alpha.3
{ | ||
"name": "@bundle-stats/html-templates", | ||
"version": "4.5.3-alpha.2", | ||
"version": "4.5.3-alpha.3", | ||
"description": "HTML templates for report generation.", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"lint": "../../node_modules/.bin/eslint . --ext .js,.jsx", | ||
"start": "cross-env NODE_ENV=development start-storybook -p 8090 -c build/storybook", | ||
"start": "cross-env NODE_ENV=development storybook dev -c ./build/storybook -p 8090", | ||
"test": "echo \"No tests\" && exit 0" | ||
@@ -34,11 +34,10 @@ }, | ||
"@babel/preset-react": "7.22.5", | ||
"@bundle-stats/ui": "^4.5.3-alpha.2", | ||
"@bundle-stats/utils": "^4.5.3-alpha.2", | ||
"@storybook/addon-essentials": "6.5.16", | ||
"@storybook/addon-postcss": "2.0.0", | ||
"@storybook/builder-webpack5": "6.5.16", | ||
"@storybook/manager-webpack5": "6.5.16", | ||
"@storybook/react": "6.5.16", | ||
"@bundle-stats/ui": "^4.5.3-alpha.3", | ||
"@bundle-stats/utils": "^4.5.3-alpha.3", | ||
"@storybook/addon-essentials": "7.2.1", | ||
"@storybook/preset-scss": "^1.0.3", | ||
"@storybook/react": "7.2.1", | ||
"@storybook/react-webpack5": "7.2.1", | ||
"autoprefixer": "10.4.14", | ||
"babel-jest": "29.6.1", | ||
"babel-jest": "29.6.2", | ||
"babel-loader": "9.1.3", | ||
@@ -56,3 +55,3 @@ "babel-plugin-preact-require": "1.0.0", | ||
"identity-obj-proxy": "3.0.0", | ||
"jest": "29.6.1", | ||
"jest": "29.6.2", | ||
"jest-date-mock": "1.0.8", | ||
@@ -66,7 +65,7 @@ "lodash": "4.17.21", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"react-dom": "18.2.0", | ||
"react-router-dom": "5.3.4", | ||
"react-test-renderer": "17.0.2", | ||
"rimraf": "5.0.1", | ||
"stats-webpack-plugin": "0.7.0", | ||
"storybook": "7.2.1", | ||
"webpack": "5.88.2", | ||
@@ -76,3 +75,3 @@ "webpack-cli": "5.1.4", | ||
}, | ||
"gitHead": "1a015c365df7375eb98abe749fe1b73f2302bbdc" | ||
"gitHead": "e6c4133b85498ae82fcf2ec0b36e5475a2607c91" | ||
} |
@@ -10,16 +10,16 @@ # @bundle-stats/html-templates | ||
### :cyclone: [relative-ci.com](https://relative-ci.com?utm_medium=bundle-stats) | ||
### :cyclone: [relative-ci.com](https://relative-ci.com?utm_medium=bundle-stats-report-html) | ||
#### In-depth webpack bundle analysis and monitoring | ||
#### Optimize your web app's performance with automated bundle stats analysis and monitoring. | ||
RelativeCI automates webpack bundle analysis, monitoring, and alerting so you can identify and fix bundle regressions before shipping to production: | ||
- :crystal_ball: In-depth bundle stats analysis for every build | ||
- :chart_with_upwards_trend: Monitor bundle stats changes and identify opportunities for optimizations | ||
- :bell: [Rule based automated review flow](https://relative-ci.com/documentation/setup/configure/integrations/github-commit-status-review?utm_medium=bundle-stats-report-html), or get notified via [GitHub Pull Request comments](https://relative-ci.com/documentation/setup/configure/integrations/github-pull-request-comment?utm_medium=bundle-stats-report-html), [GitHub check reports](https://relative-ci.com/documentation/setup/configure/integrations/github-check-report?utm_medium=bundle-stats-report-html) and [Slack messages](https://relative-ci.com/documentation/setup/configure/integrations/slack-notification?utm_medium=bundle-stats-report-html) | ||
- :wrench: Support for **webpack** and beta support for **Vite**/**Rollup** | ||
- :hammer: Support for all major CI services(CircleCI, GitHub Actions, Gitlab CI, Jenkins, Travis CI) | ||
- :nut_and_bolt: Support for **npm**, **yarn** and **pnpm**; support for monorepos | ||
- :two_hearts: **Always free** for **Open Source** | ||
- :crystal_ball: Analyze webpack bundle stats on every build | ||
- :chart_with_upwards_trend: Monitor webpack bundle stats changes and identify tendencies over extended periods | ||
- :bell: Get notified via GitHub Checks, GitHub Pull Request comments, and Slack notifications | ||
- :hammer: Support for all major CI services (CircleCI, GitHub Actions, Gitlab CI, Jenkins, Travis CI) | ||
- :two_hearts: Always free for Open Source | ||
[:rocket: Get started](https://relative-ci.com?utm_medium=bundle-stats-report-html) | ||
[Try for free](https://relative-ci.com?utm_medium=bundle-stats) | ||
### :first_quarter_moon: [relative-ci/compare](https://compare.relative-ci.com) | ||
@@ -26,0 +26,0 @@ |
Sorry, the diff of this file is not supported yet
331340
40