Skip to content

Commit

Permalink
fix: bump non-breaking dependencies to latest (#553)
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 dependencies across various packages for improved stability
and performance.
- Removed unnecessary line breaks in configuration files for cleaner
structure.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
aversini authored May 20, 2024
1 parent ed71ecd commit 1f6a6e5
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 340 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@node-cli/bundlesize": "4.0.4",
"@versini/dev-dependencies-client": "5.0.0",
"@versini/dev-dependencies-types": "1.2.0"
"@versini/dev-dependencies-client": "5.0.1",
"@versini/dev-dependencies-types": "1.2.1"
},
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b"
}
10 changes: 3 additions & 7 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 Down Expand Up @@ -45,15 +43,13 @@
"@versini/ui-styles": "workspace:../ui-styles"
},
"dependencies": {
"@floating-ui/react": "0.26.14",
"@floating-ui/react": "0.26.16",
"@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.14",
"@floating-ui/react": "0.26.16",
"@versini/ui-hooks": "workspace:../ui-hooks",
"clsx": "2.1.1"
},
"sideEffects": [
"**/*.css"
]
"sideEffects": ["**/*.css"]
}
Loading

0 comments on commit 1f6a6e5

Please sign in to comment.