Skip to content

Commit

Permalink
chore: Update to typescript 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Apr 4, 2023
1 parent cb00cb7 commit 14e9562
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^10.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.2.4",
"@types/node": "^14.18.35",
"@typescript-eslint/eslint-plugin": "^5.3.1",
Expand All @@ -92,7 +92,7 @@
"prettier": "^2.2.1",
"rollup": "^3.7.5",
"tslib": "^2.1.0",
"typescript": "^4.3.5"
"typescript": "^5.0.3"
},
"engines": {
"node": ">= 14"
Expand Down

0 comments on commit 14e9562

Please sign in to comment.