Skip to content

Commit

Permalink
Update PNPM version to match Language Forge (#1033)
Browse files Browse the repository at this point in the history
For now, this just bumps the PNPM version to be 9.1.2, same version as
Language Forge. We'll bump it to the most recent version in a later PR.
  • Loading branch information
rmunn authored Aug 30, 2024
1 parent 4cb9103 commit e8e33c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "frontend",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@9.1.2",
"engines": {
"node": ">=20"
"node": ">=20",
"pnpm": ">=9"
},
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit e8e33c8

Please sign in to comment.