@mirohq/design-system-callout 0.2.0 → 0.2.1

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-callout",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
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.1",
30
- "@mirohq/design-system-icons": "^0.58.1",
31
- "@mirohq/design-system-stitches": "^2.6.26",
32
- "@mirohq/design-system-typography": "^0.6.4",
33
- "@mirohq/design-system-primitive": "^1.1.2"
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",
32
+ "@mirohq/design-system-primitive": "^1.1.2",
33
+ "@mirohq/design-system-stitches": "^2.6.27"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "rollup -c ../../../rollup.config.js",