@yourdash/uikit 1.0.27 → 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 +7 -8
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,
|
@@ -13,18 +13,17 @@
|
|
13
13
|
],
|
14
14
|
"main": "./dist/main.js",
|
15
15
|
"scripts": {
|
16
|
-
"build": "vite build"
|
17
|
-
"publish": "yarn build && npm publish"
|
16
|
+
"build": "vite build"
|
18
17
|
},
|
19
18
|
"author": "Ewsgit <ewsgit@duck.com>",
|
20
19
|
"dependencies": {
|
21
|
-
"react": "^18.3.1",
|
22
|
-
"react-dom": "^18.3.1",
|
23
20
|
"@types/react": "^18.3.5",
|
24
21
|
"@types/react-dom": "^18.3.0",
|
25
|
-
"
|
22
|
+
"@yourdash/shared": "*",
|
23
|
+
"react": "^18.3.1",
|
24
|
+
"react-dom": "^18.3.1",
|
26
25
|
"sass": "^1.78.0",
|
27
|
-
"
|
28
|
-
"
|
26
|
+
"typescript": "^5.6.2",
|
27
|
+
"vite": "^5.4.5"
|
29
28
|
}
|
30
29
|
}
|