chore: update peerDeps support

This commit is contained in:
Ayo 2023-09-19 17:29:57 +02:00
parent 424e9e4494
commit 41af5c530b
3 changed files with 1956 additions and 1354 deletions

View file

@ -1,11 +1,6 @@
import { defineConfig } from 'astro/config';
import node from "@astrojs/node";
// https://astro.build/config
export default defineConfig({
output: "server",
adapter: node({
mode: "standalone"
})
});

3298
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -29,11 +29,10 @@
"preview": "astro preview",
"astro": "astro"
},
"peerDependencies": {
"astro": "^2.8.4"
},
"devDependencies": {
"@astrojs/node": "^5.3.0",
"devalue": "^4.3.2"
},
"peerDependencies": {
"astro": "^3.1.1"
}
}