diff --git a/apps/host/package.json b/apps/host/package.json index b3789ff6..96144e75 100644 --- a/apps/host/package.json +++ b/apps/host/package.json @@ -21,12 +21,12 @@ "@dotli/typescript-config": "workspace:*", "@playwright/test": "^1.59.1", "playwright": "^1.59.1", - "@types/node": "^25.9.3", + "@types/node": "^26.1.1", "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..ae7d322a 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.1.1", "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..3df28d0b 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.1.1", "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 89475065..c0cbb5aa 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "devDependencies": { "prettier": "^3.8.4", "turbo": "^2.9.18", - "typescript": "^6.0.3" + "typescript": "^7.0.2" }, "packageManager": "bun@1.3.6", "workspaces": [ @@ -32,10 +32,10 @@ "packages/*" ], "dependencies": { - "smoldot": "3.2.0" + "smoldot": "3.3.1" }, "overrides": { - "smoldot": "3.2.0", + "smoldot": "3.3.1", "esbuild": "^0.28.1" } } diff --git a/packages/auth/package.json b/packages/auth/package.json index a8d758a1..cea99265 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -18,7 +18,7 @@ "@scure/sr25519": "^2.2.0", "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" }, @@ -29,11 +29,11 @@ "@dotli/resolver": "workspace:*", "@dotli/shared": "workspace:*", "@noble/hashes": "^2.2.0", - "@novasamatech/host-api": "0.8.9", - "@novasamatech/host-papp": "0.8.9", + "@novasamatech/host-api": "0.8.10", + "@novasamatech/host-papp": "0.8.10", "@novasamatech/sdk-statement": "^0.6.0", - "@novasamatech/statement-store": "0.8.9", - "@novasamatech/storage-adapter": "0.8.9", + "@novasamatech/statement-store": "0.8.10", + "@novasamatech/storage-adapter": "0.8.10", "@scure/sr25519": "^2.2.0", "neverthrow": "^8.2.0", "polkadot-api": "^2.1.6", 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 6b5e9c04..f4ae1efc 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,9 +35,9 @@ "@polkadot-api/substrate-bindings": "0.20.3", "@polkadot-api/substrate-client": "0.7.0", "@polkadot-api/utils": "0.4.0", - "@polkadot-labs/hdkd": "^0.0.28", - "@polkadot-labs/hdkd-helpers": "^0.0.30", + "@polkadot-labs/hdkd": "^0.0.29", + "@polkadot-labs/hdkd-helpers": "^0.0.31", "polkadot-api": "^2.1.6", - "smoldot": "^3.1.4" + "smoldot": "^3.3.1" } } 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 111c2724..e1731439 100644 --- a/packages/truapi-debug/package.json +++ b/packages/truapi-debug/package.json @@ -15,14 +15,14 @@ "@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/shared": "workspace:*", - "@novasamatech/host-api": "0.8.9", - "@novasamatech/host-container": "0.8.9", - "@novasamatech/host-papp": "0.8.9", + "@novasamatech/host-api": "0.8.10", + "@novasamatech/host-container": "0.8.10", + "@novasamatech/host-papp": "0.8.10", "nanoevents": "^9.1.0" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index dba89f26..d057d9a1 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -18,7 +18,7 @@ "@types/qrcode": "^1.5.6", "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" }, @@ -32,11 +32,11 @@ "@dotli/storage": "workspace:*", "@dotli/truapi-debug": "workspace:*", "@noble/hashes": "^2.2.0", - "@novasamatech/host-api": "0.8.9", - "@novasamatech/host-container": "0.8.9", - "@novasamatech/host-papp": "0.8.9", + "@novasamatech/host-api": "0.8.10", + "@novasamatech/host-container": "0.8.10", + "@novasamatech/host-papp": "0.8.10", "@novasamatech/sdk-statement": "^0.6.0", - "@novasamatech/statement-store": "0.8.9", + "@novasamatech/statement-store": "0.8.10", "@polkadot-api/json-rpc-provider": "^0.2.0", "neverthrow": "^8.2.0", "polkadot-api": "^2.1.6",