Skip to content

Commit

Permalink
chore: upgrade typescript to 4.7.4 as well as rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
ivcosla committed Jul 4, 2022
1 parent 5b2e6b1 commit eea83c6
Show file tree
Hide file tree
Showing 6 changed files with 6,994 additions and 6,964 deletions.
2 changes: 1 addition & 1 deletion ezmoney.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ declare function setPrecision<C extends string>(monetaryValue: MonetaryValue<C>,
declare const enum SignDisplay {
Always = "always",
Auto = "auto",
ExceptZero = "except-zero",
ExceptZero = "exceptZero",
Never = "never"
}

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"jest-junit": "^12.2.0",
"jsum": "^1.0.0",
"prettier": "^2.0.0",
"rollup": "^2.55.1",
"rollup-plugin-typescript2": "^0.30.0",
"rollup": "^2.75.7",
"rollup-plugin-typescript2": "^0.32.1",
"semantic-release": "^17.0.0",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"resolutions": {
"@microsoft/api-extractor/**/typescript": "^4.3.5"
"@microsoft/api-extractor/**/typescript": "^4.7.4"
},
"volta": {
"node": "14.17.4",
Expand Down
Loading

0 comments on commit eea83c6

Please sign in to comment.