Skip to content

Commit

Permalink
Pin decimal.js version (#5992)
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed Jun 28, 2021
1 parent 972e045 commit 543154b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/strong-tools-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@keystone-next/fields': patch
'@keystone-next/types': patch
---

Pinned dependency `decimal.js` to `10.2.1` to be consistent with Prisma.
2 changes: 1 addition & 1 deletion packages-next/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bytes": "^3.1.0",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.22.1",
"decimal.js": "^10.2.1",
"decimal.js": "10.2.1",
"dumb-passwords": "^0.2.1",
"fast-deep-equal": "^3.1.3",
"graphql-upload": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages-next/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@keystone-next/fields": "^11.0.0",
"apollo-server-types": "^0.9.0",
"cors": "^2.8.5",
"decimal.js": "^10.2.1",
"decimal.js": "10.2.1",
"graphql": "^15.5.1",
"graphql-type-json": "^0.3.2",
"graphql-upload": "^12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5455,7 +5455,7 @@ decamelize@^1.1.0, decamelize@^1.2.0:
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=

decimal.js@^10.2.1:
decimal.js@10.2.1, decimal.js@^10.2.1:
version "10.2.1"
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.2.1.tgz#238ae7b0f0c793d3e3cea410108b35a2c01426a3"
integrity sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==
Expand Down

1 comment on commit 543154b

@vercel
Copy link

@vercel vercel bot commented on 543154b Jun 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.