-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
933: fix(deps): update dependency bignumber.js to v8.0.2 r=davemneo a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | bignumber.js | dependencies | patch | `8.0.1` -> `8.0.2` | [source](https://togithub.com/MikeMcl/bignumber.js) | | bignumber.js | devDependencies | patch | `8.0.1` -> `8.0.2` | [source](https://togithub.com/MikeMcl/bignumber.js) | --- ### Release Notes <details> <summary>MikeMcl/bignumber.js</summary> ### [`v8.0.2`](https://togithub.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md#​802) [Compare Source](https://togithub.com/MikeMcl/bignumber.js/compare/v8.0.1...v8.0.2) - 13/01/2019 - [#​209](https://togithub.com/MikeMcl/bignumber.js/issues/209) `toPrecision` without argument should follow `toString`. - Improve _Use_ section of _README_. - Optimise `toString(10)`. - Add verson number to API doc. </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one). Co-authored-by: Renovate Bot <bot@renovateapp.com>
- Loading branch information
Showing
31 changed files
with
46 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/0-token/0-contracts/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/0-token/1-properties/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/0-token/2-storage/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/0-token/3-structured-storage/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/0-token/4-constructors/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/0-token/5-methods/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/0-token/6-events/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/0-token/7-transfer/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/1-ico/0-receiving/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/1-ico/1-processing/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/1-ico/2-mint/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/1-ico/3-duration/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/1-ico/4-withdraw/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/3-escrow/0-approvals/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/3-escrow/1-deposit/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/3-escrow/2-transfer/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/3-escrow/3-claim/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/3-escrow/4-refund/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/3-escrow/5-generalize/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/3-escrow/6-cneo/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/neo-one-website/courses/0-tokenomics/3-escrow/7-forward/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"bignumber.js": "8.0.1" | ||
"bignumber.js": "8.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters