Skip to content

Commit

Permalink
Upgrade to TypeScript 5.4 (bokeh#13747)
Browse files Browse the repository at this point in the history
* Upgrade to TypeScript 5.4

* Update types in core/util/svg.ts

* Remove unnecessary null check

* Upgrade eslint and related dependencies
  • Loading branch information
mattpap authored Mar 16, 2024
1 parent e74a6aa commit 04970ea
Show file tree
Hide file tree
Showing 7 changed files with 294 additions and 319 deletions.
17 changes: 8 additions & 9 deletions bokehjs/make/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,19 @@
"./src/compiler"
],
"devDependencies": {
"@types/eslint": "^8.44.9",
"@types/node": "^20.5.6",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.28",
"@types/which": "^3.0.3",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"acorn": "^8.11.2",
"acorn": "^8.11.3",
"chalk": "^4.1.2",
"del": "^6.1.1",
"eslint": "^8.55.0",
"semver": "^7.5.4",
"eslint": "^8.57.0",
"semver": "^7.6.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.1.2",
"typescript": "~5.3.3",
"tsconfig-paths": "^4.2.0",
"typescript-eslint": "^7.2.0",
"typescript": "~5.4.2",
"which": "^3.0.1",
"yargs": "^17.7.2"
}
Expand Down
Loading

0 comments on commit 04970ea

Please sign in to comment.