Skip to content

Commit

Permalink
Bump TypeScript to 4.9 and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mastahdocent committed Jun 14, 2023
1 parent bd0dbfa commit 8a35f8e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
27 changes: 14 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-typescript": "8.2.1",
"@types/jest": "26.0.23",
"@types/node": "18.11.19",
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"babel-jest": "27.0.5",
Expand All @@ -48,7 +49,7 @@
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-uglify": "6.0.4",
"ts-jest": "27.0.3",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
"scripts": {
"lint": "eslint . --ext .ts,.js",
Expand Down

0 comments on commit 8a35f8e

Please sign in to comment.