-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: lock version of pnpm that we're using (#2140)
I've noticed that the lock file sometimes flops between different versions. This should lock (haha) that down.
- Loading branch information
1 parent
309ac75
commit 4b8d280
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
engine-strict=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|