Skip to content

Commit b23d251

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent a4784c5 commit b23d251

4 files changed

Lines changed: 63 additions & 1015 deletions

File tree

apps/web/tailwind.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
// import { createPreset } from "fumadocs-ui/tailwind-plugin";
2-
31
/** @type {import('tailwindcss').Config} */
4-
export default {
2+
module.exports = {
53
darkMode: ["class"],
6-
// presets: [createPreset()],
74
content: [
85
"./src/**/*.{js,ts,jsx,tsx,mdx}",
96
"../../packages/ui/src/**/*.{js,ts,jsx,tsx}",

packages/ui-chrome/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@workspace/i18n": "workspace:*",
4646
"next": "catalog:",
4747
"next-intl": "catalog:",
48-
"react": "^19.1.2",
49-
"react-dom": "^19.1.2"
48+
"react": "catalog:",
49+
"react-dom": "catalog:"
5050
},
5151
"dependencies": {
5252
"@inkeep/cxkit-react": "^0.5.117",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
},
4747
"peerDependencies": {
4848
"next": "catalog:",
49-
"react": "^19.1.2",
50-
"react-dom": "^19.1.2"
49+
"react": "catalog:",
50+
"react-dom": "catalog:"
5151
},
5252
"dependencies": {
5353
"@radix-ui/react-accordion": "^1.2.12",

0 commit comments

Comments
 (0)