diff --git a/examples/angular/package.json b/examples/angular/package.json index bac327aae2c..54b3923ba5e 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -87,7 +87,7 @@ "testcafe": "3.7.1", "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 0fd56ee3137..afdd67c19ae 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.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "6.0.6" }, "//": "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 bece5198d1e..aaa0328ad82 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.1", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "eslintConfig": { "root": true, diff --git a/package.json b/package.json index 8397dd5277b..158c6533c2a 100644 --- a/package.json +++ b/package.json @@ -571,7 +571,7 @@ "terser": "5.37.0", "terser-webpack-plugin": "5.3.11", "ts-loader": "9.5.1", - "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 af0ed6e4195..77532bdfae0 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" } }