Skip to content

Commit

Permalink
build: bump volta pnpm version
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
  • Loading branch information
Jérôme Benoit committed Apr 16, 2024
1 parent 6eddb71 commit c839fee
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 73 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": "20.12.2",
"pnpm": "9.0.0"
"pnpm": "9.0.1"
},
"packageManager": "pnpm@9.0.0",
"packageManager": "pnpm@9.0.1",
"repository": {
"type": "git",
"url": "https://github.com/sap/e-mobility-charging-stations-simulator.git"
Expand Down
136 changes: 68 additions & 68 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.0.0"
"pnpm": "9.0.1"
},
"packageManager": "pnpm@9.0.0",
"packageManager": "pnpm@9.0.1",
"type": "module",
"scripts": {
"build": "vite build",
Expand All @@ -29,7 +29,7 @@
"dependencies": {
"finalhandler": "^1.2.0",
"serve-static": "^1.15.0",
"vue": "^3.4.22",
"vue": "^3.4.23",
"vue-router": "^4.3.0",
"vue-toast-notification": "^3.1.2"
},
Expand Down

0 comments on commit c839fee

Please sign in to comment.