Skip to content

Commit

Permalink
downgrade TypeScript to 4.3.5. rollup/rollup#4213
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Aug 31, 2021
1 parent 2feff0a commit 8698b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -62,7 +62,7 @@
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.0",
"@rollup/plugin-typescript": "^8.2.5",
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.44",
"@types/ws": "^7.4.0",
Expand All @@ -79,7 +79,7 @@
"ts-loader": "^6.2.1",
"ts-node": "^6.0.3",
"tslint": "^5.9.1",
"typescript": "^4.2.3",
"typescript": "^4.3.5",
"ws": "^7.4.3"
}
}

0 comments on commit 8698b2d

Please sign in to comment.