@adobe/uix-host-react 0.6.3 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@adobe/uix-host-react",
|
3
|
-
"version": "0.6.
|
3
|
+
"version": "0.6.4",
|
4
4
|
"description": "Tools for embedding UI Extensions into React apps",
|
5
5
|
"author": "Adobe, Inc,",
|
6
6
|
"type": "module",
|
@@ -18,10 +18,10 @@
|
|
18
18
|
"browserslist": [
|
19
19
|
"> 0.2%, last 2 versions, not dead"
|
20
20
|
],
|
21
|
-
"bugs": "https://
|
21
|
+
"bugs": "https://github.com/adobe/uix-sdk/issues",
|
22
22
|
"dependencies": {
|
23
|
-
"@adobe/uix-core": "^0.6.
|
24
|
-
"@adobe/uix-host": "^0.6.
|
23
|
+
"@adobe/uix-core": "^0.6.4",
|
24
|
+
"@adobe/uix-host": "^0.6.4",
|
25
25
|
"penpal": "~6.2.2"
|
26
26
|
},
|
27
27
|
"files": [
|
@@ -30,11 +30,11 @@
|
|
30
30
|
"src",
|
31
31
|
"tsconfig.json"
|
32
32
|
],
|
33
|
-
"homepage": "https://
|
33
|
+
"homepage": "https://github.com/adobe/uix-sdk",
|
34
34
|
"license": "Apache-2.0",
|
35
35
|
"repository": {
|
36
36
|
"type": "git",
|
37
|
-
"url": "https://
|
37
|
+
"url": "https://github.com/adobe/uix-sdk.git"
|
38
38
|
},
|
39
39
|
"sideEffects": false,
|
40
40
|
"source": {
|