Skip to content

Commit

Permalink
fix: syncpack
Browse files Browse the repository at this point in the history
  • Loading branch information
markmartirosian committed Jul 5, 2023
1 parent 0b4c1cb commit eec6b1d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .syncpackrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"strategy": "versionsByName"
}
},
"versionGroups": [
{
"packages": ["**"],
"dependencies": ["@yeuxjs/**"],
"isIgnored": true
}
],
"semverGroups": [
{
"dependencies": ["**"],
Expand Down
4 changes: 2 additions & 2 deletions packages/yeux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@pnpm/read-package-json": "^8.0.2",
"@rollup/pluginutils": "^5.0.2",
"@yeuxjs/types": "^0.0.0",
"@yeuxjs/write-assets": "^0.0.0",
"@yeuxjs/types": "workspace:*",
"@yeuxjs/write-assets": "workspace:*",
"arg": "^5.0.2",
"body-parser": "^1.20.2",
"builtin-modules": "^3.3.0",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eec6b1d

Please sign in to comment.