Skip to content

Commit

Permalink
Change decimal library
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed May 8, 2024
1 parent 4b854b8 commit ae08c63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/keystatic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"@urql/exchange-graphcache": "^6.3.3",
"@urql/exchange-persisted": "^4.1.0",
"cookie": "^0.5.0",
"decimal.js": "^10.4.3",
"decimal.js-light": "^2.5.1",
"emery": "^1.4.1",
"escape-string-regexp": "^4.0.0",
"fast-deep-equal": "^3.1.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Decimal from 'decimal.js';
import Decimal from 'decimal.js-light';

export function validateNumber(
validation:
Expand Down
10 changes: 7 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit ae08c63

Please sign in to comment.