upgraded packages #25

Merged
kasun merged 5 commits from enhancement/Upgrade-packages into main 2026-06-09 14:11:25 +02:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 551b035db9 - Show all commits
+3 -3
View File
@@ -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": {
+1 -1
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"strict": true,
"outDir": "bin",
"target": "es2020",
"target": "es2024",
"module": "nodenext",
"moduleResolution": "nodenext",
"sourceMap": true,