diff --git a/package-lock.json b/package-lock.json index 2c2266a9..8c16ab8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,12 +10,12 @@ "license": "Apache-2.0", "dependencies": { "@empathyco/x-adapter": "^8.0.0-alpha.33", - "@empathyco/x-adapter-platform": "^1.0.0-alpha.83", + "@empathyco/x-adapter-platform": "^1.0.0-alpha.84", "@empathyco/x-archetype-utils": "^1.0.0-alpha.3", - "@empathyco/x-components": "^3.0.0-alpha.405", - "@empathyco/x-deep-merge": "^1.3.0-alpha.29", + "@empathyco/x-components": "^3.0.0-alpha.410", + "@empathyco/x-deep-merge": "^1.3.0-alpha.34", "@empathyco/x-types": "^10.0.0-alpha.72", - "@empathyco/x-utils": "^1.0.0-alpha.20", + "@empathyco/x-utils": "^1.0.0-alpha.22", "tslib": "~2.4.1", "vue": "~2.7.14", "vue-class-component": "~7.2.6", @@ -2089,9 +2089,9 @@ } }, "node_modules/@empathyco/x-adapter-platform": { - "version": "1.0.0-alpha.83", - "resolved": "https://registry.npmjs.org/@empathyco/x-adapter-platform/-/x-adapter-platform-1.0.0-alpha.83.tgz", - "integrity": "sha512-CYIdHHL9Xip7x7Tc04+p+iH+OViZzdaFaJapILa/Mxo7hjit6TXjiEsSdBlECGW/Lj9tW55m8+Nxzh2Vw1L1WQ==", + "version": "1.0.0-alpha.84", + "resolved": "https://registry.npmjs.org/@empathyco/x-adapter-platform/-/x-adapter-platform-1.0.0-alpha.84.tgz", + "integrity": "sha512-0PQ0bLXLX05oqLatT+OoR9AgLh0v7mPYvHtS/7Ll8YhUdmuJqZAvGvMhQRsXvcwVgEDvh5nrvHD4ekfuu+lj6w==", "dependencies": { "@empathyco/x-adapter": "^8.0.0-alpha.33", "@empathyco/x-types": "^10.0.0-alpha.72", @@ -2183,12 +2183,12 @@ "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" }, "node_modules/@empathyco/x-components": { - "version": "3.0.0-alpha.405", - "resolved": "https://registry.npmjs.org/@empathyco/x-components/-/x-components-3.0.0-alpha.405.tgz", - "integrity": "sha512-C1VC/2ynX9U5lAvYCY1scnb2JnNuutowlxT+2AO1UeVQFioMZF+rG+X1g2lhMA1wupHje869fuxVCPcq9eI6Rw==", + "version": "3.0.0-alpha.410", + "resolved": "https://registry.npmjs.org/@empathyco/x-components/-/x-components-3.0.0-alpha.410.tgz", + "integrity": "sha512-AqODa8uUst5X8JelqYgZarvy8/TjqGM5VqgDaJdzE/ce9RPDu8me4NXRCV62OcMj7c02V0+JDpj+UqWhc/6YHA==", "dependencies": { "@empathyco/x-adapter": "^8.0.0-alpha.33", - "@empathyco/x-adapter-platform": "^1.0.0-alpha.83", + "@empathyco/x-adapter-platform": "^1.0.0-alpha.84", "@empathyco/x-bus": "^1.0.0-alpha.3", "@empathyco/x-deep-merge": "^2.0.0-alpha.2", "@empathyco/x-logger": "^1.2.0-alpha.11", diff --git a/package.json b/package.json index 4fc3e538..17c0c8f6 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,12 @@ }, "dependencies": { "@empathyco/x-adapter": "^8.0.0-alpha.33", - "@empathyco/x-adapter-platform": "^1.0.0-alpha.83", + "@empathyco/x-adapter-platform": "^1.0.0-alpha.84", "@empathyco/x-archetype-utils": "^1.0.0-alpha.3", - "@empathyco/x-components": "^3.0.0-alpha.405", - "@empathyco/x-deep-merge": "^1.3.0-alpha.29", + "@empathyco/x-components": "^3.0.0-alpha.410", + "@empathyco/x-deep-merge": "^1.3.0-alpha.34", "@empathyco/x-types": "^10.0.0-alpha.72", - "@empathyco/x-utils": "^1.0.0-alpha.20", + "@empathyco/x-utils": "^1.0.0-alpha.22", "tslib": "~2.4.1", "vue": "~2.7.14", "vue-class-component": "~7.2.6",