Skip to content

Commit

Permalink
fix: bump non-breaking dependencies (#539)
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

- **New Features**
- Updated React and React-DOM across various packages to version 18.3.1
for enhanced features and performance improvements.
- Upgraded `@tailwindcss/typography` to version 0.5.13 for improved
styling capabilities.
- Updated `@floating-ui/react` to version 0.26.13 for better floating UI
interactions.
- Advanced `tailwindcss` to version 3.4.3, ensuring compatibility with
the latest design trends.

- **Chores**
- Simplified the `files` array in package configurations to streamline
package structures.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
aversini authored Apr 28, 2024
1 parent 2986d12 commit 2826c44
Show file tree
Hide file tree
Showing 13 changed files with 293 additions and 302 deletions.
4 changes: 2 additions & 2 deletions examples/with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@versini/ui-icons": "workspace:../../packages/ui-icons",
"@versini/ui-styles": "workspace:../../packages/ui-styles",
"@versini/ui-system": "workspace:../../packages/ui-system",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/with-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@versini/ui-icons": "workspace:../../packages/ui-icons",
"@versini/ui-styles": "workspace:../../packages/ui-styles",
"@versini/ui-system": "workspace:../../packages/ui-system",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"css-loader": "7.1.1",
Expand Down
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.3",
"@versini/dev-dependencies-client": "4.1.23",
"@versini/dev-dependencies-types": "1.1.11"
"@versini/dev-dependencies-client": "4.1.24",
"@versini/dev-dependencies-types": "1.1.12"
},
"packageManager": "[email protected]+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3"
}
4 changes: 2 additions & 2 deletions packages/bundlesize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@versini/ui-hooks": "workspace:../ui-hooks",
"@versini/ui-icons": "workspace:../ui-icons",
"@versini/ui-system": "workspace:../ui-system",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
6 changes: 3 additions & 3 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@ladle/react": "4.0.3"
},
"dependencies": {
"@tailwindcss/typography": "0.5.12",
"@tailwindcss/typography": "0.5.13",
"@versini/ui-components": "workspace:../ui-components",
"@versini/ui-form": "workspace:../ui-form",
"@versini/ui-icons": "workspace:../ui-icons",
Expand All @@ -29,8 +29,8 @@
"clsx": "2.1.1",
"prismjs": "1.29.0",
"prism-react-renderer": "2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.3"
}
}
14 changes: 5 additions & 9 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 @@ -41,22 +39,20 @@
"@floating-ui/react": "0.26.13",
"fast-equals": "5.0.1",
"micro-memoize": "4.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@versini/ui-styles": "workspace:../ui-styles"
},
"dependencies": {
"@floating-ui/react": "0.26.13",
"@tailwindcss/typography": "0.5.12",
"@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"]
}
4 changes: 2 additions & 2 deletions packages/ui-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"test": "vitest run"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@versini/ui-components": "workspace:../ui-components",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"test": "vitest run"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/ui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"test": "vitest run"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@versini/ui-private": "workspace:../ui-private"
Expand Down
10 changes: 5 additions & 5 deletions packages/ui-private/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"test": "vitest run"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@versini/ui-styles": "workspace:../ui-styles",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"dependencies": {
"@floating-ui/react": "0.26.12",
"@floating-ui/react": "0.26.13",
"@versini/ui-hooks": "workspace:../ui-hooks",
"clsx": "2.1.1"
},
Expand Down
6 changes: 2 additions & 4 deletions packages/ui-styles/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 @@ -32,7 +30,7 @@
"test": "cross-env-shell NODE_ENV=test vitest run"
},
"dependencies": {
"@tailwindcss/typography": "0.5.12",
"@tailwindcss/typography": "0.5.13",
"culori": "4.0.1",
"tailwindcss": "3.4.3"
}
Expand Down
16 changes: 6 additions & 10 deletions packages/ui-system/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,21 +36,19 @@
"test": "vitest run"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@versini/ui-styles": "workspace:../ui-styles",
"@versini/ui-components": "workspace:../ui-components",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"dependencies": {
"@versini/ui-private": "workspace:../ui-private",
"clsx": "2.1.1",
"tailwindcss": "3.4.3"
},
"sideEffects": [
"**/*.css"
]
"sideEffects": ["**/*.css"]
}
Loading

0 comments on commit 2826c44

Please sign in to comment.