diff --git a/apps/www/package.json b/apps/www/package.json index cf37fbbf..1805cbb2 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -26,7 +26,7 @@ "class-variance-authority": "^0.6.1", "clsx": "^2.0.0", "lucide-vue-next": "^0.268.0", - "radix-vue": "latest", + "radix-vue": "^0.1.24", "tailwindcss-animate": "^1.0.6", "vue": "^3.3.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 326488f1..bd5fcf1e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,8 +51,8 @@ importers: specifier: ^0.268.0 version: 0.268.0(vue@3.3.4) radix-vue: - specifier: file:../../../radix-vue/packages/radix-vue - version: file:../radix-vue/packages/radix-vue(vue@3.3.4) + specifier: ^0.1.24 + version: 0.1.24(vue@3.3.4) tailwindcss-animate: specifier: ^1.0.6 version: 1.0.6(tailwindcss@3.3.2) @@ -4118,6 +4118,16 @@ packages: engines: {node: '>=8'} dev: true + /radix-vue@0.1.24(vue@3.3.4): + resolution: {integrity: sha512-XKEPi4K/DfTRHMZ6Y9PEP87Xn+zwFahhJFp/8vhc0DQEx/flev8izVYll6EwH931Tt7dwm+Vy1/edkxBnjJXkA==} + dependencies: + '@floating-ui/dom': 1.5.1 + '@floating-ui/vue': 1.0.2(vue@3.3.4) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: false + /rc9@2.1.1: resolution: {integrity: sha512-lNeOl38Ws0eNxpO3+wD1I9rkHGQyj1NU1jlzv4go2CtEnEQEUfqnIvZG7W+bC/aXdJ27n5x/yUjb6RoT9tko+Q==} dependencies: @@ -5106,16 +5116,3 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} dev: true - - file:../radix-vue/packages/radix-vue(vue@3.3.4): - resolution: {directory: ../radix-vue/packages/radix-vue, type: directory} - id: file:../radix-vue/packages/radix-vue - name: radix-vue - version: 0.1.23 - dependencies: - '@floating-ui/dom': 1.5.1 - '@floating-ui/vue': 1.0.2(vue@3.3.4) - transitivePeerDependencies: - - '@vue/composition-api' - - vue - dev: false