@trycompai/design-system 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycompai/design-system",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Design system for Comp AI - shadcn-style components with Tailwind CSS",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -65,12 +65,6 @@
65
65
  "shadcn",
66
66
  "ui"
67
67
  ],
68
- "scripts": {
69
- "clean": "rm -rf .turbo node_modules",
70
- "format": "prettier --write .",
71
- "lint": "prettier --check .",
72
- "typecheck": "tsc --noEmit"
73
- },
74
68
  "dependencies": {
75
69
  "@base-ui/react": "^1.0.0",
76
70
  "@carbon/icons-react": "^11.72.0",
@@ -97,7 +91,6 @@
97
91
  "tailwindcss": "^4.0.0"
98
92
  },
99
93
  "devDependencies": {
100
- "@repo/typescript-config": "workspace:*",
101
94
  "@tailwindcss/postcss": "^4.1.10",
102
95
  "@types/node": "^22.18.0",
103
96
  "@types/react": "^19.2.7",
@@ -106,6 +99,13 @@
106
99
  "react": "^19.1.1",
107
100
  "react-dom": "^19.1.0",
108
101
  "tailwindcss": "^4.1.8",
109
- "typescript": "^5.9.3"
102
+ "typescript": "^5.9.3",
103
+ "@repo/typescript-config": "0.0.0"
104
+ },
105
+ "scripts": {
106
+ "clean": "rm -rf .turbo node_modules",
107
+ "format": "prettier --write .",
108
+ "lint": "prettier --check .",
109
+ "typecheck": "tsc --noEmit"
110
110
  }
111
- }
111
+ }