chore(deps): update dependencies e.g. Astro v4.9
This commit is contained in:
parent
ff6a3eeaee
commit
473b47b919
2
.astro/types.d.ts
vendored
2
.astro/types.d.ts
vendored
@ -237,5 +237,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");
|
||||||
}
|
}
|
||||||
|
|||||||
22
package.json
22
package.json
@ -17,14 +17,14 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/alpinejs": "^0.4.0",
|
"@astrojs/alpinejs": "^0.4.0",
|
||||||
"@astrojs/check": "^0.6.0",
|
"@astrojs/check": "^0.7.0",
|
||||||
"@astrojs/mdx": "^3.0.0",
|
"@astrojs/mdx": "^3.0.1",
|
||||||
"@astrojs/react": "^3.3.4",
|
"@astrojs/react": "^3.4.0",
|
||||||
"@astrojs/sitemap": "^3.1.4",
|
"@astrojs/sitemap": "^3.1.5",
|
||||||
"@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.8.1",
|
"astro": "^4.9.1",
|
||||||
"astro-expressive-code": "^0.35.3",
|
"astro-expressive-code": "^0.35.3",
|
||||||
"astro-icon": "^1.1.0"
|
"astro-icon": "^1.1.0"
|
||||||
},
|
},
|
||||||
@ -32,30 +32,30 @@
|
|||||||
"@commitlint/cli": "^19.3.0",
|
"@commitlint/cli": "^19.3.0",
|
||||||
"@commitlint/config-conventional": "^19.2.2",
|
"@commitlint/config-conventional": "^19.2.2",
|
||||||
"@commitlint/cz-commitlint": "^19.2.0",
|
"@commitlint/cz-commitlint": "^19.2.0",
|
||||||
"@directus/sdk": "^16.0.0",
|
"@directus/sdk": "^16.0.1",
|
||||||
"@iconify-json/line-md": "^1.1.37",
|
"@iconify-json/line-md": "^1.1.37",
|
||||||
"@pagefind/default-ui": "^1.1.0",
|
"@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.13",
|
"@tailwindcss/typography": "^0.5.13",
|
||||||
"@types/alpinejs": "^3.13.10",
|
"@types/alpinejs": "^3.13.10",
|
||||||
"@types/react": "^18.3.1",
|
"@types/react": "^18.3.3",
|
||||||
"@types/react-dom": "^18.3.0",
|
"@types/react-dom": "^18.3.0",
|
||||||
"@vite-pwa/assets-generator": "^0.2.4",
|
"@vite-pwa/assets-generator": "^0.2.4",
|
||||||
"alpinejs": "^3.13.10",
|
"alpinejs": "^3.14.0",
|
||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"commitizen": "^4.3.0",
|
"commitizen": "^4.3.0",
|
||||||
"cz-conventional-changelog": "^3.3.0",
|
"cz-conventional-changelog": "^3.3.0",
|
||||||
"lucide-react": "^0.378.0",
|
"lucide-react": "^0.379.0",
|
||||||
"pagefind": "^1.1.0",
|
"pagefind": "^1.1.0",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"prettier-plugin-astro": "^0.13.0",
|
"prettier-plugin-astro": "^0.14.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.14",
|
"prettier-plugin-tailwindcss": "^0.5.14",
|
||||||
"pwa-asset-generator": "^6.3.1",
|
"pwa-asset-generator": "^6.3.1",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"semantic-release": "^23.0.8",
|
"semantic-release": "^23.1.1",
|
||||||
"sharp": "0.32.6",
|
"sharp": "0.32.6",
|
||||||
"tailwind-merge": "^2.3.0",
|
"tailwind-merge": "^2.3.0",
|
||||||
"tailwindcss": "^3.4.3",
|
"tailwindcss": "^3.4.3",
|
||||||
|
|||||||
1598
pnpm-lock.yaml
generated
1598
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user