Skip to content

Commit dadc43c

Browse files
committed
fix: updateConfig example
1 parent 3a25224 commit dadc43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ With the above configuration pnpm will not print deprecation warnings about any
150150
Sometimes you can't update a dependency. For instance, the latest version of the dependency started to use ESM but your project is not yet in ESM. Annoyingly, such a package will be always printed out by the `pnpm outdated` command and updated, when running `pnpm update --latest`. However, you may list packages that you don't want to upgrade in the `ignoreDependencies` field:
151151

152152
```yaml
153-
updateConfig: {
153+
updateConfig:
154154
ignoreDependencies:
155155
- load-json-file
156156
```

0 commit comments

Comments
 (0)