@remote-ui/react
Advanced tools
Comparing version 3.0.4 to 3.0.5
{ | ||
"name": "@remote-ui/react", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"publishConfig": { | ||
@@ -15,11 +15,11 @@ "access": "public", | ||
".": { | ||
"esnext": "./index.esnext", | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"esnext": "./index.esnext" | ||
"require": "./index.js" | ||
}, | ||
"./": "./", | ||
"./host": { | ||
"esnext": "./host.esnext", | ||
"import": "./host.mjs", | ||
"require": "./host.js", | ||
"esnext": "./host.esnext" | ||
"require": "./host.js" | ||
} | ||
@@ -35,9 +35,9 @@ }, | ||
"dependencies": { | ||
"@remote-ui/core": "^1.6.4", | ||
"@remote-ui/rpc": "^1.0.16", | ||
"@remote-ui/web-workers": "^1.3.1", | ||
"@remote-ui/core": "^1.6.5", | ||
"@remote-ui/rpc": "^1.0.17", | ||
"@remote-ui/web-workers": "^1.3.2", | ||
"@types/react": ">=16.8.0 <18.0.0", | ||
"react-reconciler": ">=0.25.0 <1.0.0" | ||
}, | ||
"gitHead": "ad98821dd3f3ddd15e09de058eeabea25fe0911e" | ||
"gitHead": "a34a538bda6c70acdc9b32cc7de14b1091dae044" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updated@remote-ui/core@^1.6.5
Updated@remote-ui/rpc@^1.0.17