Update some dependencies

This commit is contained in:
2026-04-04 19:06:16 -05:00
parent c22f5d722a
commit e9d72e4022
3 changed files with 5538 additions and 5081 deletions

View File

@@ -1,5 +1,5 @@
// @ts-check
import { defineConfig } from 'astro/config';
import { defineConfig } from "astro/config";
// https://astro.build/config
export default defineConfig({});

10583
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,19 +1,19 @@
{
"name": "naliia-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.17.1",
"lenis": "^1.3.17",
"nodemailer": "^8.0.1"
},
"devDependencies": {
"@types/nodemailer": "^7.0.11"
}
"name": "naliia-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.17.1",
"lenis": "^1.3.17",
"nodemailer": "^8.0.1"
},
"devDependencies": {
"@types/nodemailer": "^7.0.11"
}
}