Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent c1b25de commit f880af4
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.0",
"ts-mocha": "10.0.0",
"tslint": "6.1.3",
"typescript": "5.6.3",
"typescript": "5.7.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.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",
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.3",
"testcafe": "3.7.0",
"typescript": "5.6.3"
"typescript": "5.7.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 @@ -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",
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.6.3"
"typescript": "5.7.2"
}
}

0 comments on commit f880af4

Please sign in to comment.