diff --git a/package-lock.json b/package-lock.json index ac07d86a..4d1a9f2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@radix-ui/react-dialog": "^1.1.4", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", - "@stacklok/ui-kit": "1.0.1-0", + "@stacklok/ui-kit": "^1.0.1-1", "@tanstack/react-query": "^5.64.1", "@types/prismjs": "^1.26.5", "@types/react-syntax-highlighter": "^15.5.13", @@ -3930,9 +3930,9 @@ } }, "node_modules/@stacklok/ui-kit": { - "version": "1.0.1-0", - "resolved": "https://registry.npmjs.org/@stacklok/ui-kit/-/ui-kit-1.0.1-0.tgz", - "integrity": "sha512-x4DCvouV5h1Nqq8OUYlx/9Hl5Os8HQA2hOzUDayHqRBzirfJVKQKRwA13z4cPqjXqrZ1jpU9XDfjR2z2m9aMJA==", + "version": "1.0.1-1", + "resolved": "https://registry.npmjs.org/@stacklok/ui-kit/-/ui-kit-1.0.1-1.tgz", + "integrity": "sha512-P6dP5Vf4Er2JGBYH8MKA8V2mT8Nzkz1dlqFAYMpow/PnUAMfSfUbZ0dxBCiRv1ui8oLCBS34MfgzC6A7lwHyEQ==", "license": "ISC", "dependencies": { "@fontsource-variable/figtree": "^5.1.1", diff --git a/package.json b/package.json index 0592f1c1..0e6c1a03 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@radix-ui/react-dialog": "^1.1.4", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", - "@stacklok/ui-kit": "1.0.1-0", + "@stacklok/ui-kit": "^1.0.1-1", "@tanstack/react-query": "^5.64.1", "@types/prismjs": "^1.26.5", "@types/react-syntax-highlighter": "^15.5.13",