Skip to content

Commit

Permalink
fix: Adjust peer deps in example and syncpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Schlonsok committed Mar 8, 2024
1 parent e3a361b commit ecebf00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .syncpackrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"packages": ["**"],
"dependencies": ["@docusaurus/**"],
"dependencyTypes": ["peer"],
"pinVersion": "^2.0.0"
"pinVersion": "^2.0.0 || ~3.1"
},
{
"label": "All dependencies should follow the versions of the search plugin",
Expand Down
6 changes: 3 additions & 3 deletions packages/example-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"name": "example-docs",
"private": true,
"scripts": {
Expand All @@ -12,8 +12,8 @@
"clsx": "^1.1.1"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0",
"@docusaurus/preset-classic": "^2.0.0",
"@docusaurus/core": "^2.0.0 || ~3.1",
"@docusaurus/preset-classic": "^2.0.0 || ~3.1",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
Expand Down

0 comments on commit ecebf00

Please sign in to comment.