mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore(pnpm): upgrade to Astro 4.7 and update all packages
This commit is contained in:
committed by
Stefan Imhoff
parent
45c771a7d8
commit
a12991fac8
52
package.json
52
package.json
@@ -14,27 +14,27 @@
|
|||||||
"cspell": "cspell --words-only --unique 'src' | sort --ignore-case >> .cspell/dictionary.txt"
|
"cspell": "cspell --words-only --unique 'src' | sort --ignore-case >> .cspell/dictionary.txt"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-community/astro-embed-youtube": "^0.4.4",
|
"@astro-community/astro-embed-youtube": "^0.5.2",
|
||||||
"@astrojs/mdx": "^2.2.0",
|
"@astrojs/mdx": "^2.3.1",
|
||||||
"@astrojs/preact": "^3.1.1",
|
"@astrojs/preact": "^3.2.0",
|
||||||
"@astrojs/prefetch": "^0.4.1",
|
"@astrojs/prefetch": "^0.4.1",
|
||||||
"@astrojs/react": "^3.1.0",
|
"@astrojs/react": "^3.3.1",
|
||||||
"@astrojs/rss": "^4.0.5",
|
"@astrojs/rss": "^4.0.5",
|
||||||
"@astrojs/sitemap": "^3.1.1",
|
"@astrojs/sitemap": "^3.1.4",
|
||||||
"@astrojs/tailwind": "^5.1.0",
|
"@astrojs/tailwind": "^5.1.0",
|
||||||
"@swup/a11y-plugin": "^4.5.0",
|
"@swup/a11y-plugin": "^4.5.2",
|
||||||
"@swup/astro": "^1.4.0",
|
"@swup/astro": "^1.4.1",
|
||||||
"@swup/fade-theme": "^2.0.0",
|
"@swup/fade-theme": "^2.0.0",
|
||||||
"@swup/head-plugin": "^2.2.0",
|
"@swup/head-plugin": "^2.2.0",
|
||||||
"@swup/preload-plugin": "^3.2.10",
|
"@swup/preload-plugin": "^3.2.10",
|
||||||
"@swup/scripts-plugin": "^2.1.0",
|
"@swup/scripts-plugin": "^2.1.0",
|
||||||
"@swup/scroll-plugin": "^3.3.2",
|
"@swup/scroll-plugin": "^3.3.2",
|
||||||
"astro": "^4.5.4",
|
"astro": "^4.7.0",
|
||||||
"astro-pagefind": "^1.5.0",
|
"astro-pagefind": "^1.5.0",
|
||||||
"astro-seo": "^0.8.3",
|
"astro-seo": "^0.8.3",
|
||||||
"astro-webmanifest": "^1.0.0",
|
"astro-webmanifest": "^1.0.0",
|
||||||
"astrojs-service-worker": "^2.0.0",
|
"astrojs-service-worker": "^2.0.0",
|
||||||
"autoprefixer": "^10.4.18",
|
"autoprefixer": "^10.4.19",
|
||||||
"chart.js": "^4.4.2",
|
"chart.js": "^4.4.2",
|
||||||
"chartjs-plugin-autocolors": "^0.2.2",
|
"chartjs-plugin-autocolors": "^0.2.2",
|
||||||
"classnames": "^2.5.1",
|
"classnames": "^2.5.1",
|
||||||
@@ -44,33 +44,33 @@
|
|||||||
"mdast-util-to-string": "^4.0.0",
|
"mdast-util-to-string": "^4.0.0",
|
||||||
"moment": "^2.30.1",
|
"moment": "^2.30.1",
|
||||||
"object-hash": "^3.0.0",
|
"object-hash": "^3.0.0",
|
||||||
"postcss": "^8.4.35",
|
"postcss": "^8.4.38",
|
||||||
"potrace": "^2.1.8",
|
"potrace": "^2.1.8",
|
||||||
"preact": "^10.19.6",
|
"preact": "^10.20.2",
|
||||||
"react": "npm:@preact/compat@latest",
|
"react": "npm:@preact/compat@latest",
|
||||||
"react-chartjs-2": "^5.2.0",
|
"react-chartjs-2": "^5.2.0",
|
||||||
"react-dom": "npm:@preact/compat@latest",
|
"react-dom": "npm:@preact/compat@latest",
|
||||||
"reading-time": "^1.5.0",
|
"reading-time": "^1.5.0",
|
||||||
"sal.js": "^0.8.5",
|
"sal.js": "^0.8.5",
|
||||||
"swup": "^4.6.0",
|
"swup": "^4.6.1",
|
||||||
"tailwindcss": "^3.4.1",
|
"tailwindcss": "^3.4.3",
|
||||||
"unist-util-visit": "^5.0.0"
|
"unist-util-visit": "^5.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@svgr/cli": "^8.1.0",
|
"@svgr/cli": "^8.1.0",
|
||||||
"@svgr/core": "^8.1.0",
|
"@svgr/core": "^8.1.0",
|
||||||
"@types/mdast": "^4.0.3",
|
"@types/mdast": "^4.0.3",
|
||||||
"@types/react": "^18.2.66",
|
"@types/react": "^18.3.0",
|
||||||
"@types/unist": "^3.0.2",
|
"@types/unist": "^3.0.2",
|
||||||
"@typescript-eslint/parser": "^7.2.0",
|
"@typescript-eslint/parser": "^7.7.1",
|
||||||
"cspell": "^8.6.0",
|
"cspell": "^8.7.0",
|
||||||
"cssnano": "^6.1.0",
|
"cssnano": "^7.0.0",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^9.1.1",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-plugin-astro": "^0.31.4",
|
"eslint-plugin-astro": "^1.0.3",
|
||||||
"eslint-plugin-jsx-a11y": "^6.8.0",
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
||||||
"eslint-plugin-prettier": "^5.1.3",
|
"eslint-plugin-prettier": "^5.1.3",
|
||||||
"glob": "^10.3.10",
|
"glob": "^10.3.12",
|
||||||
"husky": "^9.0.11",
|
"husky": "^9.0.11",
|
||||||
"jimp": "^0.22.12",
|
"jimp": "^0.22.12",
|
||||||
"lint-staged": "^15.2.2",
|
"lint-staged": "^15.2.2",
|
||||||
@@ -79,19 +79,19 @@
|
|||||||
"pagefind": "^1.1.0",
|
"pagefind": "^1.1.0",
|
||||||
"plop": "^4.0.1",
|
"plop": "^4.0.1",
|
||||||
"postcss-import": "^16.1.0",
|
"postcss-import": "^16.1.0",
|
||||||
"postcss-nesting": "^12.1.0",
|
"postcss-nesting": "^12.1.2",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"prettier-plugin-astro": "^0.13.0",
|
"prettier-plugin-astro": "^0.13.0",
|
||||||
"prettier-plugin-astro-organize-imports": "^0.4.3",
|
"prettier-plugin-astro-organize-imports": "^0.4.5",
|
||||||
"prettier-plugin-organize-imports": "^3.2.4",
|
"prettier-plugin-organize-imports": "^3.2.4",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.12",
|
"prettier-plugin-tailwindcss": "^0.5.14",
|
||||||
"rollup": "^4.13.0",
|
"rollup": "^4.16.4",
|
||||||
"sharp": "^0.33.3",
|
"sharp": "^0.33.3",
|
||||||
"svgo": "^3.2.0",
|
"svgo": "^3.2.0",
|
||||||
"tailwindcss-logical": "^3.0.1",
|
"tailwindcss-logical": "^3.0.1",
|
||||||
"tailwindcss-opentype": "^1.1.0",
|
"tailwindcss-opentype": "^1.1.0",
|
||||||
"typescript": "^5.4.2",
|
"typescript": "^5.4.5",
|
||||||
"vite": "^5.1.6"
|
"vite": "^5.2.10"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|||||||
17294
pnpm-lock.yaml
generated
17294
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user