From 551b035db94bf7c5d429e499857f299b74ac59c1 Mon Sep 17 00:00:00 2001 From: kasun Date: Tue, 9 Jun 2026 13:58:36 +0200 Subject: [PATCH] upgraded packages for proxmox-infra --- 01-proxmox-infra/package.json | 6 +++--- 01-proxmox-infra/tsconfig.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/01-proxmox-infra/package.json b/01-proxmox-infra/package.json index 18fd875..97f1ba3 100644 --- a/01-proxmox-infra/package.json +++ b/01-proxmox-infra/package.json @@ -2,13 +2,13 @@ "name": "proxmox-infra", "main": "index.ts", "devDependencies": { - "@types/node": "^18", - "typescript": "^5.0.0" + "@types/node": "^24", + "typescript": "^6.0.0" }, "dependencies": { "@muhlba91/pulumi-proxmoxve": "^8.2.1", "@pulumi/pfsense": "file:sdks/pfsense", - "@pulumi/pulumi": "^3.113.0", + "@pulumi/pulumi": "^3.244.0", "@pulumi/tls": "^5.5.0" }, "imports": { diff --git a/01-proxmox-infra/tsconfig.json b/01-proxmox-infra/tsconfig.json index 80b5662..5e2c0b7 100644 --- a/01-proxmox-infra/tsconfig.json +++ b/01-proxmox-infra/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "strict": true, "outDir": "bin", - "target": "es2020", + "target": "es2024", "module": "nodenext", "moduleResolution": "nodenext", "sourceMap": true,