From f880af4c9d67c995a7f48f0fb78e2906bfb96c8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:14:34 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5.7.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 f0fedcf391f..2609bd0b271 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -87,7 +87,7 @@ "testcafe": "3.7.0", "ts-mocha": "10.0.0", "tslint": "6.1.3", - "typescript": "5.6.3", + "typescript": "5.7.2", "webpack-bundle-analyzer": "4.10.2" } } diff --git a/examples/vite-vanilla-ts/package.json b/examples/vite-vanilla-ts/package.json index 23a3a623116..e777223b866 100644 --- a/examples/vite-vanilla-ts/package.json +++ b/examples/vite-vanilla-ts/package.json @@ -18,7 +18,7 @@ "concurrently": "9.1.0", "copyfiles": "2.4.1", "testcafe": "3.7.0", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "6.0.1" }, "//": "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 86ee7b3cf65..44c85961cfb 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -46,7 +46,7 @@ "node-sass": "9.0.0", "sass-loader": "16.0.3", "testcafe": "3.7.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "eslintConfig": { "root": true, diff --git a/package.json b/package.json index c20229e7722..42a5bad53e1 100644 --- a/package.json +++ b/package.json @@ -571,7 +571,7 @@ "terser-webpack-plugin": "5.3.10", "ts-loader": "9.5.1", "ts-mocha": "10.0.0", - "typescript": "5.6.3", + "typescript": "5.7.2", "walk-sync": "3.0.0", "watch": "1.0.2", "webpack": "5.96.1", diff --git a/test/tutorials/package.json b/test/tutorials/package.json index 6b2538a1596..89fad36cbf5 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.6.3" + "typescript": "5.7.2" } }