diff --git a/orion-ui/package-lock.json b/orion-ui/package-lock.json index 342c3298730e..7ea635ba6a74 100644 --- a/orion-ui/package-lock.json +++ b/orion-ui/package-lock.json @@ -8,7 +8,7 @@ "name": "ui-orion", "version": "0.1.0", "dependencies": { - "@prefecthq/orion-design": "1.1.23", + "@prefecthq/orion-design": "1.1.24", "@prefecthq/prefect-design": "1.1.33", "@prefecthq/vue-compositions": "1.0.0", "@types/lodash.debounce": "4.0.7", @@ -237,9 +237,9 @@ } }, "node_modules/@prefecthq/orion-design": { - "version": "1.1.23", - "resolved": "https://registry.npmjs.org/@prefecthq/orion-design/-/orion-design-1.1.23.tgz", - "integrity": "sha512-5ASgWQOKTNWejfIA7FP11/EeIoBmc8lY8Jk5QTzEOpK0dYwmbJrN021WbBf/O0cVqVT9I8UzzzH92keDBSuxxQ==", + "version": "1.1.24", + "resolved": "https://registry.npmjs.org/@prefecthq/orion-design/-/orion-design-1.1.24.tgz", + "integrity": "sha512-ZYfY4/FRMCalPbOgN0mF7ioaOd0psRXjYCslE96FqhTI2P5QaLCjr7IwwJnj1u/TNyyB7W1vLrfzoulxqDufzQ==", "dependencies": { "@fontsource/inconsolata": "^4.5.9", "@fontsource/inter": "4.5.14", @@ -5099,9 +5099,9 @@ } }, "@prefecthq/orion-design": { - "version": "1.1.23", - "resolved": "https://registry.npmjs.org/@prefecthq/orion-design/-/orion-design-1.1.23.tgz", - "integrity": "sha512-5ASgWQOKTNWejfIA7FP11/EeIoBmc8lY8Jk5QTzEOpK0dYwmbJrN021WbBf/O0cVqVT9I8UzzzH92keDBSuxxQ==", + "version": "1.1.24", + "resolved": "https://registry.npmjs.org/@prefecthq/orion-design/-/orion-design-1.1.24.tgz", + "integrity": "sha512-ZYfY4/FRMCalPbOgN0mF7ioaOd0psRXjYCslE96FqhTI2P5QaLCjr7IwwJnj1u/TNyyB7W1vLrfzoulxqDufzQ==", "requires": { "@fontsource/inconsolata": "^4.5.9", "@fontsource/inter": "4.5.14", diff --git a/orion-ui/package.json b/orion-ui/package.json index 72fb4c57aead..ec45137d834d 100644 --- a/orion-ui/package.json +++ b/orion-ui/package.json @@ -10,7 +10,7 @@ "test": "playwright test" }, "dependencies": { - "@prefecthq/orion-design": "1.1.23", + "@prefecthq/orion-design": "1.1.24", "@prefecthq/prefect-design": "1.1.33", "@prefecthq/vue-compositions": "1.0.0", "@types/lodash.debounce": "4.0.7",