Skip to content

Commit

Permalink
Update dependency typescript to v5.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent 79e1f78 commit 5f74eef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/vite-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/tutorials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 5f74eef

Please sign in to comment.