Skip to content

Commit c4c99ee

Browse files
committed
Applying package updates.
1 parent c7ad7f9 commit c4c99ee

File tree

24 files changed

+31
-31
lines changed

24 files changed

+31
-31
lines changed

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.13.34",
3+
"version": "7.13.35",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

apps/api-extractor-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor-model",
3-
"version": "7.13.4",
3+
"version": "7.13.5",
44
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
55
"repository": {
66
"type": "git",

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.18.4",
3+
"version": "7.18.5",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",

apps/heft/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft",
3-
"version": "0.35.0",
3+
"version": "0.35.1",
44
"description": "Build all your JavaScript projects the same way: A way that works.",
55
"keywords": [
66
"toolchain",

apps/rundown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/rundown",
3-
"version": "1.0.126",
3+
"version": "1.0.127",
44
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
55
"repository": {
66
"type": "git",

heft-plugins/heft-jest-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-jest-plugin",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "Heft plugin for Jest",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"start": "heft test --clean --watch"
1616
},
1717
"peerDependencies": {
18-
"@rushstack/heft": "^0.35.0"
18+
"@rushstack/heft": "^0.35.1"
1919
},
2020
"dependencies": {
2121
"@jest/core": "~25.4.0",

heft-plugins/heft-sass-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-sass-plugin",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Heft plugin for SASS",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"start": "heft test --clean --watch"
1616
},
1717
"peerDependencies": {
18-
"@rushstack/heft": "^0.35.0"
18+
"@rushstack/heft": "^0.35.1"
1919
},
2020
"dependencies": {
2121
"@rushstack/heft-config-file": "workspace:*",

heft-plugins/heft-webpack4-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-webpack4-plugin",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Heft plugin for Webpack 4",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"start": "heft test --clean --watch"
1616
},
1717
"peerDependencies": {
18-
"@rushstack/heft": "^0.35.0"
18+
"@rushstack/heft": "^0.35.1"
1919
},
2020
"dependencies": {
2121
"@rushstack/node-core-library": "workspace:*",

heft-plugins/heft-webpack5-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-webpack5-plugin",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Heft plugin for Webpack 5",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"start": "heft test --clean --watch"
1616
},
1717
"peerDependencies": {
18-
"@rushstack/heft": "^0.35.0"
18+
"@rushstack/heft": "^0.35.1"
1919
},
2020
"dependencies": {
2121
"@rushstack/node-core-library": "workspace:*",

libraries/debug-certificate-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/debug-certificate-manager",
3-
"version": "1.0.51",
3+
"version": "1.0.52",
44
"description": "Cross-platform functionality to create debug ssl certificates.",
55
"main": "lib/index.js",
66
"typings": "dist/debug-certificate-manager.d.ts",

libraries/heft-config-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-config-file",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Configuration file loader for @rushstack/heft",
55
"repository": {
66
"type": "git",

libraries/load-themed-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/load-themed-styles",
3-
"version": "1.10.197",
3+
"version": "1.10.198",
44
"description": "Loads themed styles.",
55
"license": "MIT",
66
"repository": {

libraries/node-core-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/node-core-library",
3-
"version": "3.39.1",
3+
"version": "3.40.0",
44
"description": "Core libraries that every NodeJS toolchain project should use",
55
"main": "lib/index.js",
66
"typings": "dist/node-core-library.d.ts",

libraries/package-deps-hash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/package-deps-hash",
3-
"version": "3.0.55",
3+
"version": "3.0.56",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "dist/package-deps-hash.d.ts",

libraries/stream-collator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/stream-collator",
3-
"version": "4.0.110",
3+
"version": "4.0.111",
44
"description": "Display intelligible realtime output from concurrent processes",
55
"repository": {
66
"type": "git",

libraries/terminal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/terminal",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"description": "User interface primitives for console applications",
55
"main": "lib/index.js",
66
"typings": "dist/terminal.d.ts",

libraries/typings-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/typings-generator",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "This library provides functionality for automatically generating typings for non-TS files.",
55
"keywords": [
66
"dts",

rigs/heft-node-rig/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-node-rig",
3-
"version": "1.1.14",
3+
"version": "1.1.15",
44
"description": "A rig package for Node.js projects that build using Heft",
55
"license": "MIT",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/microsoft/rushstack/tree/master/rigs/heft-node-rig"
1212
},
1313
"peerDependencies": {
14-
"@rushstack/heft": "^0.35.0"
14+
"@rushstack/heft": "^0.35.1"
1515
},
1616
"dependencies": {
1717
"@microsoft/api-extractor": "workspace:*",

rigs/heft-web-rig/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-web-rig",
3-
"version": "0.3.15",
3+
"version": "0.3.16",
44
"description": "A rig package for web browser projects that build using Heft",
55
"license": "MIT",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/microsoft/rushstack/tree/master/rigs/heft-web-rig"
1212
},
1313
"peerDependencies": {
14-
"@rushstack/heft": "^0.35.0"
14+
"@rushstack/heft": "^0.35.1"
1515
},
1616
"dependencies": {
1717
"@microsoft/api-extractor": "workspace:*",

webpack/loader-load-themed-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/loader-load-themed-styles",
3-
"version": "1.9.78",
3+
"version": "1.9.79",
44
"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.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

webpack/loader-raw-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/loader-raw-script",
3-
"version": "1.3.164",
3+
"version": "1.3.165",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

webpack/localization-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/localization-plugin",
3-
"version": "0.6.38",
3+
"version": "0.6.39",
44
"description": "This plugin facilitates localization with Webpack.",
55
"main": "lib/index.js",
66
"typings": "dist/localization-plugin.d.ts",
@@ -13,7 +13,7 @@
1313
"build": "heft build --clean"
1414
},
1515
"peerDependencies": {
16-
"@rushstack/set-webpack-public-path-plugin": "^3.2.58",
16+
"@rushstack/set-webpack-public-path-plugin": "^3.2.59",
1717
"@types/webpack": "^4.39.0",
1818
"webpack": "^4.31.0"
1919
},

webpack/module-minifier-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/module-minifier-plugin",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "This plugin splits minification of webpack compilations into smaller units.",
55
"main": "lib/index.js",
66
"typings": "dist/module-minifier-plugin.d.ts",

webpack/set-webpack-public-path-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/set-webpack-public-path-plugin",
3-
"version": "3.2.58",
3+
"version": "3.2.59",
44
"description": "This plugin sets the webpack public path at runtime.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)