@aristobyte-ui/react 1.0.59 → 1.0.60
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/package.json +13 -14
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aristobyte-ui/react",
|
|
3
3
|
"description": "AristoByte UI — the complete suite of reusable, production-ready React components with built-in design tokens, accessibility, and theming. Install this package to get the full library in a single dependency.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.60",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"author": "AristoByte <info@aristobyte.com>",
|
|
@@ -70,15 +70,15 @@
|
|
|
70
70
|
"check-types": "tsc --noEmit"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@aristobyte-ui/anchor": "^1.0.
|
|
74
|
-
"@aristobyte-ui/button": "^1.0.
|
|
75
|
-
"@aristobyte-ui/dropdown": "^1.0.
|
|
76
|
-
"@aristobyte-ui/message-box": "^1.0.
|
|
77
|
-
"@aristobyte-ui/presets": "^1.0.
|
|
78
|
-
"@aristobyte-ui/radio": "^1.0.
|
|
79
|
-
"@aristobyte-ui/spinner": "^1.0.
|
|
80
|
-
"@aristobyte-ui/switch": "^1.0.
|
|
81
|
-
"@aristobyte-ui/utils": "^1.0.
|
|
73
|
+
"@aristobyte-ui/anchor": "^1.0.60",
|
|
74
|
+
"@aristobyte-ui/button": "^1.0.60",
|
|
75
|
+
"@aristobyte-ui/dropdown": "^1.0.60",
|
|
76
|
+
"@aristobyte-ui/message-box": "^1.0.60",
|
|
77
|
+
"@aristobyte-ui/presets": "^1.0.60",
|
|
78
|
+
"@aristobyte-ui/radio": "^1.0.60",
|
|
79
|
+
"@aristobyte-ui/spinner": "^1.0.60",
|
|
80
|
+
"@aristobyte-ui/switch": "^1.0.60",
|
|
81
|
+
"@aristobyte-ui/utils": "^1.0.60",
|
|
82
82
|
"esbuild-sass-plugin": "^3.3.1",
|
|
83
83
|
"framer-motion": "^12.23.9",
|
|
84
84
|
"react": "^19.1.0",
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
"tsup": "^8.5.0"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@aristobyte-ui/eslint-config": "^1.0.
|
|
92
|
-
"@aristobyte-ui/jest-config": "^1.0.
|
|
93
|
-
"@aristobyte-ui/typescript-config": "^1.0.
|
|
91
|
+
"@aristobyte-ui/eslint-config": "^1.0.60",
|
|
92
|
+
"@aristobyte-ui/jest-config": "^1.0.60",
|
|
93
|
+
"@aristobyte-ui/typescript-config": "^1.0.60",
|
|
94
94
|
"@turbo/gen": "^2.5.0",
|
|
95
95
|
"@types/node": "^24.3.0",
|
|
96
96
|
"@types/react": "19.1.0",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"eslint": "^9.27.0",
|
|
100
100
|
"postcss": "^8.5.3",
|
|
101
101
|
"sass-embedded": "^1.91.0",
|
|
102
|
-
"tailwindcss": "^4.1.7",
|
|
103
102
|
"tsup": "^8.5.0",
|
|
104
103
|
"typescript": "^5.8.3"
|
|
105
104
|
}
|