Skip to content

Commit

Permalink
Merge pull request #74 from Lombiq/issue/OSOE-603
Browse files Browse the repository at this point in the history
OSOE-603: Upgrade to pnpm@8
  • Loading branch information
sarahelsaig authored Aug 17, 2023
2 parents 026ed1d + 2c1bea4 commit b8a72eb
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 253 deletions.
2 changes: 1 addition & 1 deletion Lombiq.Privacy.Samples/Lombiq.Privacy.Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulExtensions" Version="6.1.0" />
<PackageReference Include="Lombiq.HelpfulExtensions" Version="6.1.1" />
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' != 'true'">
Expand Down
2 changes: 1 addition & 1 deletion Lombiq.Privacy/Lombiq.Privacy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="7.0.0" />
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.2.5" />
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.3.0" />
</ItemGroup>

<Import Condition="'$(NuGetBuild)' != 'true'" Project="..\..\..\Utilities\Lombiq.NodeJs.Extensions\Lombiq.NodeJs.Extensions\Lombiq.NodeJs.Extensions.targets" />
Expand Down
12 changes: 6 additions & 6 deletions Lombiq.Privacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"watch": "npm explore nodejs-extensions -- pnpm watch:styles"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "^1.0.3",
"eslint-plugin-promise": "^6.1.0"
"eslint": "8.45.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-promise": "6.1.1"
}
}
Loading

0 comments on commit b8a72eb

Please sign in to comment.