upgrade dependencies

master
gman 6 months ago
parent efb76f1742
commit b52cbcc85b

16237
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,24 +1,24 @@
{ {
"name": "wcwb", "name": "wcwb",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
"build": "astro check && astro build", "build": "astro check && astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2", "@astrojs/react": "^4.3.0",
"@astrojs/starlight": "^0.28.2", "@astrojs/starlight": "^0.35.2",
"@types/react": "^18.3.11", "@types/react": "^18.3.24",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.7",
"astro": "^4.15.3", "astro": "^5.13.4",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"sharp": "^0.32.5", "sharp": "^0.32.6",
"typescript": "^5.6.2" "typescript": "^5.9.2"
} }
} }

Loading…
Cancel
Save