diff --git a/apps/host/package.json b/apps/host/package.json index 81c83827..b3fa9ccb 100644 --- a/apps/host/package.json +++ b/apps/host/package.json @@ -22,12 +22,12 @@ "@dotli/typescript-config": "workspace:*", "@playwright/test": "^1.59.1", "playwright": "^1.59.1", - "@types/node": "^25.9.3", + "@types/node": "^26.2.0", "eslint": "^10.5.0", "jsqr": "^1.4.0", "prettier": "^3.8.3", "simple-statistics": "^7.9.0", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vite-plugin-pwa": "^1.2.0", "vite-plugin-wasm": "^3.5.0", diff --git a/apps/protocol/package.json b/apps/protocol/package.json index 62cd0465..049522d5 100644 --- a/apps/protocol/package.json +++ b/apps/protocol/package.json @@ -13,10 +13,10 @@ "devDependencies": { "@dotli/eslint-config": "workspace:*", "@dotli/typescript-config": "workspace:*", - "@types/node": "^25.9.3", + "@types/node": "^26.2.0", "eslint": "^10.5.0", "prettier": "^3.8.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vite-plugin-wasm": "^3.5.0" }, diff --git a/apps/sandbox/package.json b/apps/sandbox/package.json index 366b16b0..1f66aa22 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -13,10 +13,10 @@ "devDependencies": { "@dotli/eslint-config": "workspace:*", "@dotli/typescript-config": "workspace:*", - "@types/node": "^25.9.3", + "@types/node": "^26.2.0", "eslint": "^10.5.0", "prettier": "^3.8.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vite-plugin-wasm": "^3.5.0" }, diff --git a/package.json b/package.json index 18407a21..a586dd6c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "prettier": "^3.8.4", "turbo": "^2.9.18", - "typescript": "^6.0.3" + "typescript": "^7.0.2" }, "packageManager": "bun@1.3.6", "workspaces": [ @@ -35,12 +35,12 @@ "packages/*" ], "dependencies": { - "smoldot": "3.3.2" + "smoldot": "3.4.0" }, "overrides": { "@parity/truapi": "0.7.0", "fast-uri": "3.1.5", - "smoldot": "3.3.2", + "smoldot": "3.4.0", "esbuild": "^0.28.1", "brace-expansion": "^5.0.9", "postcss": "^8.5.24" diff --git a/packages/config/package.json b/packages/config/package.json index d929f480..6faeab65 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -17,7 +17,7 @@ "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" } diff --git a/packages/content/package.json b/packages/content/package.json index 730680cc..73053d10 100644 --- a/packages/content/package.json +++ b/packages/content/package.json @@ -17,7 +17,7 @@ "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 042830d7..19efd4e4 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -13,7 +13,7 @@ "eslint": "^10.5.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-turbo": "^2.9.18", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "typescript-eslint": "^8.61.0" } } diff --git a/packages/metrics/package.json b/packages/metrics/package.json index 59579c32..16603714 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -17,7 +17,7 @@ "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 24755141..29d59727 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -17,7 +17,7 @@ "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, diff --git a/packages/resolver/package.json b/packages/resolver/package.json index f6930a67..fb2229ed 100644 --- a/packages/resolver/package.json +++ b/packages/resolver/package.json @@ -18,7 +18,7 @@ "eslint": "^10.5.0", "fake-indexeddb": "^6.2.5", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, @@ -35,6 +35,6 @@ "@polkadot-api/substrate-client": "0.7.0", "@polkadot-api/utils": "0.4.0", "polkadot-api": "^2.1.8", - "smoldot": "^3.1.4" + "smoldot": "^3.4.0" } } diff --git a/packages/sandbox-checker/package.json b/packages/sandbox-checker/package.json index 0acaa179..95cf177b 100644 --- a/packages/sandbox-checker/package.json +++ b/packages/sandbox-checker/package.json @@ -15,7 +15,7 @@ "@dotli/eslint-config": "workspace:*", "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16" } } diff --git a/packages/shared/package.json b/packages/shared/package.json index 94728b76..5c0cb39b 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -17,7 +17,7 @@ "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, diff --git a/packages/storage/package.json b/packages/storage/package.json index 92709817..d48551ec 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -18,7 +18,7 @@ "eslint": "^10.5.0", "fake-indexeddb": "^6.2.5", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" }, diff --git a/packages/truapi-debug/package.json b/packages/truapi-debug/package.json index 5b623416..97edf2b2 100644 --- a/packages/truapi-debug/package.json +++ b/packages/truapi-debug/package.json @@ -15,12 +15,12 @@ "@dotli/eslint-config": "workspace:*", "@dotli/typescript-config": "workspace:*", "eslint": "^10.5.0", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16" }, "dependencies": { "@dotli/config": "workspace:*", "@dotli/shared": "workspace:*", - "nanoevents": "^9.1.0" + "nanoevents": "^10.0.0" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 426ed39b..024cbd71 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -19,7 +19,7 @@ "eslint": "^10.5.0", "fake-indexeddb": "^6.2.5", "happy-dom": "^20.10.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8" },