Skip to content

Commit ddc4f48

Browse files
committed
Bump dependencies.
1 parent 0355420 commit ddc4f48

File tree

11 files changed

+5385
-4597
lines changed

11 files changed

+5385
-4597
lines changed

api-demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"description": "A code sample that illustrates usage of the API for @microsoft/tsdoc",
66
"license": "MIT",
77
"dependencies": {
8-
"@microsoft/tsdoc": "workspace:*",
8+
"@microsoft/tsdoc": "0.15.1",
99
"colors": "~1.4.0",
1010
"typescript": "~5.4.2"
1111
},
1212
"devDependencies": {
13-
"@rushstack/heft-node-rig": "~2.6.11",
14-
"@rushstack/heft": "^0.66.13",
13+
"@rushstack/heft-node-rig": "2.6.43",
14+
"@rushstack/heft": "0.68.9",
1515
"@types/heft-jest": "1.0.3",
1616
"@types/node": "14.18.36",
1717
"eslint": "~8.57.0",

common/config/rush/experiments.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Rush features. More documentation is available on the Rush website: https://rushjs.io
44
*/
55
{
6-
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/experiments.schema.json",
6+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/experiments.schema.json"
77

88
/**
99
* By default, 'rush install' passes --no-prefer-frozen-lockfile to 'pnpm install'.
@@ -49,12 +49,6 @@
4949
*/
5050
// "buildSkipWithAllowWarningsInSuccessfulBuild": true,
5151

52-
/**
53-
* If true, the phased commands feature is enabled. To use this feature, create a "phased" command
54-
* in common/config/rush/command-line.json.
55-
*/
56-
"phasedCommands": true
57-
5852
/**
5953
* If true, perform a clean install after when running `rush install` or `rush update` if the
6054
* `.npmrc` file has changed since the last install.

0 commit comments

Comments
 (0)