Skip to content

Commit

Permalink
Merge pull request #91 from aversini/fix-bump-non-breaking-dependencies
Browse files Browse the repository at this point in the history
fix: bump non-breaking dependencies
  • Loading branch information
aversini authored Nov 27, 2023
2 parents 9a86ee6 + 1633835 commit 9b302ef
Show file tree
Hide file tree
Showing 3 changed files with 663 additions and 260 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"test": "lerna run test"
},
"devDependencies": {
"@versini/dev-dependencies-client": "1.2.1"
},
"resolutions": {
"prettier": "3.0.3"
"@versini/dev-dependencies-client": "1.2.3"
},
"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 @@ -33,14 +33,14 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@floating-ui/react": "0.26.2",
"@floating-ui/react": "0.26.3",
"culori": "3.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.5"
},
"dependencies": {
"@floating-ui/react": "0.26.2",
"@floating-ui/react": "0.26.3",
"clsx": "2.0.0",
"nanoid": "5.0.3",
"tailwindcss": "3.3.5",
Expand Down
Loading

0 comments on commit 9b302ef

Please sign in to comment.