Skip to content

Commit

Permalink
docs(website): fix broken config examples
Browse files Browse the repository at this point in the history
Closes #127
  • Loading branch information
syhner authored and JamieMason committed May 28, 2023
1 parent 73dba5d commit dc6c23c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"Luis Vieira (https://github.com/luisvieiragmr)",
"Marais Rossouw (https://github.com/maraisr)",
"Matt Sprague (https://github.com/uforic)",
"Siraj (https://github.com/Syhner)",
"Tom Fletcher (https://github.com/tom-fletcher)"
],
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions site/docs/config/semver-groups.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ and peer dependencies can be broader.
{
"range": "",
"dependencyTypes": [
"dependencies",
"prod",
"resolutions",
"overrides",
"pnpmOverrides",
Expand All @@ -88,13 +88,13 @@ and peer dependencies can be broader.
},
{
"range": "~",
"dependencyTypes": ["devDependencies"],
"dependencyTypes": ["dev"],
"dependencies": ["**"],
"packages": ["**"]
},
{
"range": "^",
"dependencyTypes": ["peerDependencies"],
"dependencyTypes": ["peer"],
"dependencies": ["**"],
"packages": ["**"]
}
Expand Down

0 comments on commit dc6c23c

Please sign in to comment.