Skip to content

Commit

Permalink
chore: bump volta pnpm version
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Nov 20, 2024
1 parent c4a8908 commit 3b49a65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"volta": {
"node": "22.11.0",
"pnpm": "9.13.2"
"pnpm": "9.14.2"
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"repository": {
"type": "git",
"url": "https://github.com/sap/e-mobility-charging-stations-simulator.git"
Expand Down
2 changes: 1 addition & 1 deletion src/charging-station/ocpp/OCPPServiceUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1303,8 +1303,8 @@ export class OCPPServiceUtils {
public static readonly isIdTagAuthorized = isIdTagAuthorized
public static readonly restoreConnectorStatus = restoreConnectorStatus
public static readonly sendAndSetConnectorStatus = sendAndSetConnectorStatus
protected static buildSampledValue = buildSampledValue

protected static buildSampledValue = buildSampledValue
protected static getSampledValueTemplate = getSampledValueTemplate

protected constructor () {
Expand Down
4 changes: 2 additions & 2 deletions ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"volta": {
"node": "22.11.0",
"pnpm": "9.13.2"
"pnpm": "9.14.2"
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"type": "module",
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit 3b49a65

Please sign in to comment.