@still-forest/canopy 0.52.0 → 0.53.0
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.
- package/dist/index.d.ts +28 -28
- package/dist/index.js +14865 -14867
- package/package.json +21 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@still-forest/canopy",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.53.0",
|
|
4
4
|
"author": "John Szymanowski",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "React components, built with Tailwind CSS, Shadcn, and VisX",
|
|
@@ -41,59 +41,46 @@
|
|
|
41
41
|
"release:dry-run": "release-it --dry-run"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@radix-ui/react-accordion": "^1.2.12",
|
|
45
|
-
"@radix-ui/react-checkbox": "^1.3.3",
|
|
46
|
-
"@radix-ui/react-collapsible": "^1.1.12",
|
|
47
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
48
|
-
"@radix-ui/react-label": "^2.1.7",
|
|
49
|
-
"@radix-ui/react-popover": "^1.1.15",
|
|
50
|
-
"@radix-ui/react-radio-group": "^1.3.8",
|
|
51
|
-
"@radix-ui/react-select": "^2.2.6",
|
|
52
|
-
"@radix-ui/react-separator": "^1.1.7",
|
|
53
|
-
"@radix-ui/react-slider": "^1.3.6",
|
|
54
|
-
"@radix-ui/react-slot": "^1.2.3",
|
|
55
|
-
"@radix-ui/react-switch": "^1.2.6",
|
|
56
|
-
"@radix-ui/react-tabs": "^1.1.13",
|
|
57
|
-
"@radix-ui/react-tooltip": "^1.2.8",
|
|
58
44
|
"cmdk": "^1.1.1",
|
|
59
45
|
"date-fns": "^4.1.0",
|
|
60
|
-
"lucide-react": "^0.
|
|
46
|
+
"lucide-react": "^0.563.0",
|
|
47
|
+
"radix-ui": "^1.4.3",
|
|
61
48
|
"react-day-picker": "^9.9.0",
|
|
62
49
|
"react-router": "^7.8.2",
|
|
63
50
|
"vaul": "^1.1.2"
|
|
64
51
|
},
|
|
65
52
|
"devDependencies": {
|
|
66
|
-
"@biomejs/biome": "2.3.
|
|
53
|
+
"@biomejs/biome": "2.3.13",
|
|
67
54
|
"@still-forest/biomejs-config": "2.2.0",
|
|
68
|
-
"@storybook/addon-docs": "10.1
|
|
69
|
-
"@storybook/addon-themes": "10.1
|
|
70
|
-
"@storybook/builder-vite": "10.1
|
|
71
|
-
"@storybook/react-vite": "10.1
|
|
55
|
+
"@storybook/addon-docs": "10.2.1",
|
|
56
|
+
"@storybook/addon-themes": "10.2.1",
|
|
57
|
+
"@storybook/builder-vite": "10.2.1",
|
|
58
|
+
"@storybook/react-vite": "10.2.1",
|
|
72
59
|
"@tailwindcss/vite": "4.1.18",
|
|
73
60
|
"@testing-library/jest-dom": "6.9.1",
|
|
74
|
-
"@testing-library/react": "16.3.
|
|
61
|
+
"@testing-library/react": "16.3.2",
|
|
75
62
|
"@testing-library/user-event": "14.6.1",
|
|
76
|
-
"@types/node": "24.10.
|
|
77
|
-
"@types/react": "19.2.
|
|
63
|
+
"@types/node": "24.10.9",
|
|
64
|
+
"@types/react": "19.2.10",
|
|
78
65
|
"@types/react-dom": "19.2.3",
|
|
79
66
|
"@vitejs/plugin-react": "5.1.2",
|
|
80
|
-
"@vitest/browser": "4.0.
|
|
81
|
-
"@vitest/coverage-v8": "4.0.
|
|
67
|
+
"@vitest/browser": "4.0.18",
|
|
68
|
+
"@vitest/coverage-v8": "4.0.18",
|
|
82
69
|
"class-variance-authority": "0.7.1",
|
|
83
70
|
"clsx": "2.1.1",
|
|
84
71
|
"jsdom": "27.4.0",
|
|
85
|
-
"react": "19.2.
|
|
86
|
-
"react-dom": "19.2.
|
|
87
|
-
"release-it": "19.2.
|
|
88
|
-
"storybook": "10.1
|
|
72
|
+
"react": "19.2.4",
|
|
73
|
+
"react-dom": "19.2.4",
|
|
74
|
+
"release-it": "19.2.4",
|
|
75
|
+
"storybook": "10.2.1",
|
|
89
76
|
"tailwind-merge": "3.4.0",
|
|
90
77
|
"tailwindcss": "4.1.18",
|
|
91
78
|
"tw-animate-css": "1.4.0",
|
|
92
79
|
"typescript": "5.9.3",
|
|
93
|
-
"vite": "7.3.
|
|
80
|
+
"vite": "7.3.1",
|
|
94
81
|
"vite-plugin-dts": "4.5.4",
|
|
95
82
|
"vite-plugin-lib-inject-css": "2.2.2",
|
|
96
|
-
"vitest": "4.0.
|
|
83
|
+
"vitest": "4.0.18"
|
|
97
84
|
},
|
|
98
85
|
"peerDependencies": {
|
|
99
86
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
@@ -101,10 +88,10 @@
|
|
|
101
88
|
"tailwindcss": "^4.0.0",
|
|
102
89
|
"tw-animate-css": "^1.0.0"
|
|
103
90
|
},
|
|
104
|
-
"packageManager": "pnpm@10.
|
|
91
|
+
"packageManager": "pnpm@10.28.2",
|
|
105
92
|
"pnpm": {
|
|
106
93
|
"overrides": {
|
|
107
|
-
"rollup": "4.
|
|
94
|
+
"rollup": "4.57.0"
|
|
108
95
|
}
|
|
109
96
|
}
|
|
110
97
|
}
|