Skip to content

Commit

Permalink
bump pnpm to 9.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel committed Jan 14, 2025
1 parent 2b3abd2 commit 51bbbfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 9.15.0
version: 9.15.4

- name: Install node
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"engines": {
"node": "18.17.1",
"pnpm": "^9.15.0"
"pnpm": "^9.15.4"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<!-- Frontend dependency versions -->
<node.version>v18.17.1</node.version>
<pnpm.version>v9.15.0</pnpm.version>
<pnpm.version>v9.15.4</pnpm.version>

<!-- Plugin versions -->
<fabric8-maven-plugin.version>0.45.1</fabric8-maven-plugin.version>
Expand Down

0 comments on commit 51bbbfb

Please sign in to comment.