From e97bdbd55bd43c20147304b8a24751f6b14a2d3c Mon Sep 17 00:00:00 2001 From: "aitor c. urrutia aranburu" Date: Mon, 3 Nov 2025 10:37:54 +0100 Subject: [PATCH] feat: paketeen bertsioak igotzen ditu --- .vscode/settings.json | 3 +++ package.json | 8 ++++---- pnpm-lock.yaml | 10 +++++----- 3 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..55712c1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "typescript.tsdk": "node_modules/typescript/lib" +} \ No newline at end of file diff --git a/package.json b/package.json index 734a790..9fc928a 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/rss": "^4.0.12", - "@astrojs/sitemap": "^3.5.1", - "astro": "^5.13.6", - "prettier": "^3.3.3", + "@astrojs/rss": "^4.0.13", + "@astrojs/sitemap": "^3.6.0", + "astro": "^5.15.3", + "prettier": "^3.6.2", "prettier-plugin-astro": "^0.14.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2dae684..18e3fa3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,16 +9,16 @@ importers: .: devDependencies: '@astrojs/rss': - specifier: ^4.0.12 + specifier: ^4.0.13 version: 4.0.13 '@astrojs/sitemap': - specifier: ^3.5.1 + specifier: ^3.6.0 version: 3.6.0 astro: - specifier: ^5.13.6 + specifier: ^5.15.3 version: 5.15.3(@types/node@24.10.0)(rollup@4.52.5)(typescript@5.9.3) prettier: - specifier: ^3.3.3 + specifier: ^3.6.2 version: 3.6.2 prettier-plugin-astro: specifier: ^0.14.1 @@ -1897,7 +1897,7 @@ snapshots: '@types/sax@1.2.7': dependencies: - '@types/node': 17.0.45 + '@types/node': 24.10.0 '@types/unist@3.0.3': {}