Skip to content

Commit

Permalink
bump pnpm to 9.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel committed Dec 13, 2024
1 parent d507a9f commit 1584c70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.11.0
version: 9.15.0

- name: Install node
uses: actions/[email protected]
Expand Down
5 changes: 3 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"engines": {
"node": "v18.17.1",
"pnpm": "v9.11.0"
"pnpm": "v9.15.0"
},
"pnpm": {
"overrides": {
Expand All @@ -119,5 +119,6 @@
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"braces": "3.0.3"
}
}
},
"packageManager": "[email protected]+sha1.8bfdb6d72b4d5fdf87d21d27f2bfbe2b21dd2629"
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

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

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

0 comments on commit 1584c70

Please sign in to comment.