@rushstack/rush-sdk 5.80.1 → 5.82.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2059,6 +2059,7 @@ export declare class PackageJsonEditor {
2059
2059
  tryGetDependency(packageName: string): PackageJsonDependency | undefined;
2060
2060
  tryGetDevDependency(packageName: string): PackageJsonDependency | undefined;
2061
2061
  addOrUpdateDependency(packageName: string, newVersion: string, dependencyType: DependencyType): void;
2062
+ removeDependency(packageName: string, dependencyType: DependencyType): void;
2062
2063
  saveIfModified(): boolean;
2063
2064
  /**
2064
2065
  * Get the normalized package.json that represents the current state of the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-sdk",
3
- "version": "5.80.1",
3
+ "version": "5.82.0",
4
4
  "description": "An API for interacting with the Rush engine",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,18 +12,18 @@
12
12
  "typings": "dist/rush-lib.d.ts",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@rushstack/node-core-library": "3.53.0",
15
+ "@rushstack/node-core-library": "3.53.2",
16
16
  "@types/node-fetch": "1.6.9",
17
17
  "tapable": "2.2.1"
18
18
  },
19
19
  "devDependencies": {
20
- "@microsoft/rush-lib": "5.80.1",
21
- "@rushstack/eslint-config": "3.1.0",
22
- "@rushstack/heft": "0.48.0",
23
- "@rushstack/heft-node-rig": "1.11.0",
24
- "@rushstack/stream-collator": "4.0.207",
25
- "@rushstack/ts-command-line": "4.12.4",
26
- "@rushstack/terminal": "0.3.76",
20
+ "@microsoft/rush-lib": "5.82.0",
21
+ "@rushstack/eslint-config": "3.1.1",
22
+ "@rushstack/heft": "0.48.6",
23
+ "@rushstack/heft-node-rig": "1.11.6",
24
+ "@rushstack/stream-collator": "4.0.213",
25
+ "@rushstack/ts-command-line": "4.13.0",
26
+ "@rushstack/terminal": "0.3.82",
27
27
  "@types/heft-jest": "1.0.1",
28
28
  "@types/semver": "7.3.5",
29
29
  "@types/webpack-env": "1.13.0"