Skip to content

Commit

Permalink
chore: remove pnpm engine constraint in package.jsons
Browse files Browse the repository at this point in the history
Note this change also removes the last references to when we used Volta
in the project. Volta isn't used anymore as all software comes from the
Nix flake.

Signed-off-by: Fletcher Nichol <[email protected]>
  • Loading branch information
fnichol committed Jan 3, 2025
1 parent 1810d02 commit 9aceed9
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 55 deletions.
3 changes: 0 additions & 3 deletions app/auth-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,5 @@
"vite-plugin-markdown": "^2.2.0",
"vite-svg-loader": "^3.4.0",
"vue-tsc": "^1.8.27"
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 0 additions & 3 deletions app/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"vitepress": "~1.0.2",
"vitepress-plugin-lightbox": "^1.0.2"
},
"volta": {
"extends": "../../package.json"
},
"dependencies": {
"dotenv": "^16.0.3",
"posthog-js": "^1.148.2"
Expand Down
3 changes: 0 additions & 3 deletions app/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,5 @@
"vite-plugin-checker": "^0.6.4",
"vite-svg-loader": "^3.4.0",
"vue-tsc": "^1.8.27"
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 0 additions & 3 deletions bin/auth-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,5 @@
],
"before": "test/helpers/global-setup.ts",
"after": "test/helpers/global-teardown.ts"
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 0 additions & 3 deletions bin/lang-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@
"typescript": "^4.9.5",
"vm2": "^3.9.19"
},
"volta": {
"extends": "../../package.json"
},
"tsup": {
"entry": [
"src/index.ts"
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
"whichnode": "which node"
},
"engines": {
"node": ">=18 <19",
"pnpm": ">=8 <9"
},
"volta": {
"node": "18.16.0",
"pnpm": "8.5.0"
"node": ">=18 <19"
},
"packageManager": "[email protected]"
}
3 changes: 1 addition & 2 deletions third-party/node/turbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"turbo": "^1.10.3"
},
"engines": {
"node": ">=18 <19",
"pnpm": ">=8 <9"
"node": ">=18 <19"
},
"packageManager": "[email protected]"
}
69 changes: 37 additions & 32 deletions third-party/node/turbo/pnpm-lock.yaml

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

0 comments on commit 9aceed9

Please sign in to comment.