Skip to content

Commit 0094f6c

Browse files
committed
Update pcf-tools, update node version
1 parent 1ca293d commit 0094f6c

File tree

4 files changed

+28
-22
lines changed

4 files changed

+28
-22
lines changed

control/control.pcfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
1919
</PropertyGroup>
2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.PowerApps.MSBuild.Pcf" Version="1.43.6" />
21+
<PackageReference Include="Microsoft.PowerApps.MSBuild.Pcf" Version="1.48.2" />
2222
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
2323
</ItemGroup>
2424
<ItemGroup>

control/package-lock.json

Lines changed: 23 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

control/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@microsoft/eslint-plugin-power-apps": "^0.2.33",
1919
"@types/jest": "^29.5.12",
20-
"@types/node": "^20.12.12",
20+
"@types/node": "^24.5.1",
2121
"@types/powerapps-component-framework": "^1.3.16",
2222
"@types/react": "16.14.5",
2323
"@types/react-dom": "^16.9.19",
@@ -26,8 +26,8 @@
2626
"@typescript-eslint/parser": "^6.21.0",
2727
"jest": "^29.7.0",
2828
"jest-environment-jsdom": "^29.7.0",
29-
"pcf-scripts": "^1.43.6",
30-
"pcf-start": "^1.43.6",
29+
"pcf-scripts": "^1.48.2",
30+
"pcf-start": "^1.48.2",
3131
"ts-jest": "^29.1.3",
3232
"typescript": "^5.4.5"
3333
},

solution/solution.cdsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<SolutionPackageMapFilePath>$(MSBuildThisFileDirectory)\src\map.xml</SolutionPackageMapFilePath>
1919
</PropertyGroup>
2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.PowerApps.MSBuild.Solution" Version="1.43.6" />
21+
<PackageReference Include="Microsoft.PowerApps.MSBuild.Solution" Version="1.48.2" />
2222
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
2323
</ItemGroup>
2424
<ItemGroup>

0 commit comments

Comments
 (0)