chore(deps): update dependencies (#191)
This commit is contained in:
parent
ac97d2044e
commit
d421756f25
3 changed files with 1546 additions and 3328 deletions
4852
package-lock.json
generated
4852
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
|
@ -23,30 +23,30 @@
|
|||
"check": "concurrently npm:*:check"
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/dom": "1.1.0",
|
||||
"iconify-icon": "1.0.2",
|
||||
"@floating-ui/dom": "1.1.1",
|
||||
"iconify-icon": "1.0.3",
|
||||
"nanoid": "4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/image": "0.12.1",
|
||||
"@astrojs/react": "1.2.2",
|
||||
"@astrojs/tailwind": "2.1.3",
|
||||
"@astrojs/image": "0.13.0",
|
||||
"@astrojs/react": "2.0.1",
|
||||
"@astrojs/tailwind": "3.0.0",
|
||||
"@percy/cli": "1.17.0",
|
||||
"@types/marked": "4.0.8",
|
||||
"astro": "1.9.2",
|
||||
"astro": "2.0.2",
|
||||
"astro-compress": "1.1.28",
|
||||
"concurrently": "7.6.0",
|
||||
"date-fns": "2.29.3",
|
||||
"favicons": "7.0.2",
|
||||
"iconify-icon-names": "1.1.0",
|
||||
"immer": "9.0.18",
|
||||
"immer": "9.0.19",
|
||||
"locales-ts": "1.0.0",
|
||||
"marked": "4.2.12",
|
||||
"postcss": "8.4.21",
|
||||
"prettier": "2.8.3",
|
||||
"prettier-plugin-astro": "0.7.2",
|
||||
"prettier-plugin-tailwindcss": "0.2.1",
|
||||
"puppeteer": "19.5.2",
|
||||
"prettier-plugin-astro": "0.8.0",
|
||||
"prettier-plugin-tailwindcss": "0.2.2",
|
||||
"puppeteer": "19.6.2",
|
||||
"puppeteer-report": "3.1.0",
|
||||
"rollup-plugin-visualizer": "5.9.0",
|
||||
"tailwindcss": "3.2.4",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ const IconWrapper = url ? 'a' : 'div';
|
|||
|
||||
<div class="flex flex-col gap-2">
|
||||
<div class="flex h-5 items-center justify-between">
|
||||
<IconWrapper class="flex gap-2 h-5" {...(url && { href: url, target: '_blank', rel: 'noopener noreferrer' })}>
|
||||
<IconWrapper class="flex gap-2 h-5" {...url && { href: url, target: '_blank', rel: 'noopener noreferrer' }}>
|
||||
{icon && <Icon name={icon} color={iconColor} size={20} />}
|
||||
<Typography variant="tile-subtitle">
|
||||
<span class="text-gray-700 dark:text-gray-300">{name}</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue