diff --git a/orion-ui/package-lock.json b/orion-ui/package-lock.json index 6ac4c76cab8a..d6eafc994e37 100644 --- a/orion-ui/package-lock.json +++ b/orion-ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@prefecthq/orion-design": "1.1.45", "@prefecthq/prefect-design": "1.1.39", - "@prefecthq/vue-compositions": "1.1.1", + "@prefecthq/vue-compositions": "1.1.3", "@types/lodash.debounce": "4.0.7", "axios": "0.27.2", "lodash.debounce": "4.0.8", @@ -705,27 +705,6 @@ "vue-router": "^4.0.12" } }, - "node_modules/@prefecthq/orion-design/node_modules/@prefecthq/vue-compositions": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.1.3.tgz", - "integrity": "sha512-9/7y7Gh8IydD1mSbUEaIv4I2/XzQeH/d5HZvIeEfdcARoQWnZSVOPVH1r3h7RH5UyuSeTeJUeevqPj3HxsRN8Q==", - "dependencies": { - "jsdom": "^20.0.3" - }, - "peerDependencies": { - "lodash.debounce": "^4.0.8", - "vue": "^3.2.36", - "vue-router": "^4.0.15" - }, - "peerDependenciesMeta": { - "lodash.debounce": { - "optional": true - }, - "vue-router": { - "optional": true - } - } - }, "node_modules/@prefecthq/prefect-design": { "version": "1.1.39", "resolved": "https://registry.npmjs.org/@prefecthq/prefect-design/-/prefect-design-1.1.39.tgz", @@ -807,9 +786,9 @@ } }, "node_modules/@prefecthq/vue-compositions": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.1.1.tgz", - "integrity": "sha512-z0GvhQQarWEM+pc/pB9OaLlMykIcQrAwTRxSJ24K0q5fqv8LzgjLpHQvi1cegyTpoFj9PJ/csEXiSEqvjeB6Iw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.1.3.tgz", + "integrity": "sha512-9/7y7Gh8IydD1mSbUEaIv4I2/XzQeH/d5HZvIeEfdcARoQWnZSVOPVH1r3h7RH5UyuSeTeJUeevqPj3HxsRN8Q==", "dependencies": { "jsdom": "^20.0.3" }, @@ -6315,16 +6294,6 @@ "date-fns": "2.29.3", "date-fns-tz": "1.3.7", "prismjs": "1.29.0" - }, - "dependencies": { - "@prefecthq/vue-compositions": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.1.3.tgz", - "integrity": "sha512-9/7y7Gh8IydD1mSbUEaIv4I2/XzQeH/d5HZvIeEfdcARoQWnZSVOPVH1r3h7RH5UyuSeTeJUeevqPj3HxsRN8Q==", - "requires": { - "jsdom": "^20.0.3" - } - } } }, "@prefecthq/prefect-design": { @@ -6401,9 +6370,9 @@ } }, "@prefecthq/vue-compositions": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.1.1.tgz", - "integrity": "sha512-z0GvhQQarWEM+pc/pB9OaLlMykIcQrAwTRxSJ24K0q5fqv8LzgjLpHQvi1cegyTpoFj9PJ/csEXiSEqvjeB6Iw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@prefecthq/vue-compositions/-/vue-compositions-1.1.3.tgz", + "integrity": "sha512-9/7y7Gh8IydD1mSbUEaIv4I2/XzQeH/d5HZvIeEfdcARoQWnZSVOPVH1r3h7RH5UyuSeTeJUeevqPj3HxsRN8Q==", "requires": { "jsdom": "^20.0.3" } diff --git a/orion-ui/package.json b/orion-ui/package.json index 018e6cdfc19a..6d45fcfc6228 100644 --- a/orion-ui/package.json +++ b/orion-ui/package.json @@ -12,7 +12,7 @@ "dependencies": { "@prefecthq/orion-design": "1.1.45", "@prefecthq/prefect-design": "1.1.39", - "@prefecthq/vue-compositions": "1.1.1", + "@prefecthq/vue-compositions": "1.1.3", "@types/lodash.debounce": "4.0.7", "axios": "0.27.2", "lodash.debounce": "4.0.8",