Skip to content

Commit

Permalink
Update to lockfileversion 2
Browse files Browse the repository at this point in the history
Update to `lockfileversion 2`. The lockfile version used by npm v7, which is backwards compatible to v1 lockfiles.
  • Loading branch information
DMBlakeley committed Dec 13, 2021
1 parent 08fdf64 commit 0a69af6
Show file tree
Hide file tree
Showing 3 changed files with 4,043 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/).

## v5.8.13
* Update to `lockfileversion 2`. The lockfile version used by npm v7, which is backwards compatible to v1 lockfiles.

## v5.8.12
* Updated index.ts for compatibility with axios v0.24.0 which changed `never` type to `unknown`. Added specification that response data should be `any`.

Expand Down
Loading

0 comments on commit 0a69af6

Please sign in to comment.