Skip to content

Commit df720f9

Browse files
committed
Applying package updates.
1 parent 16492d6 commit df720f9

File tree

29 files changed

+35
-35
lines changed

29 files changed

+35
-35
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.30",
3+
"version": "7.13.31",
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.3",
3+
"version": "7.13.4",
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.1",
3+
"version": "7.18.2",
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.34.5",
3+
"version": "0.34.6",
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.122",
3+
"version": "1.0.123",
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.11",
3+
"version": "0.1.12",
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.34.5"
18+
"@rushstack/heft": "^0.34.6"
1919
},
2020
"dependencies": {
2121
"@jest/core": "~25.4.0",

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.1.35",
3+
"version": "0.1.36",
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.34.5"
18+
"@rushstack/heft": "^0.34.6"
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.1.35",
3+
"version": "0.1.36",
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.34.5"
18+
"@rushstack/heft": "^0.34.6"
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.46",
3+
"version": "1.0.47",
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.0",
3+
"version": "0.6.1",
44
"description": "Configuration file loader for @rushstack/heft",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)