build: bump all pnpm dependencies

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I698d6e81aff232410c3705933b8df6f56a6a6964
This commit is contained in:
raf 2026-04-09 08:29:25 +03:00
commit 2819da8e35
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
6 changed files with 990 additions and 1677 deletions

View file

@ -15,6 +15,6 @@
"check": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.9.3"
"typescript": "^6.0.2"
}
}

View file

@ -14,7 +14,7 @@
"@ns/core": "workspace:*"
},
"devDependencies": {
"@types/node": "^25.0.10",
"typescript": "^5.9.3"
"@types/node": "^25.5.2",
"typescript": "^6.0.2"
}
}

View file

@ -15,6 +15,6 @@
"check": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.9.3"
"typescript": "^6.0.2"
}
}

View file

@ -14,17 +14,17 @@
"@ns/ui-utils": "workspace:*"
},
"devDependencies": {
"@types/node": "^25.0.10",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"eslint": "^9.39.2",
"@types/node": "^25.5.2",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.1",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"lucide-solid": "^0.562.0",
"lucide-solid": "^1.7.0",
"prettier": "^3.8.1",
"solid-js": "^1.9.10",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1",
"vite": "^7.3.1",
"vite-plugin-solid": "^2.11.10"
"solid-js": "^1.9.12",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1",
"vite": "^8.0.8",
"vite-plugin-solid": "^2.11.12"
}
}