@octanejs/shadcn 0.0.34 → 0.0.35

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 (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -5,6 +5,13 @@ of the **Radix base** of [shadcn-ui/ui](https://github.com/shadcn-ui/ui) onto
5
5
  octane's hooks and native events, built on
6
6
  [`@octanejs/radix`](../radix).
7
7
 
8
+ ## Installation
9
+
10
+ ```sh
11
+ npm install @octanejs/shadcn
12
+ pnpm add @octanejs/shadcn
13
+ ```
14
+
8
15
  Upstream pin: `shadcn-ui/ui@4baadbc6` + CLI `shadcn@4.14.1`.
9
16
 
10
17
  ## What ships
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octanejs/shadcn",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "engines": {
@@ -153,14 +153,14 @@
153
153
  "class-variance-authority": "0.7.1",
154
154
  "clsx": "^2.1.1",
155
155
  "tailwind-merge": "3.6.0",
156
- "@octanejs/aria": "0.0.43",
157
- "@octanejs/base-ui": "0.1.47",
158
- "@octanejs/lucide": "0.1.44",
159
- "@octanejs/radix": "0.1.48",
160
- "@octanejs/sonner": "0.1.44"
156
+ "@octanejs/aria": "0.0.44",
157
+ "@octanejs/base-ui": "0.1.48",
158
+ "@octanejs/lucide": "0.1.45",
159
+ "@octanejs/radix": "0.1.49",
160
+ "@octanejs/sonner": "0.1.45"
161
161
  },
162
162
  "peerDependencies": {
163
- "octane": "0.1.49"
163
+ "octane": "0.1.50"
164
164
  },
165
165
  "devDependencies": {
166
166
  "@tsrx/react": "^0.2.61",
@@ -170,7 +170,7 @@
170
170
  "react": "^19.2.7",
171
171
  "react-dom": "^19.2.7",
172
172
  "vitest": "^4.1.10",
173
- "octane": "0.1.49"
173
+ "octane": "0.1.50"
174
174
  },
175
175
  "scripts": {
176
176
  "test": "vitest run",