Skip to content

Commit

Permalink
fixes CI build by forcing typescript 4.3.5. rollup/rollup#4213
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Sep 1, 2021
1 parent 28d7f82 commit 3d91d00
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 22 deletions.
46 changes: 26 additions & 20 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 @@ -33,7 +33,7 @@
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.1",
"@rollup/plugin-typescript": "^8.2.5",
"@types/debug": "^0.0.31",
"@types/express": "^4.16.1",
"@types/fossil-delta": "^1.0.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"ts-node": "^7.0.1",
"ts-node-dev": "^1.1.6",
"tslint": "^5.11.0",
"typescript": "^4.3.5"
"typescript": "4.3.5"
},
"nyc": {
"extension": [
Expand Down

0 comments on commit 3d91d00

Please sign in to comment.