chore(deps): update dependencies
This commit is contained in:
parent
2cd0b8b0c1
commit
2e81e9582a
2
.astro/types.d.ts
vendored
2
.astro/types.d.ts
vendored
@ -223,5 +223,5 @@ declare module 'astro:content' {
|
|||||||
|
|
||||||
type AnyEntryMap = ContentEntryMap & DataEntryMap;
|
type AnyEntryMap = ContentEntryMap & DataEntryMap;
|
||||||
|
|
||||||
export type ContentConfig = typeof import("./../src/content/config.js");
|
export type ContentConfig = typeof import("../src/content/config.js");
|
||||||
}
|
}
|
||||||
|
|||||||
28
package.json
28
package.json
@ -18,13 +18,13 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/alpinejs": "^0.4.0",
|
"@astrojs/alpinejs": "^0.4.0",
|
||||||
"@astrojs/check": "^0.5.10",
|
"@astrojs/check": "^0.5.10",
|
||||||
"@astrojs/mdx": "^2.2.2",
|
"@astrojs/mdx": "^2.2.3",
|
||||||
"@astrojs/react": "^3.1.0",
|
"@astrojs/react": "^3.1.1",
|
||||||
"@astrojs/sitemap": "^3.1.2",
|
"@astrojs/sitemap": "^3.1.2",
|
||||||
"@astrojs/tailwind": "^5.1.0",
|
"@astrojs/tailwind": "^5.1.0",
|
||||||
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
||||||
"@radix-ui/react-slot": "^1.0.2",
|
"@radix-ui/react-slot": "^1.0.2",
|
||||||
"astro": "^4.5.10",
|
"astro": "^4.5.15",
|
||||||
"astro-expressive-code": "^0.33.5",
|
"astro-expressive-code": "^0.33.5",
|
||||||
"astro-icon": "^1.1.0"
|
"astro-icon": "^1.1.0"
|
||||||
},
|
},
|
||||||
@ -32,33 +32,33 @@
|
|||||||
"@commitlint/cli": "^19.2.1",
|
"@commitlint/cli": "^19.2.1",
|
||||||
"@commitlint/config-conventional": "^19.1.0",
|
"@commitlint/config-conventional": "^19.1.0",
|
||||||
"@commitlint/cz-commitlint": "^19.2.0",
|
"@commitlint/cz-commitlint": "^19.2.0",
|
||||||
"@directus/sdk": "^15.0.3",
|
"@directus/sdk": "^15.1.0",
|
||||||
"@iconify-json/line-md": "^1.1.37",
|
"@iconify-json/line-md": "^1.1.37",
|
||||||
"@pagefind/default-ui": "^1.0.4",
|
"@pagefind/default-ui": "^1.1.0",
|
||||||
"@semantic-release/changelog": "^6.0.3",
|
"@semantic-release/changelog": "^6.0.3",
|
||||||
"@semantic-release/git": "^10.0.1",
|
"@semantic-release/git": "^10.0.1",
|
||||||
"@tailwindcss/typography": "^0.5.11",
|
"@tailwindcss/typography": "^0.5.12",
|
||||||
"@types/alpinejs": "^3.13.10",
|
"@types/alpinejs": "^3.13.10",
|
||||||
"@types/react": "^18.2.72",
|
"@types/react": "^18.2.74",
|
||||||
"@types/react-dom": "^18.2.22",
|
"@types/react-dom": "^18.2.24",
|
||||||
"@vite-pwa/assets-generator": "^0.2.4",
|
"@vite-pwa/assets-generator": "^0.2.4",
|
||||||
"alpinejs": "^3.13.7",
|
"alpinejs": "^3.13.8",
|
||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"clsx": "^2.1.0",
|
"clsx": "^2.1.0",
|
||||||
"commitizen": "^4.3.0",
|
"commitizen": "^4.3.0",
|
||||||
"cz-conventional-changelog": "^3.3.0",
|
"cz-conventional-changelog": "^3.3.0",
|
||||||
"lucide-react": "^0.363.0",
|
"lucide-react": "^0.364.0",
|
||||||
"pagefind": "^1.0.4",
|
"pagefind": "^1.1.0",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"prettier-plugin-astro": "^0.13.0",
|
"prettier-plugin-astro": "^0.13.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.12",
|
"prettier-plugin-tailwindcss": "^0.5.13",
|
||||||
"pwa-asset-generator": "^6.3.1",
|
"pwa-asset-generator": "^6.3.1",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"semantic-release": "^23.0.6",
|
"semantic-release": "^23.0.7",
|
||||||
"sharp": "0.32.6",
|
"sharp": "0.32.6",
|
||||||
"tailwind-merge": "^2.2.2",
|
"tailwind-merge": "^2.2.2",
|
||||||
"tailwindcss": "^3.4.2",
|
"tailwindcss": "^3.4.3",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "^1.0.7",
|
||||||
"typescript": "^5.4.3"
|
"typescript": "^5.4.3"
|
||||||
},
|
},
|
||||||
|
|||||||
1207
pnpm-lock.yaml
generated
1207
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user