Skip to content

Commit

Permalink
fix: add v7 to pnpm
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Tomasi <[email protected]>
  • Loading branch information
dtomasi committed May 7, 2024
1 parent 995d9a9 commit 076916f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pnpm.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ platform "darwin" "arm64" {
}
}

version "8.14.1" "8.14.2" "8.14.3" "8.15.0" "8.15.1" "8.15.2" "8.15.3" "8.15.4"
"8.15.5" "8.15.6" "8.15.7" "9.0.1" "9.0.2" "9.0.4" "9.0.5" "9.0.6" {
version "7.33.7" "8.14.1" "8.14.2" "8.14.3" "8.15.0" "8.15.1" "8.15.2" "8.15.3"
"8.15.4" "8.15.5" "8.15.6" "8.15.7" "9.0.1" "9.0.2" "9.0.4" "9.0.5" "9.0.6" {
auto-version {
github-release = "pnpm/pnpm"
}
Expand Down Expand Up @@ -102,4 +102,7 @@ sha256sums = {
"https://github.com/pnpm/pnpm/releases/download/v9.0.6/pnpm-linux-x64": "cd2f18b157b845433ae97b59bc6dd9e2cab537d5c02a4059a11dd0e0b0f121b8",
"https://github.com/pnpm/pnpm/releases/download/v9.0.6/pnpm-macos-arm64": "33c45cdd09af4d09986b9a39d1bd7ff6132737ea1f4c810aa1f3769844d3e9db",
"https://github.com/pnpm/pnpm/releases/download/v9.0.6/pnpm-macos-x64": "e67c6f8af513beb99f1d47ed7082bceb97846484a36827d2f0bb3578b780ad35",
"https://github.com/pnpm/pnpm/releases/download/v7.33.7/pnpm-linux-x64": "ee39e4fc291bd83a0cdf2087cc9de29c0ff7a7999edff845959ca08483f0cca0",
"https://github.com/pnpm/pnpm/releases/download/v7.33.7/pnpm-macos-x64": "c7a61225622b930ff8f1340978f99aed7fad60ce9786e9df43b85294fa5cac6a",
"https://github.com/pnpm/pnpm/releases/download/v7.33.7/pnpm-macos-arm64": "0e33b74ca8e2407e07f8be499e7e36531e239b81a627396f559e48270a0c012f",
}

0 comments on commit 076916f

Please sign in to comment.