@jpmorganchase/elemental 5.3.0 → 6.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/web-components.min.js +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jpmorganchase/elemental",
|
3
|
-
"version": "
|
3
|
+
"version": "6.0.1",
|
4
4
|
"description": "UI components for composing beautiful developer documentation.",
|
5
5
|
"keywords": [],
|
6
6
|
"main": "./index.js",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"react-dom": ">=16.8"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"@jpmorganchase/elemental-core": "^1.15.
|
29
|
+
"@jpmorganchase/elemental-core": "^1.15.1",
|
30
30
|
"@stoplight/http-spec": "^6.0.0",
|
31
31
|
"@stoplight/json": "^3.18.1",
|
32
32
|
"@stoplight/mosaic": "^ 1.53.4",
|