This commit is contained in:
Rushbot 2024-09-30 15:12:22 +00:00
Родитель 951c422c9d
Коммит a06c97ddda
42 изменённых файлов: 57 добавлений и 57 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@microsoft/api-documenter", "name": "@microsoft/api-documenter",
"version": "7.25.14", "version": "7.25.15",
"description": "Read JSON files from api-extractor, generate documentation pages", "description": "Read JSON files from api-extractor, generate documentation pages",
"repository": { "repository": {
"type": "git", "type": "git",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft", "name": "@rushstack/heft",
"version": "0.67.2", "version": "0.68.0",
"description": "Build all your JavaScript projects the same way: A way that works.", "description": "Build all your JavaScript projects the same way: A way that works.",
"keywords": [ "keywords": [
"toolchain", "toolchain",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/lockfile-explorer", "name": "@rushstack/lockfile-explorer",
"version": "1.7.0", "version": "1.7.1",
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo", "description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
"keywords": [ "keywords": [
"conflict", "conflict",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/rundown", "name": "@rushstack/rundown",
"version": "1.1.66", "version": "1.1.67",
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report", "description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
"repository": { "repository": {
"type": "git", "type": "git",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/trace-import", "name": "@rushstack/trace-import",
"version": "0.3.66", "version": "0.3.67",
"description": "CLI tool for understanding how require() and \"import\" statements get resolved", "description": "CLI tool for understanding how require() and \"import\" statements get resolved",
"repository": { "repository": {
"type": "git", "type": "git",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/eslint-bulk", "name": "@rushstack/eslint-bulk",
"version": "0.1.58", "version": "0.1.59",
"description": "Roll out new ESLint rules in a large monorepo without cluttering up your code with \"eslint-ignore-next-line\"", "description": "Roll out new ESLint rules in a large monorepo without cluttering up your code with \"eslint-ignore-next-line\"",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-api-extractor-plugin", "name": "@rushstack/heft-api-extractor-plugin",
"version": "0.3.49", "version": "0.3.50",
"description": "A Heft plugin for API Extractor", "description": "A Heft plugin for API Extractor",
"repository": { "repository": {
"type": "git", "type": "git",
@ -15,7 +15,7 @@
"_phase:build": "heft run --only build -- --clean" "_phase:build": "heft run --only build -- --clean"
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "0.67.2" "@rushstack/heft": "0.68.0"
}, },
"dependencies": { "dependencies": {
"@rushstack/heft-config-file": "workspace:*", "@rushstack/heft-config-file": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-dev-cert-plugin", "name": "@rushstack/heft-dev-cert-plugin",
"version": "0.4.67", "version": "0.4.68",
"description": "A Heft plugin for generating and using local development certificates", "description": "A Heft plugin for generating and using local development certificates",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean" "_phase:test": "heft run --only test -- --clean"
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "^0.67.2" "@rushstack/heft": "^0.68.0"
}, },
"dependencies": { "dependencies": {
"@rushstack/debug-certificate-manager": "workspace:*" "@rushstack/debug-certificate-manager": "workspace:*"

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-jest-plugin", "name": "@rushstack/heft-jest-plugin",
"version": "0.12.11", "version": "0.12.12",
"description": "Heft plugin for Jest", "description": "Heft plugin for Jest",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean" "_phase:test": "heft run --only test -- --clean"
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "^0.67.2", "@rushstack/heft": "^0.68.0",
"jest-environment-jsdom": "^29.5.0", "jest-environment-jsdom": "^29.5.0",
"jest-environment-node": "^29.5.0" "jest-environment-node": "^29.5.0"
}, },

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-lint-plugin", "name": "@rushstack/heft-lint-plugin",
"version": "0.4.3", "version": "0.4.4",
"description": "A Heft plugin for using ESLint or TSLint. Intended for use with @rushstack/heft-typescript-plugin", "description": "A Heft plugin for using ESLint or TSLint. Intended for use with @rushstack/heft-typescript-plugin",
"repository": { "repository": {
"type": "git", "type": "git",
@ -15,7 +15,7 @@
"_phase:build": "heft run --only build -- --clean" "_phase:build": "heft run --only build -- --clean"
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "0.67.2" "@rushstack/heft": "0.68.0"
}, },
"dependencies": { "dependencies": {
"@rushstack/node-core-library": "workspace:*", "@rushstack/node-core-library": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-localization-typings-plugin", "name": "@rushstack/heft-localization-typings-plugin",
"version": "0.2.3", "version": "0.2.4",
"description": "Heft plugin for generating types for localization files.", "description": "Heft plugin for generating types for localization files.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean" "_phase:test": "heft run --only test -- --clean"
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "^0.67.2" "@rushstack/heft": "^0.68.0"
}, },
"devDependencies": { "devDependencies": {
"@rushstack/heft": "workspace:*", "@rushstack/heft": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-sass-plugin", "name": "@rushstack/heft-sass-plugin",
"version": "0.14.21", "version": "0.14.22",
"description": "Heft plugin for SASS", "description": "Heft plugin for SASS",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean" "_phase:test": "heft run --only test -- --clean"
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "^0.67.2" "@rushstack/heft": "^0.68.0"
}, },
"dependencies": { "dependencies": {
"@rushstack/heft-config-file": "workspace:*", "@rushstack/heft-config-file": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-serverless-stack-plugin", "name": "@rushstack/heft-serverless-stack-plugin",
"version": "0.3.68", "version": "0.3.69",
"description": "Heft plugin for building apps using the Serverless Stack (SST) framework", "description": "Heft plugin for building apps using the Serverless Stack (SST) framework",
"repository": { "repository": {
"type": "git", "type": "git",
@ -15,7 +15,7 @@
"_phase:test": "heft run --only test -- --clean" "_phase:test": "heft run --only test -- --clean"
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "^0.67.2" "@rushstack/heft": "^0.68.0"
}, },
"dependencies": { "dependencies": {
"@rushstack/node-core-library": "workspace:*" "@rushstack/node-core-library": "workspace:*"

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-storybook-plugin", "name": "@rushstack/heft-storybook-plugin",
"version": "0.6.45", "version": "0.6.46",
"description": "Heft plugin for supporting UI development using Storybook", "description": "Heft plugin for supporting UI development using Storybook",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean" "_phase:test": "heft run --only test -- --clean"
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "^0.67.2" "@rushstack/heft": "^0.68.0"
}, },
"dependencies": { "dependencies": {
"@rushstack/node-core-library": "workspace:*", "@rushstack/node-core-library": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-typescript-plugin", "name": "@rushstack/heft-typescript-plugin",
"version": "0.5.27", "version": "0.5.28",
"description": "Heft plugin for TypeScript", "description": "Heft plugin for TypeScript",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"_phase:build": "heft run --only build -- --clean" "_phase:build": "heft run --only build -- --clean"
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "0.67.2" "@rushstack/heft": "0.68.0"
}, },
"dependencies": { "dependencies": {
"@rushstack/node-core-library": "workspace:*", "@rushstack/node-core-library": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-webpack4-plugin", "name": "@rushstack/heft-webpack4-plugin",
"version": "0.10.67", "version": "0.10.68",
"description": "Heft plugin for Webpack 4", "description": "Heft plugin for Webpack 4",
"repository": { "repository": {
"type": "git", "type": "git",
@ -23,7 +23,7 @@
} }
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "^0.67.2", "@rushstack/heft": "^0.68.0",
"@types/webpack": "^4", "@types/webpack": "^4",
"webpack": "~4.47.0" "webpack": "~4.47.0"
}, },

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-webpack5-plugin", "name": "@rushstack/heft-webpack5-plugin",
"version": "0.10.12", "version": "0.10.13",
"description": "Heft plugin for Webpack 5", "description": "Heft plugin for Webpack 5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -18,7 +18,7 @@
"_phase:test": "heft run --only test -- --clean" "_phase:test": "heft run --only test -- --clean"
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "^0.67.2", "@rushstack/heft": "^0.68.0",
"webpack": "~5.82.1" "webpack": "~5.82.1"
}, },
"dependencies": { "dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/debug-certificate-manager", "name": "@rushstack/debug-certificate-manager",
"version": "1.4.0", "version": "1.4.1",
"description": "Cross-platform functionality to create debug ssl certificates.", "description": "Cross-platform functionality to create debug ssl certificates.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/debug-certificate-manager.d.ts", "typings": "dist/debug-certificate-manager.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@microsoft/load-themed-styles", "name": "@microsoft/load-themed-styles",
"version": "2.0.142", "version": "2.0.143",
"description": "Loads themed styles.", "description": "Loads themed styles.",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/localization-utilities", "name": "@rushstack/localization-utilities",
"version": "0.12.3", "version": "0.12.4",
"description": "This plugin contains some useful functions for localization.", "description": "This plugin contains some useful functions for localization.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/localization-utilities.d.ts", "typings": "dist/localization-utilities.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/lookup-by-path", "name": "@rushstack/lookup-by-path",
"version": "0.2.2", "version": "0.2.3",
"description": "Strongly typed trie data structure for path and URL-like strings.", "description": "Strongly typed trie data structure for path and URL-like strings.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/lookup-by-path.d.ts", "typings": "dist/lookup-by-path.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/module-minifier", "name": "@rushstack/module-minifier",
"version": "0.6.22", "version": "0.6.23",
"description": "Wrapper for terser to support bulk parallel minification.", "description": "Wrapper for terser to support bulk parallel minification.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/module-minifier.d.ts", "typings": "dist/module-minifier.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/package-deps-hash", "name": "@rushstack/package-deps-hash",
"version": "4.2.0", "version": "4.2.1",
"description": "", "description": "",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/package-deps-hash.d.ts", "typings": "dist/package-deps-hash.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/package-extractor", "name": "@rushstack/package-extractor",
"version": "0.9.1", "version": "0.9.2",
"description": "A library for bundling selected files and dependencies into a deployable package.", "description": "A library for bundling selected files and dependencies into a deployable package.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/package-extractor.d.ts", "typings": "dist/package-extractor.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/stream-collator", "name": "@rushstack/stream-collator",
"version": "4.1.67", "version": "4.1.68",
"description": "Display intelligible realtime output from concurrent processes", "description": "Display intelligible realtime output from concurrent processes",
"repository": { "repository": {
"type": "git", "type": "git",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/typings-generator", "name": "@rushstack/typings-generator",
"version": "0.14.3", "version": "0.14.4",
"description": "This library provides functionality for automatically generating typings for non-TS files.", "description": "This library provides functionality for automatically generating typings for non-TS files.",
"keywords": [ "keywords": [
"dts", "dts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/worker-pool", "name": "@rushstack/worker-pool",
"version": "0.4.67", "version": "0.4.68",
"description": "Lightweight worker pool using NodeJS worker_threads", "description": "Lightweight worker pool using NodeJS worker_threads",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/worker-pool.d.ts", "typings": "dist/worker-pool.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-node-rig", "name": "@rushstack/heft-node-rig",
"version": "2.6.31", "version": "2.6.32",
"description": "A rig package for Node.js projects that build using Heft", "description": "A rig package for Node.js projects that build using Heft",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
@ -13,7 +13,7 @@
"directory": "rigs/heft-node-rig" "directory": "rigs/heft-node-rig"
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "^0.67.2" "@rushstack/heft": "^0.68.0"
}, },
"dependencies": { "dependencies": {
"@microsoft/api-extractor": "workspace:*", "@microsoft/api-extractor": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/heft-web-rig", "name": "@rushstack/heft-web-rig",
"version": "0.24.35", "version": "0.24.36",
"description": "A rig package for web browser projects that build using Heft", "description": "A rig package for web browser projects that build using Heft",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
@ -13,7 +13,7 @@
"directory": "rigs/heft-web-rig" "directory": "rigs/heft-web-rig"
}, },
"peerDependencies": { "peerDependencies": {
"@rushstack/heft": "^0.67.2" "@rushstack/heft": "^0.68.0"
}, },
"dependencies": { "dependencies": {
"@microsoft/api-extractor": "workspace:*", "@microsoft/api-extractor": "workspace:*",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/hashed-folder-copy-plugin", "name": "@rushstack/hashed-folder-copy-plugin",
"version": "1.0.58", "version": "1.0.59",
"description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.", "description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.",
"typings": "dist/hashed-folder-copy-plugin.d.ts", "typings": "dist/hashed-folder-copy-plugin.d.ts",
"main": "lib/index.js", "main": "lib/index.js",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@microsoft/loader-load-themed-styles", "name": "@microsoft/loader-load-themed-styles",
"version": "2.1.66", "version": "2.1.67",
"description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.", "description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "lib/index.d.ts", "typings": "lib/index.d.ts",
@ -22,7 +22,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@types/webpack": "^4", "@types/webpack": "^4",
"@microsoft/load-themed-styles": "^2.0.142" "@microsoft/load-themed-styles": "^2.0.143"
}, },
"dependencies": { "dependencies": {
"loader-utils": "1.4.2" "loader-utils": "1.4.2"

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/loader-raw-script", "name": "@rushstack/loader-raw-script",
"version": "1.4.66", "version": "1.4.67",
"description": "", "description": "",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "lib/index.d.ts", "typings": "lib/index.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/webpack-preserve-dynamic-require-plugin", "name": "@rushstack/webpack-preserve-dynamic-require-plugin",
"version": "0.11.66", "version": "0.11.67",
"description": "This plugin tells webpack to leave dynamic calls to \"require\" as-is instead of trying to bundle them.", "description": "This plugin tells webpack to leave dynamic calls to \"require\" as-is instead of trying to bundle them.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/webpack-preserve-dynamic-require-plugin.d.ts", "typings": "dist/webpack-preserve-dynamic-require-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/set-webpack-public-path-plugin", "name": "@rushstack/set-webpack-public-path-plugin",
"version": "5.1.50", "version": "5.1.51",
"description": "This plugin sets the webpack public path at runtime.", "description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/set-webpack-public-path-plugin.d.ts", "typings": "dist/set-webpack-public-path-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/webpack-embedded-dependencies-plugin", "name": "@rushstack/webpack-embedded-dependencies-plugin",
"version": "0.2.67", "version": "0.2.68",
"description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.", "description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/webpack-embedded-dependencies-plugin.d.ts", "typings": "dist/webpack-embedded-dependencies-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/webpack-plugin-utilities", "name": "@rushstack/webpack-plugin-utilities",
"version": "0.4.50", "version": "0.4.51",
"description": "This plugin sets the webpack public path at runtime.", "description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/webpack-plugin-utilities.d.ts", "typings": "dist/webpack-plugin-utilities.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/webpack-workspace-resolve-plugin", "name": "@rushstack/webpack-workspace-resolve-plugin",
"version": "0.3.3", "version": "0.3.4",
"description": "This plugin leverages workspace-level metadata to greatly accelerate module resolution.", "description": "This plugin leverages workspace-level metadata to greatly accelerate module resolution.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/webpack-workspace-resolve-plugin.d.ts", "typings": "dist/webpack-workspace-resolve-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/webpack4-localization-plugin", "name": "@rushstack/webpack4-localization-plugin",
"version": "0.18.69", "version": "0.18.70",
"description": "This plugin facilitates localization with Webpack.", "description": "This plugin facilitates localization with Webpack.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/webpack4-localization-plugin.d.ts", "typings": "dist/webpack4-localization-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/webpack4-module-minifier-plugin", "name": "@rushstack/webpack4-module-minifier-plugin",
"version": "0.13.68", "version": "0.13.69",
"description": "This plugin splits minification of webpack compilations into smaller units.", "description": "This plugin splits minification of webpack compilations into smaller units.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/webpack4-module-minifier-plugin.d.ts", "typings": "dist/webpack4-module-minifier-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@microsoft/webpack5-load-themed-styles-loader", "name": "@microsoft/webpack5-load-themed-styles-loader",
"version": "0.2.66", "version": "0.2.67",
"description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.", "description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "lib/index.d.ts", "typings": "lib/index.d.ts",
@ -16,7 +16,7 @@
"_phase:test": "heft run --only test -- --clean" "_phase:test": "heft run --only test -- --clean"
}, },
"peerDependencies": { "peerDependencies": {
"@microsoft/load-themed-styles": "^2.0.142", "@microsoft/load-themed-styles": "^2.0.143",
"webpack": "^5" "webpack": "^5"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/webpack5-localization-plugin", "name": "@rushstack/webpack5-localization-plugin",
"version": "0.11.10", "version": "0.11.11",
"description": "This plugin facilitates localization with Webpack.", "description": "This plugin facilitates localization with Webpack.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/webpack5-localization-plugin.d.ts", "typings": "dist/webpack5-localization-plugin.d.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "@rushstack/webpack5-module-minifier-plugin", "name": "@rushstack/webpack5-module-minifier-plugin",
"version": "5.5.69", "version": "5.5.70",
"description": "This plugin splits minification of webpack compilations into smaller units.", "description": "This plugin splits minification of webpack compilations into smaller units.",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "dist/webpack5-module-minifier-plugin.d.ts", "typings": "dist/webpack5-module-minifier-plugin.d.ts",