Skip to content

Commit

Permalink
chore: Fix syncpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfcmf committed Nov 10, 2024
1 parent 5be27ef commit 4f28632
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .syncpackrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"label": "All dependencies should use the same Node.js types.",
"dependencies": ["@types/node"],
"pinVersion": "^18"
"pinVersion": "^18.19.64"
},
{
"label": "Example Docs must always use the local version of the search plugin",
Expand All @@ -15,15 +15,13 @@
"label": "The Docusaurus dev dependencies must all have the highest version supported by the plugin.",
"packages": ["**"],
"dependencies": ["@docusaurus/**"],
"dependencyTypes": ["dev"],
"dependencyTypes": ["dev", "prod"],
"pinVersion": "catalog:"
},
{
"label": "The Docusaurus peer dependencies must all have the lowest version supported by the plugin.",
"packages": ["**"],
"dependencies": ["@docusaurus/**"],
"dependencyTypes": ["peer"],
"pinVersion": "^2.0.0"
"dependencies": ["clsx"],
"dependencyTypes": ["prod"],
"isIgnored": true
}
]
}

0 comments on commit 4f28632

Please sign in to comment.