diff --git a/examples/angular/package.json b/examples/angular/package.json index f500ae2fb7c..f02762753e8 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 8a28ea3fe83..44dd2201751 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.3" }, "//": "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 e8b2bb8b36d..3e186cd6957 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -46,7 +46,7 @@ "node-sass": "9.0.0", "sass-loader": "16.0.4", "testcafe": "3.7.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "eslintConfig": { "root": true, diff --git a/package.json b/package.json index 6ab343340fd..426806a7452 100644 --- a/package.json +++ b/package.json @@ -572,7 +572,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.97.1", diff --git a/test/tutorials/package.json b/test/tutorials/package.json index f7032b5990c..221335ef833 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" } }