Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"syncpack": "^13.0.2",
"typescript": "~5.4.5"
},
"packageManager": "pnpm@9.15.7+sha512.ed98f9c748442673c46964b70345bd2282c9b305e8eae539b34ab31d6ef24ef8dd59d8b55f27466f705500b009d9c113471cf87e544f3d5036b297330c26e996",
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
"engines": {
"node": ">=20.15.1"
},
Expand Down Expand Up @@ -146,9 +146,11 @@
]
},
"overrideComments": [
"oclif includes some AWS-related features, but we don't use them, so we override those dependencies with empty packages. This helps reduce lockfile churn since the deps release very frequently."
"oclif includes some AWS-related features, but we don't use them, so we override those dependencies with empty packages. This helps reduce lockfile churn since the deps release very frequently.",
"@types/node: To avoid duplicating the oclif package and adding a bunch of dependencies, force @types/node to a single version. For some reason version 22.8.0 can't be overridden, so use that to ensure a single version"
],
"overrides": {
"@types/node": "^22.8.0",
"json5@<1.0.2": "^1.0.2",
"json5@>=2.0.0 <2.2.2": "^2.2.2",
"qs": "^6.11.0",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/packages/build-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"@types/issue-parser": "^3.0.5",
"@types/mdast": "^4.0.4",
"@types/mocha": "^10.0.9",
"@types/node": "^18.19.59",
"@types/node": "^22.8.0",
"@types/prettier": "^2.7.3",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.7.0",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/packages/build-infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@types/fs-extra": "^11.0.4",
"@types/micromatch": "^4.0.9",
"@types/mocha": "^10.0.9",
"@types/node": "^18.19.59",
"@types/node": "^22.8.0",
"@types/semver": "^7.7.0",
"c8": "^10.1.3",
"chai": "^5.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.11"
}
},
"packageManager": "[email protected]+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build-tools/packages/build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/glob": "^7.2.0",
"@types/lodash.isequal": "^4.5.8",
"@types/mocha": "^10.0.9",
"@types/node": "^18.19.59",
"@types/node": "^22.8.0",
"@types/rimraf": "^2.0.5",
"@types/semver": "^7.7.0",
"eslint": "~8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/packages/bundle-size-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@microsoft/api-extractor": "^7.52.11",
"@types/msgpack-lite": "^0.1.11",
"@types/node": "^18.19.59",
"@types/node": "^22.8.0",
"@types/pako": "^2.0.3",
"copyfiles": "^2.4.1",
"eslint": "~8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/packages/version-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@oclif/test": "^4.1.0",
"@types/chai": "^5.2.1",
"@types/mocha": "^10.0.9",
"@types/node": "^18.19.59",
"@types/node": "^22.8.0",
"@types/semver": "^7.7.0",
"c8": "^10.1.3",
"chai": "^5.2.1",
Expand Down
Loading
Loading