@mirohq/design-system-callout 0.1.1 → 0.1.3

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.1.1",
3
+ "version": "0.1.3",
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.0",
30
- "@mirohq/design-system-icons": "^0.57.0",
29
+ "@mirohq/design-system-icon-button": "^3.2.1",
30
+ "@mirohq/design-system-icons": "^0.58.1",
31
+ "@mirohq/design-system-stitches": "^2.6.26",
31
32
  "@mirohq/design-system-primitive": "^1.1.2",
32
- "@mirohq/design-system-stitches": "^2.6.25",
33
- "@mirohq/design-system-typography": "^0.6.3"
33
+ "@mirohq/design-system-typography": "^0.6.4"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "rollup -c ../../../rollup.config.js",