@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yahoo/uds",
3
- "version": "0.1.3",
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.39",
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.1",
28
- "typescript": "^5.3.2",
29
- "eslint-config-custom": "0.0.3",
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.0.0",
36
- "tailwindcss": "^3.3.5",
35
+ "tailwind-merge": "^2.1.0",
36
+ "tailwindcss": "^3.3.6",
37
37
  "zod": "^3.22.4",
38
- "shared": "0.0.1"
38
+ "shared": "0.0.2"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "pnpm build:fontcss && tsup",