mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
chore: reformat a bit changelog updated dependencies section
This commit is contained in:
parent
4b0c98b3cb
commit
e176ee1281
1 changed files with 5 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -18,11 +18,11 @@
|
|||
* Replaced usage of deprecated `substr` with `substring`.
|
||||
* Replaced deprecated internal `punycode` with the [punycode](https://www.npmjs.com/package/punycode) package.
|
||||
* Updated dependencies:
|
||||
* * [got](https://github.com/sindresorhus/got) from 12.1 to 13.
|
||||
* * [minimist](https://github.com/minimistjs/minimist) from 1.2.6 to 1.2.8.
|
||||
* * [long](https://github.com/dcodeIO/long.js) from 5.2.0 to 5.2.3.
|
||||
* * @types/node from 14.18.13 to 16.18.58.
|
||||
* * [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0-rc.10 to 1.0.0-rc.12.
|
||||
* [got](https://github.com/sindresorhus/got) from 12.1 to 13.
|
||||
* [minimist](https://github.com/minimistjs/minimist) from 1.2.6 to 1.2.8.
|
||||
* [long](https://github.com/dcodeIO/long.js) from 5.2.0 to 5.2.3.
|
||||
* @types/node from 14.18.13 to 16.18.58.
|
||||
* [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0-rc.10 to 1.0.0-rc.12.
|
||||
* Added eslint which spotted some unused variables and other lints.
|
||||
* CLI: Resolved incorrect error message when querying with a non-existent protocol name.
|
||||
* Added Deno support: the library and CLI can now be experimentally used with the [Deno runtime](https://deno.com)
|
||||
|
|
Loading…
Reference in a new issue