@momentum-design/components 0.8.2 → 0.8.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -5
package/package.json
CHANGED
@@ -30,12 +30,10 @@
|
|
30
30
|
"dependencies": {
|
31
31
|
"@lit/context": "^1.1.2",
|
32
32
|
"@lit/react": "^1.0.5",
|
33
|
-
"lit": "^3.2.0"
|
34
|
-
},
|
35
|
-
"peerDependencies": {
|
36
33
|
"@momentum-design/fonts": "*",
|
37
34
|
"@momentum-design/icons": "*",
|
38
|
-
"@momentum-design/tokens": "*"
|
35
|
+
"@momentum-design/tokens": "*",
|
36
|
+
"lit": "^3.2.0"
|
39
37
|
},
|
40
|
-
"version": "0.8.
|
38
|
+
"version": "0.8.3"
|
41
39
|
}
|