chore(deps): update dependencies

This commit is contained in:
Jewgeni 2024-03-27 17:11:13 +01:00
parent 8adb8ec198
commit 2cd0b8b0c1
4 changed files with 737 additions and 488 deletions

6
.astro/icon.d.ts vendored
View File

@ -1,5 +1,5 @@
// Automatically generated by astro-icon
// 48d58aa18c5f482b943e0f1d0ff058b64ec1be14a4656942f69a2d128b6234bb
// b5656b180e17d605a43b549d7b16b9fe1f88ab935972b5d2c4a0adc596506799
declare module 'virtual:astro-icon' {
export type Icon =
@ -219,6 +219,9 @@ declare module 'virtual:astro-icon' {
| "line-md:external-link"
| "line-md:external-link-rounded"
| "line-md:facebook"
| "line-md:filter"
| "line-md:filter-filled"
| "line-md:filter-twotone"
| "line-md:fork-left"
| "line-md:gauge"
| "line-md:gauge-empty"
@ -437,6 +440,7 @@ declare module 'virtual:astro-icon' {
| "line-md:round-360"
| "line-md:round-ramp-left"
| "line-md:roundabout-left"
| "line-md:rss"
| "line-md:search"
| "line-md:search-filled"
| "line-md:search-twotone"

2
.astro/types.d.ts vendored
View File

@ -223,5 +223,5 @@ declare module 'astro:content' {
type AnyEntryMap = ContentEntryMap & DataEntryMap;
export type ContentConfig = typeof import("../src/content/config.js");
export type ContentConfig = typeof import("./../src/content/config.js");
}

View File

@ -17,14 +17,14 @@
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/check": "^0.5.9",
"@astrojs/mdx": "^2.2.0",
"@astrojs/check": "^0.5.10",
"@astrojs/mdx": "^2.2.2",
"@astrojs/react": "^3.1.0",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/sitemap": "^3.1.2",
"@astrojs/tailwind": "^5.1.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"astro": "^4.5.6",
"astro": "^4.5.10",
"astro-expressive-code": "^0.33.5",
"astro-icon": "^1.1.0"
},
@ -33,13 +33,13 @@
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/cz-commitlint": "^19.2.0",
"@directus/sdk": "^15.0.3",
"@iconify-json/line-md": "^1.1.36",
"@iconify-json/line-md": "^1.1.37",
"@pagefind/default-ui": "^1.0.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.13.9",
"@types/react": "^18.2.67",
"@tailwindcss/typography": "^0.5.11",
"@types/alpinejs": "^3.13.10",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"@vite-pwa/assets-generator": "^0.2.4",
"alpinejs": "^3.13.7",
@ -47,7 +47,7 @@
"clsx": "^2.1.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"lucide-react": "^0.359.0",
"lucide-react": "^0.363.0",
"pagefind": "^1.0.4",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
@ -55,12 +55,12 @@
"pwa-asset-generator": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-release": "^23.0.5",
"semantic-release": "^23.0.6",
"sharp": "0.32.6",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"config": {
"commitizen": {

1193
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff