@economic/taco 1.10.1 → 1.10.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "> TODO: description",
5
5
  "author": "Matt Daly <matthew.daly@visma.com>",
6
6
  "homepage": "https://github.com/e-conomic/taco#readme",
@@ -42,17 +42,17 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@economic/taco-tokens": "^1.3.0",
45
- "@radix-ui/react-accordion": "^0.1.6",
46
- "@radix-ui/react-checkbox": "^0.1.5",
47
- "@radix-ui/react-dialog": "^0.1.7",
48
- "@radix-ui/react-dropdown-menu": "^0.1.6",
49
- "@radix-ui/react-hover-card": "^0.1.5",
50
- "@radix-ui/react-popover": "^0.1.6",
51
- "@radix-ui/react-radio-group": "^0.1.5",
52
- "@radix-ui/react-switch": "^0.1.5",
53
- "@radix-ui/react-tabs": "^0.1.5",
54
- "@radix-ui/react-tooltip": "0.1.6",
55
- "@radix-ui/react-use-controllable-state": "^0.1.0",
45
+ "@radix-ui/react-accordion": "^1.0.0",
46
+ "@radix-ui/react-checkbox": "^1.0.0",
47
+ "@radix-ui/react-dialog": "^1.0.0",
48
+ "@radix-ui/react-dropdown-menu": "^1.0.0",
49
+ "@radix-ui/react-hover-card": "^1.0.0",
50
+ "@radix-ui/react-popover": "^1.0.0",
51
+ "@radix-ui/react-radio-group": "^1.0.0",
52
+ "@radix-ui/react-switch": "^1.0.0",
53
+ "@radix-ui/react-tabs": "^1.0.0",
54
+ "@radix-ui/react-tooltip": "^1.0.0",
55
+ "@radix-ui/react-use-controllable-state": "^1.0.0",
56
56
  "@react-aria/focus": "^3.2.3",
57
57
  "@react-aria/interactions": "^3.3.2",
58
58
  "classnames": "^2.3.1",
@@ -106,7 +106,7 @@
106
106
  "rollup-plugin-peer-deps-external": "^2.2.4",
107
107
  "rollup-plugin-postcss": "^4.0.2",
108
108
  "svgo": "^1.3.2",
109
- "tailwindcss": "^3.0.1",
109
+ "tailwindcss": "^3.1.8",
110
110
  "ts-jest": "^29.0.3",
111
111
  "ts-node": "^10.9.1",
112
112
  "tsdx": "^0.13.2",
@@ -127,5 +127,5 @@
127
127
  "not ie < 11"
128
128
  ]
129
129
  },
130
- "gitHead": "54fd6b1e0fad06238ac1fade056c0055bde851ab"
130
+ "gitHead": "c2cd62d894356c1f9da0228d6426f1586e9efe5c"
131
131
  }