singularity-components 0.1.99 → 0.1.101
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/main.cjs +9 -5
- package/dist/main.cjs.map +1 -1
- package/dist/main.css +71 -12
- package/dist/main.css.map +1 -1
- package/dist/main.d.cts +8 -6
- package/dist/main.d.ts +8 -6
- package/dist/main.js +9 -5
- package/dist/main.js.map +1 -1
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "singularity-components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.101",
|
|
4
4
|
"main": "./dist/main.js",
|
|
5
5
|
"module": "./dist/main.mjs",
|
|
6
6
|
"types": "./dist/main.d.ts",
|
|
@@ -21,44 +21,44 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@radix-ui/react-accordion": "^1.2.3",
|
|
23
23
|
"@radix-ui/react-separator": "^1.1.7",
|
|
24
|
-
"@radix-ui/react-slot": "^1.
|
|
25
|
-
"@tailwindcss/postcss": "^4.1.
|
|
24
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
25
|
+
"@tailwindcss/postcss": "^4.1.14",
|
|
26
26
|
"class-variance-authority": "^0.7.1",
|
|
27
27
|
"clsx": "^2.1.1",
|
|
28
28
|
"lucide-react": "^0.544.0",
|
|
29
29
|
"postcss": "^8.5.6",
|
|
30
|
-
"react": "^19.
|
|
31
|
-
"react-dom": "^19.
|
|
30
|
+
"react": "^19.2.0",
|
|
31
|
+
"react-dom": "^19.2.0",
|
|
32
32
|
"react-spinners": "^0.17.0",
|
|
33
33
|
"tailwind-merge": "^3.3.1",
|
|
34
|
-
"tailwindcss": "^4.1.
|
|
34
|
+
"tailwindcss": "^4.1.14",
|
|
35
35
|
"tailwindcss-animate": "^1.0.7"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@chromatic-com/storybook": "^4.1.1",
|
|
39
|
-
"@storybook/addon-docs": "^9.1.
|
|
40
|
-
"@storybook/addon-links": "^9.1.
|
|
41
|
-
"@storybook/addon-themes": "^9.1.
|
|
42
|
-
"@storybook/react-vite": "^9.1.
|
|
43
|
-
"@types/node": "^24.
|
|
44
|
-
"@types/react": "^19.
|
|
45
|
-
"@types/react-dom": "^19.
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
47
|
-
"@typescript-eslint/parser": "^8.
|
|
48
|
-
"@vitejs/plugin-react": "^5.0.
|
|
49
|
-
"eslint": "^9.
|
|
50
|
-
"eslint-plugin-react-hooks": "^
|
|
51
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
52
|
-
"eslint-plugin-storybook": "9.1.
|
|
53
|
-
"storybook": "^9.1.
|
|
39
|
+
"@storybook/addon-docs": "^9.1.10",
|
|
40
|
+
"@storybook/addon-links": "^9.1.10",
|
|
41
|
+
"@storybook/addon-themes": "^9.1.10",
|
|
42
|
+
"@storybook/react-vite": "^9.1.10",
|
|
43
|
+
"@types/node": "^24.6.2",
|
|
44
|
+
"@types/react": "^19.2.0",
|
|
45
|
+
"@types/react-dom": "^19.2.0",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
47
|
+
"@typescript-eslint/parser": "^8.45.0",
|
|
48
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
49
|
+
"eslint": "^9.37.0",
|
|
50
|
+
"eslint-plugin-react-hooks": "^6.1.1",
|
|
51
|
+
"eslint-plugin-react-refresh": "^0.4.23",
|
|
52
|
+
"eslint-plugin-storybook": "9.1.10",
|
|
53
|
+
"storybook": "^9.1.10",
|
|
54
54
|
"tsup": "^8.5.0",
|
|
55
|
-
"typescript": "^5.9.
|
|
56
|
-
"vite": "^7.1.
|
|
55
|
+
"typescript": "^5.9.3",
|
|
56
|
+
"vite": "^7.1.9",
|
|
57
57
|
"vite-tsconfig-paths": "^5.1.4"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"lucide-react": "^0.544.0",
|
|
61
|
-
"react": "^19.
|
|
62
|
-
"react-dom": "^19.
|
|
61
|
+
"react": "^19.2.0",
|
|
62
|
+
"react-dom": "^19.2.0"
|
|
63
63
|
}
|
|
64
64
|
}
|