@momentum-design/components 0.0.12 → 0.0.13

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 +9 -3
package/package.json CHANGED
@@ -51,13 +51,14 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@lit-labs/context": "^0.5.1",
54
- "@momentum-design/icons": "*",
55
- "@momentum-design/tokens": "*",
56
54
  "lit": "^3.1.4"
57
55
  },
58
56
  "devDependencies": {
59
57
  "@axe-core/playwright": "^4.9.1",
60
58
  "@custom-elements-manifest/analyzer": "^0.10.3",
59
+ "@momentum-design/fonts": "*",
60
+ "@momentum-design/icons": "*",
61
+ "@momentum-design/tokens": "*",
61
62
  "@playwright/test": "^1.45.3",
62
63
  "@storybook/addon-a11y": "^8.2.5",
63
64
  "@storybook/addon-controls": "^8.2.5",
@@ -78,5 +79,10 @@
78
79
  "storybook": "^8.2.5",
79
80
  "typescript": "^4.8.4"
80
81
  },
81
- "version": "0.0.12"
82
+ "peerDependencies": {
83
+ "@momentum-design/fonts": "*",
84
+ "@momentum-design/icons": "*",
85
+ "@momentum-design/tokens": "*"
86
+ },
87
+ "version": "0.0.13"
82
88
  }