mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 13:56:35 +00:00
Update dependency @bundle-stats/plugin-webpack-filter to v4.19.0 (#24605)
* Update dependency @bundle-stats/plugin-webpack-filter to v4.19.0 * fix build --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
This commit is contained in:
parent
69026cbecf
commit
dba269f2a3
@ -3,7 +3,7 @@ const path = require("path");
|
|||||||
const rspack = require("@rspack/core");
|
const rspack = require("@rspack/core");
|
||||||
const { RsdoctorRspackPlugin } = require("@rsdoctor/rspack-plugin");
|
const { RsdoctorRspackPlugin } = require("@rsdoctor/rspack-plugin");
|
||||||
const { StatsWriterPlugin } = require("webpack-stats-plugin");
|
const { StatsWriterPlugin } = require("webpack-stats-plugin");
|
||||||
const filterStats = require("@bundle-stats/plugin-webpack-filter").default;
|
const filterStats = require("@bundle-stats/plugin-webpack-filter");
|
||||||
const TerserPlugin = require("terser-webpack-plugin");
|
const TerserPlugin = require("terser-webpack-plugin");
|
||||||
const { WebpackManifestPlugin } = require("rspack-manifest-plugin");
|
const { WebpackManifestPlugin } = require("rspack-manifest-plugin");
|
||||||
const log = require("fancy-log");
|
const log = require("fancy-log");
|
||||||
|
@ -160,7 +160,7 @@
|
|||||||
"@babel/plugin-transform-runtime": "7.26.9",
|
"@babel/plugin-transform-runtime": "7.26.9",
|
||||||
"@babel/preset-env": "7.26.9",
|
"@babel/preset-env": "7.26.9",
|
||||||
"@babel/preset-typescript": "7.26.0",
|
"@babel/preset-typescript": "7.26.0",
|
||||||
"@bundle-stats/plugin-webpack-filter": "4.18.3",
|
"@bundle-stats/plugin-webpack-filter": "4.19.0",
|
||||||
"@lokalise/node-api": "14.0.0",
|
"@lokalise/node-api": "14.0.0",
|
||||||
"@octokit/auth-oauth-device": "7.1.3",
|
"@octokit/auth-oauth-device": "7.1.3",
|
||||||
"@octokit/plugin-retry": "7.1.4",
|
"@octokit/plugin-retry": "7.1.4",
|
||||||
|
12
yarn.lock
12
yarn.lock
@ -1254,12 +1254,14 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@bundle-stats/plugin-webpack-filter@npm:4.18.3":
|
"@bundle-stats/plugin-webpack-filter@npm:4.19.0":
|
||||||
version: 4.18.3
|
version: 4.19.0
|
||||||
resolution: "@bundle-stats/plugin-webpack-filter@npm:4.18.3"
|
resolution: "@bundle-stats/plugin-webpack-filter@npm:4.19.0"
|
||||||
|
dependencies:
|
||||||
|
tslib: "npm:2.8.1"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
core-js: ^3.0.0
|
core-js: ^3.0.0
|
||||||
checksum: 10/0166b926254b8d213a2551f48c53b864bbc3baa7d7916ab75c3c541ecccfa35d0009431488d67949f1c0d9dab9e0bec4aa54737954d3630058fde09cf6eeee8f
|
checksum: 10/012fb49aefa0916c5aa94878c6b6b70c870a2bc1488549c1aa4f3ce391d649452986c88548661665e891475bb6c1b67590bf3c266d763fd7a23f3778d9c854d4
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -9366,7 +9368,7 @@ __metadata:
|
|||||||
"@babel/preset-typescript": "npm:7.26.0"
|
"@babel/preset-typescript": "npm:7.26.0"
|
||||||
"@babel/runtime": "npm:7.26.9"
|
"@babel/runtime": "npm:7.26.9"
|
||||||
"@braintree/sanitize-url": "npm:7.1.1"
|
"@braintree/sanitize-url": "npm:7.1.1"
|
||||||
"@bundle-stats/plugin-webpack-filter": "npm:4.18.3"
|
"@bundle-stats/plugin-webpack-filter": "npm:4.19.0"
|
||||||
"@codemirror/autocomplete": "npm:6.18.6"
|
"@codemirror/autocomplete": "npm:6.18.6"
|
||||||
"@codemirror/commands": "npm:6.8.0"
|
"@codemirror/commands": "npm:6.8.0"
|
||||||
"@codemirror/language": "npm:6.10.8"
|
"@codemirror/language": "npm:6.10.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user