@mirohq/design-system-callout 0.2.1 → 0.2.2

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-callout",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-icon-button": "^3.2.2",
30
- "@mirohq/design-system-icons": "^0.58.2",
31
- "@mirohq/design-system-typography": "^0.6.5",
30
+ "@mirohq/design-system-icons": "^0.59.0",
31
+ "@mirohq/design-system-stitches": "^2.6.27",
32
32
  "@mirohq/design-system-primitive": "^1.1.2",
33
- "@mirohq/design-system-stitches": "^2.6.27"
33
+ "@mirohq/design-system-typography": "^0.6.5"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "rollup -c ../../../rollup.config.js",