mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
fix(deps): update all non-major dependencies (#457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
This commit is contained in:
parent
c19ba1c1e9
commit
f6989c7a7d
17 changed files with 32 additions and 34 deletions
|
@ -34,14 +34,14 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/test-utils": "workspace:*",
|
||||
"@types/node": "^22.10.0",
|
||||
"@types/node": "^22.10.5",
|
||||
"@types/send": "^0.17.4",
|
||||
"@types/server-destroy": "^1.0.4",
|
||||
"astro": "^5.0.0",
|
||||
"astro": "^5.1.3",
|
||||
"astro-scripts": "workspace:*",
|
||||
"cheerio": "1.0.0",
|
||||
"express": "^4.21.1",
|
||||
"node-mocks-http": "^1.16.1"
|
||||
"express": "^4.21.2",
|
||||
"node-mocks-http": "^1.16.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"provenance": true
|
||||
|
|
|
@ -25,7 +25,6 @@ export default function createMiddleware(app: NodeApp): RequestHandler {
|
|||
return next(error);
|
||||
// biome-ignore lint/style/noUselessElse: <explanation>
|
||||
} else {
|
||||
// biome-ignore lint/complexity/useArrowFunction: <explanation>
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,7 +18,6 @@ const createPreviewServer: CreatePreviewServer = async (preview) => {
|
|||
ssrHandler = ssrModule.handler;
|
||||
// biome-ignore lint/style/noNonNullAssertion: <explanation>
|
||||
options = ssrModule.options!;
|
||||
// biome-ignore lint/complexity/useArrowFunction: <explanation>
|
||||
} else {
|
||||
throw new AstroError(
|
||||
`The server entrypoint doesn't have a handler. Are you sure this is the right file?`
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"sharp": "^0.33.5"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
"@astrojs/node": "workspace:*"
|
||||
"@astrojs/node": "workspace:*",
|
||||
"astro": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue