Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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: 3 additions & 3 deletions api/spfx-template-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@microsoft/spfx-heft-plugins": "1.22.2",
"@rushstack/node-core-library": "~5.21.0",
"@rushstack/terminal": "~0.22.4",
"@rushstack/node-core-library": "~5.23.1",
"@rushstack/terminal": "~0.23.0",
"adm-zip": "^0.5.16",
"cli-table3": "^0.6.5",
"ejs": "^3.1.10",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"@microsoft/spfx-cli-build-rig": "workspace:*",
"@rushstack/heft": "^1.2.9",
"@rushstack/heft": "^1.2.15",
"@types/adm-zip": "^0.5.5",
"@types/ejs": "^3.1.5",
"@types/lodash": "^4.17.18",
Expand Down
8 changes: 4 additions & 4 deletions apps/spfx-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
},
"dependencies": {
"@microsoft/spfx-template-api": "workspace:*",
"@rushstack/node-core-library": "~5.21.0",
"@rushstack/ts-command-line": "~5.3.4",
"@rushstack/terminal": "~0.22.4",
"@rushstack/node-core-library": "~5.23.1",
"@rushstack/ts-command-line": "~5.3.8",
"@rushstack/terminal": "~0.23.0",
"zod": "^4.1.5"
},
"devDependencies": {
"@microsoft/spfx-cli-build-rig": "workspace:*",
"@rushstack/heft": "^1.2.9",
"@rushstack/heft": "^1.2.15",
"eslint": "9.37.0"
}
}
2 changes: 1 addition & 1 deletion common/autoinstallers/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@rushstack/rush-published-versions-json-plugin": "0.1.2"
"@rushstack/rush-published-versions-json-plugin": "0.1.8"
}
}
147 changes: 53 additions & 94 deletions common/autoinstallers/plugins/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@microsoft/spfx-cli"
}
],
"packageName": "@microsoft/spfx-cli",
"email": "iclanton@users.noreply.github.com"
}
2 changes: 1 addition & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* instead of the latest version.
*/
// "some-library": "1.2.3"
"@rushstack/heft": "^1.2.9",
"@rushstack/heft": "^1.2.15",
"fast-xml-parser": "^5.3.5"
},

Expand Down
Loading
Loading