Skip to content

Commit

Permalink
Merge pull request #35 from aversini/chore-migrate-to-yarn-v4
Browse files Browse the repository at this point in the history
chore: migrate to yarn v4
  • Loading branch information
aversini authored Nov 11, 2023
2 parents 9715031 + b012e70 commit b475a5c
Show file tree
Hide file tree
Showing 5 changed files with 10,728 additions and 7,766 deletions.
Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
},
"devDependencies": {
"@versini/dev-dependencies-client": "1.1.1"
}
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@floating-ui/react": "^0.26.1",
"@tailwindcss/typography": "^0.5.10",
"clsx": "^2.0.0",
"uuid": "^9.0.1",
"tailwindcss": "^3.3.5"
"tailwindcss": "^3.3.5",
"uuid": "^9.0.1"
},
"sideEffects": [
"**/*.css"
Expand Down
Loading

0 comments on commit b475a5c

Please sign in to comment.