Skip to content

Commit fdd683b

Browse files
chore(deps): update dependency typescript to v5.9.2
1 parent e5777f1 commit fdd683b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"testcafe": "3.7.2",
8888
"ts-mocha": "11.1.0",
8989
"tslint": "6.1.3",
90-
"typescript": "5.8.3",
90+
"typescript": "5.9.2",
9191
"webpack-bundle-analyzer": "4.10.2"
9292
}
9393
}

examples/vite-vanilla-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"concurrently": "9.2.0",
1919
"copyfiles": "2.4.1",
2020
"testcafe": "3.7.2",
21-
"typescript": "5.8.3",
21+
"typescript": "5.9.2",
2222
"vite": "7.0.6"
2323
},
2424
"//": "NOTICE: For the Github CI we use the local RxDB build (rxdb-local.tgz). In your app should just install 'rxdb' from npm instead",

examples/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"node-sass": "9.0.0",
4747
"sass-loader": "16.0.5",
4848
"testcafe": "3.7.2",
49-
"typescript": "5.8.3"
49+
"typescript": "5.9.2"
5050
},
5151
"eslintConfig": {
5252
"root": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@
606606
"terser": "5.43.1",
607607
"terser-webpack-plugin": "5.3.14",
608608
"ts-loader": "9.5.2",
609-
"typescript": "5.8.3",
609+
"typescript": "5.9.2",
610610
"walk-sync": "3.0.0",
611611
"watch": "1.0.2",
612612
"webpack": "5.101.0",

test/tutorials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"request": "2.88.2",
1515
"request-promise-native": "1.0.9",
1616
"ts-node": "10.9.2",
17-
"typescript": "5.8.3"
17+
"typescript": "5.9.2"
1818
}
1919
}

0 commit comments

Comments
 (0)