Skip to content

Commit 62a34ea

Browse files
committed
fix test
1 parent eeabeae commit 62a34ea

File tree

5 files changed

+69
-5
lines changed

5 files changed

+69
-5
lines changed

build-tests/heft-typescript-v3-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"_phase:test": "heft run --only test -- --clean"
1212
},
1313
"devDependencies": {
14-
"@microsoft/api-extractor": "workspace:*",
14+
"@microsoft/api-extractor": "7.57.7",
1515
"@rushstack/heft": "workspace:*",
1616
"@rushstack/heft-api-extractor-plugin": "workspace:*",
1717
"@rushstack/heft-jest-plugin": "workspace:*",

common/config/subspaces/default/common-versions.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@
141141
"ts3.9",
142142
"ts4.9"
143143
],
144+
// This is used by the heft TS 3 build test
145+
"@microsoft/api-extractor": ["7.57.7"],
144146
"@rushstack/eslint-config": [
145147
// This is used by the ESLint 7 build tests
146148
"3.7.1"

common/config/subspaces/default/pnpm-lock.yaml

Lines changed: 63 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "8821e1e50d94962f6d01f6b347c1a79a584bc961",
3+
"pnpmShrinkwrapHash": "fd7d2a406cb26f2d2d08e558c13e4a65fb3630fb",
44
"preferredVersionsHash": "029c99bd6e65c5e1f25e2848340509811ff9753c"
55
}

rush.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,8 @@
963963
"packageName": "heft-typescript-v3-test",
964964
"projectFolder": "build-tests/heft-typescript-v3-test",
965965
"reviewCategory": "tests",
966-
"shouldPublish": false
966+
"shouldPublish": false,
967+
"decoupledLocalDependencies": ["@microsoft/api-extractor"]
967968
},
968969
{
969970
"packageName": "heft-typescript-v4-test",

0 commit comments

Comments
 (0)