Skip to content

Commit

Permalink
Tightly constrain typescript verseion due to knex typing
Browse files Browse the repository at this point in the history
Unpinned dependency resulted in typescript 4.8 being installed,
however knex (all versions) has an outstanding bug:
knex/knex#5279
  • Loading branch information
Jkovarik committed Aug 31, 2022
1 parent d3e5d54 commit f6fdfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -152,7 +152,7 @@
"supertest": "^4.0.2",
"tough-cookie": "~4.0.0",
"tsc-watch": "^4.2.8",
"typescript": "^4.4.3",
"typescript": "~4.7.3",
"uuid": "^8.2.0",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
Expand Down

0 comments on commit f6fdfd7

Please sign in to comment.