Skip to content

Commit

Permalink
Fix: lock version of pnpm that we're using (#2140)
Browse files Browse the repository at this point in the history
I've noticed that the lock file sometimes flops between different
versions.

This should lock (haha) that down.
  • Loading branch information
KyleAMathews authored Dec 10, 2024
1 parent 309ac75 commit 4b8d280
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions website/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
2 changes: 2 additions & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"dev": "vitepress dev .",
"preview": "vitepress preview ."
},
"engineManager": "^[email protected]",
"devDependencies": {
"@redocly/cli": "^1.18.0",
"nodemon": "^3.1.4",
"pnpm": "^9.15.0",
"vitepress": "^1.3.1",
"vitepress-plugin-tabs": "^0.5.0",
"vue-tweet": "^2.3.1",
Expand Down

0 comments on commit 4b8d280

Please sign in to comment.