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 // @ts-check
import { defineConfig } from 'astro/config'; import { defineConfig } from "astro/config";
// https://astro.build/config // https://astro.build/config
export default defineConfig({}); 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", "name": "naliia-website",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^5.17.1", "astro": "^5.17.1",
"lenis": "^1.3.17", "lenis": "^1.3.17",
"nodemailer": "^8.0.1" "nodemailer": "^8.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/nodemailer": "^7.0.11" "@types/nodemailer": "^7.0.11"
} }
} }