@yahoo/uds 0.1.3 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{chunk-L2YVFMLU.js → chunk-RK4NHJLQ.js} +1 -1
- package/dist/fixtures.cjs +1 -1
- package/dist/fixtures.d.cts +1 -1
- package/dist/fixtures.d.ts +1 -1
- package/dist/fixtures.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +21 -5
- package/dist/index.d.ts +21 -5
- package/dist/index.js +1 -1
- package/dist/{types-MpJxQeoD.d.cts → types-y_uPBR2j.d.cts} +685 -234
- package/dist/{types-MpJxQeoD.d.ts → types-y_uPBR2j.d.ts} +685 -234
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yahoo/uds",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.5",
|
4
4
|
"description": "Yahoo Universal System",
|
5
5
|
"type": "module",
|
6
6
|
"main": "./dist/index.cjs",
|
@@ -18,24 +18,24 @@
|
|
18
18
|
"package.json"
|
19
19
|
],
|
20
20
|
"devDependencies": {
|
21
|
-
"@types/react": "^18.2.
|
21
|
+
"@types/react": "^18.2.42",
|
22
22
|
"@types/react-dom": "^18.2.17",
|
23
23
|
"concurrently": "^8.2.2",
|
24
24
|
"react": "^18.2.0",
|
25
25
|
"react-dom": "^18.2.0",
|
26
26
|
"tsup": "^8.0.1",
|
27
|
-
"tsx": "^4.6.
|
28
|
-
"typescript": "^5.3.
|
29
|
-
"eslint-config-custom": "0.0.
|
27
|
+
"tsx": "^4.6.2",
|
28
|
+
"typescript": "^5.3.3",
|
29
|
+
"eslint-config-custom": "0.0.5",
|
30
30
|
"tsconfig": "0.0.1"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
33
|
"@radix-ui/react-slot": "^1.0.2",
|
34
34
|
"clsx": "^2.0.0",
|
35
|
-
"tailwind-merge": "^2.
|
36
|
-
"tailwindcss": "^3.3.
|
35
|
+
"tailwind-merge": "^2.1.0",
|
36
|
+
"tailwindcss": "^3.3.6",
|
37
37
|
"zod": "^3.22.4",
|
38
|
-
"shared": "0.0.
|
38
|
+
"shared": "0.0.2"
|
39
39
|
},
|
40
40
|
"scripts": {
|
41
41
|
"build": "pnpm build:fontcss && tsup",
|