From 5f74eefbe9211c61baf6abceb00355fa378b14b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 01:35:49 +0000 Subject: [PATCH] Update dependency typescript to v5.8.2 --- examples/angular/package.json | 2 +- examples/vite-vanilla-ts/package.json | 2 +- examples/vue/package.json | 2 +- package.json | 2 +- test/tutorials/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/angular/package.json b/examples/angular/package.json index 0ad48ba52d1..99acf5ab1ee 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -87,7 +87,7 @@ "testcafe": "3.7.2", "ts-mocha": "11.1.0", "tslint": "6.1.3", - "typescript": "5.7.3", + "typescript": "5.8.2", "webpack-bundle-analyzer": "4.10.2" } } diff --git a/examples/vite-vanilla-ts/package.json b/examples/vite-vanilla-ts/package.json index 080eec2c5e1..797211f3b9e 100644 --- a/examples/vite-vanilla-ts/package.json +++ b/examples/vite-vanilla-ts/package.json @@ -18,7 +18,7 @@ "concurrently": "9.1.2", "copyfiles": "2.4.1", "testcafe": "3.7.2", - "typescript": "5.7.3", + "typescript": "5.8.2", "vite": "6.2.0" }, "//": "NOTICE: For the Github CI we use the local RxDB build (rxdb-local.tgz). In your app should just install 'rxdb' from npm instead", diff --git a/examples/vue/package.json b/examples/vue/package.json index d14e05f4587..022aef0268b 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -46,7 +46,7 @@ "node-sass": "9.0.0", "sass-loader": "16.0.5", "testcafe": "3.7.2", - "typescript": "5.7.3" + "typescript": "5.8.2" }, "eslintConfig": { "root": true, diff --git a/package.json b/package.json index 57acfbb56dd..811c6e1a54b 100644 --- a/package.json +++ b/package.json @@ -573,7 +573,7 @@ "terser": "5.39.0", "terser-webpack-plugin": "5.3.12", "ts-loader": "9.5.2", - "typescript": "5.7.3", + "typescript": "5.8.2", "walk-sync": "3.0.0", "watch": "1.0.2", "webpack": "5.98.0", diff --git a/test/tutorials/package.json b/test/tutorials/package.json index e001b553dbf..2b4ed86d333 100644 --- a/test/tutorials/package.json +++ b/test/tutorials/package.json @@ -14,6 +14,6 @@ "request": "2.88.2", "request-promise-native": "1.0.9", "ts-node": "10.9.2", - "typescript": "5.7.3" + "typescript": "5.8.2" } }