feat: add radix-svelte

This commit is contained in:
fero 2024-03-11 09:26:48 -07:00
parent 8cb2164900
commit e4a331ce07
2 changed files with 15 additions and 3 deletions

View file

@ -49,6 +49,7 @@
"better-sqlite3": "^9.4.3",
"cookie": "^0.6.0",
"jsonwebtoken": "^9.0.2",
"radix-svelte": "^0.9.0",
"reflect-metadata": "^0.2.1",
"sequelize": "^6.37.1",
"sqlite3": "^5.1.7",

View file

@ -20,6 +20,9 @@ dependencies:
jsonwebtoken:
specifier: ^9.0.2
version: 9.0.2
radix-svelte:
specifier: ^0.9.0
version: 0.9.0(svelte@4.2.12)
reflect-metadata:
specifier: ^0.2.1
version: 0.2.1
@ -344,18 +347,15 @@ packages:
resolution: {integrity: sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==}
dependencies:
'@floating-ui/utils': 0.2.1
dev: true
/@floating-ui/dom@1.6.3:
resolution: {integrity: sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==}
dependencies:
'@floating-ui/core': 1.6.0
'@floating-ui/utils': 0.2.1
dev: true
/@floating-ui/utils@0.2.1:
resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==}
dev: true
/@gar/promisify@1.1.3:
resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==}
@ -3150,6 +3150,17 @@ packages:
requiresBuild: true
dev: false
/radix-svelte@0.9.0(svelte@4.2.12):
resolution: {integrity: sha512-0PJMHiZVTjWGrjK7c2/FY+nq0fBGwPXNy6fFvkLZIs73hTIai/Exw+pi3TCvtd80gSjFb5utdHWI3qiuuN0B/Q==}
engines: {node: '>= 16'}
peerDependencies:
svelte: ^4.1.1
dependencies:
'@floating-ui/core': 1.6.0
'@floating-ui/dom': 1.6.3
svelte: 4.2.12
dev: false
/range-parser@1.2.1:
resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==}
engines: {node: '>= 0.6'}