@adobe/uix-host 0.10.4 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@adobe/uix-host",
|
3
|
-
"version": "0.
|
3
|
+
"version": "1.0.0",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"bugs": "https://github.com/adobe/uix-sdk/issues",
|
22
22
|
"dependencies": {
|
23
|
-
"@adobe/uix-core": "^0.
|
23
|
+
"@adobe/uix-core": "^1.0.0"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
26
|
"@types/jest": "^29.5.12",
|