Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Bump 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Jun 23, 2021
1 parent daf2885 commit 6c34d62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tdreyno/fluent-decoders",
"version": "1.24.1-1",
"version": "1.25.0-1",
"main": "build/index.js",
"typings": "build/index.d.ts",
"repository": "https://github.com/tdreyno/fluent-decoders.git",
Expand Down Expand Up @@ -68,7 +68,7 @@
"typescript": "^4.3.2"
},
"dependencies": {
"decoders": "1.24.1"
"decoders": "1.25.0"
},
"peerDependencies": {}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2281,10 +2281,10 @@ decimal.js@^10.2.1:
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.2.1.tgz#238ae7b0f0c793d3e3cea410108b35a2c01426a3"
integrity sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==

decoders@1.24.1:
version "1.24.1"
resolved "https://registry.yarnpkg.com/decoders/-/decoders-1.24.1.tgz#9f451a77783c72bacd495103ca1e6ce9b7c794a5"
integrity sha512-uGMLUnQy7ELxOl9bOVbrafNutojqF0hAsMKhL7D5Z9Wvs5Kns75luPbPZi3tQJ28rAbNJ+cJ3TEOJxyrztKZVQ==
decoders@1.25.0:
version "1.25.0"
resolved "https://registry.yarnpkg.com/decoders/-/decoders-1.25.0.tgz#229be5bd03cb01324043b81856c734cfb91d4edb"
integrity sha512-rR3PDRxRLE4z3Xj7I1JMU5ZnzwU50Jd9rft8xY2RZAXCeKe+35/E3YvCIv1tS6m0tk8bWJxYqlEgqn823Yv9Lg==
dependencies:
debrief "^1.5.0"
lemons "^1.4.0"
Expand Down

0 comments on commit 6c34d62

Please sign in to comment.