@yourdash/uikit 1.0.26 → 1.0.28
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/main.d.ts +1 -0
- package/dist/uikit.js +869 -799
- package/dist/utilityComponent/index.d.ts +2 -0
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yourdash/uikit",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.28",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"private": false,
|
@@ -17,13 +17,13 @@
|
|
17
17
|
},
|
18
18
|
"author": "Ewsgit <ewsgit@duck.com>",
|
19
19
|
"dependencies": {
|
20
|
-
"react": "^18.3.1",
|
21
|
-
"react-dom": "^18.3.1",
|
22
20
|
"@types/react": "^18.3.5",
|
23
21
|
"@types/react-dom": "^18.3.0",
|
24
|
-
"
|
22
|
+
"@yourdash/shared": "*",
|
23
|
+
"react": "^18.3.1",
|
24
|
+
"react-dom": "^18.3.1",
|
25
25
|
"sass": "^1.78.0",
|
26
|
-
"
|
27
|
-
"
|
26
|
+
"typescript": "^5.6.2",
|
27
|
+
"vite": "^5.4.5"
|
28
28
|
}
|
29
29
|
}
|