Skip to content

Commit 5f457a8

Browse files
committed
bump pnpm to 9.15.0
1 parent d507a9f commit 5f457a8

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/frontend_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: pnpm/[email protected]
2525
with:
26-
version: 9.11.0
26+
version: 9.15.0
2727

2828
- name: Install node
2929
uses: actions/[email protected]

frontend/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"eslint-plugin-prettier": "5.1.3",
8686
"eslint-plugin-react": "7.34.1",
8787
"eslint-plugin-react-hooks": "4.6.0",
88-
"fetch-mock": "9.11.0",
88+
"fetch-mock": "9.15.0",
8989
"jest": "29.7.0",
9090
"jest-environment-jsdom": "29.7.0",
9191
"jest-sonar-reporter": "2.0.0",
@@ -104,7 +104,7 @@
104104
},
105105
"engines": {
106106
"node": "v18.17.1",
107-
"pnpm": "v9.11.0"
107+
"pnpm": "v9.15.0"
108108
},
109109
"pnpm": {
110110
"overrides": {
@@ -119,5 +119,6 @@
119119
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
120120
"braces": "3.0.3"
121121
}
122-
}
122+
},
123+
"packageManager": "[email protected]+sha1.8bfdb6d72b4d5fdf87d21d27f2bfbe2b21dd2629"
123124
}

frontend/src/components/common/Icons/SunIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const SunIcon: React.FC = () => {
3232
fill={theme.icons.sunIcon}
3333
/>
3434
<path
35-
d="M11.9497 2.95018C11.7012 3.19869 11.2983 3.19869 11.0498 2.95018C10.8013 2.70166 10.8013 2.29874 11.0498 2.05022C11.2983 1.80171 11.7012 1.80171 11.9497 2.05022C12.1983 2.29874 12.1983 2.70166 11.9497 2.95018Z"
35+
d="M11.9497 2.95018C11.7012 3.19869 11.2983 3.19869.15.0498 2.95018C10.8013 2.70166 10.8013 2.29874 11.0498 2.05022C11.2983 1.80171 11.7012 1.80171 11.9497 2.05022C12.1983 2.29874 12.1983 2.70166 11.9497 2.95018Z"
3636
fill={theme.icons.sunIcon}
3737
/>
3838
<path

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
<!-- Frontend dependency versions -->
6262
<node.version>v18.17.1</node.version>
63-
<pnpm.version>v9.11.0</pnpm.version>
63+
<pnpm.version>v9.15.0</pnpm.version>
6464

6565
<!-- Plugin versions -->
6666
<fabric8-maven-plugin.version>0.45.1</fabric8-maven-plugin.version>

0 commit comments

Comments
 (0)