Skip to content

Commit

Permalink
fix: bump prod dependencies (#546)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the package manager version to enhance tool compatibility and
security.
  
- **Refactor**
- Streamlined the file inclusion list and side effects settings in UI
component packages for better build optimization.
- Updated peer and direct dependencies to improve compatibility and
stability of floating UI elements.

- **Style**
- Improved formatting in package configuration for cleaner and more
maintainable code.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
aversini authored May 13, 2024
1 parent 3a865cb commit ee97a88
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"@versini/dev-dependencies-client": "4.1.25",
"@versini/dev-dependencies-types": "1.1.13"
},
"packageManager": "[email protected].0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394"
"packageManager": "[email protected].1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b"
}
12 changes: 4 additions & 8 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build:check": "tsc",
"build:js": "vite build",
Expand All @@ -38,7 +36,7 @@
"test": "vitest run"
},
"peerDependencies": {
"@floating-ui/react": "0.26.13",
"@floating-ui/react": "0.26.14",
"fast-equals": "5.0.1",
"micro-memoize": "4.1.2",
"react": "^18.3.1",
Expand All @@ -48,15 +46,13 @@
"@versini/ui-styles": "workspace:../ui-styles"
},
"dependencies": {
"@floating-ui/react": "0.26.13",
"@floating-ui/react": "0.26.14",
"@tailwindcss/typography": "0.5.13",
"@versini/ui-hooks": "workspace:../ui-hooks",
"@versini/ui-icons": "workspace:../ui-icons",
"@versini/ui-private": "workspace:../ui-private",
"clsx": "2.1.1",
"tailwindcss": "3.4.3"
},
"sideEffects": [
"**/*.css"
]
"sideEffects": ["**/*.css"]
}
10 changes: 3 additions & 7 deletions packages/ui-private/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build:check": "tsc",
"build:js": "vite build",
Expand All @@ -43,11 +41,9 @@
"react-dom": "18.3.1"
},
"dependencies": {
"@floating-ui/react": "0.26.13",
"@floating-ui/react": "0.26.14",
"@versini/ui-hooks": "workspace:../ui-hooks",
"clsx": "2.1.1"
},
"sideEffects": [
"**/*.css"
]
"sideEffects": ["**/*.css"]
}
14 changes: 7 additions & 7 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 ee97a88

Please sign in to comment.