@mirohq/design-system-callout 0.2.2 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-callout",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -26,11 +26,11 @@
26
26
  "react": "^16.14 || ^17 || ^18"
27
27
  },
28
28
  "dependencies": {
29
- "@mirohq/design-system-icon-button": "^3.2.2",
30
- "@mirohq/design-system-icons": "^0.59.0",
31
- "@mirohq/design-system-stitches": "^2.6.27",
29
+ "@mirohq/design-system-icon-button": "^3.2.3",
32
30
  "@mirohq/design-system-primitive": "^1.1.2",
33
- "@mirohq/design-system-typography": "^0.6.5"
31
+ "@mirohq/design-system-stitches": "^2.6.28",
32
+ "@mirohq/design-system-icons": "^0.60.0",
33
+ "@mirohq/design-system-typography": "^0.6.6"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "rollup -c ../../../rollup.config.js",