-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For some reason, the lockfile was not in sync anymore with the package.json file: > `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. That may be linked to a new version of Node.js (v16.15.1).
1 parent
f0350a0
commit 8c659bc
Showing
3 changed files
with
6,341 additions
and
5,320 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -118,5 +118,8 @@ | |
}, | ||
"browser": { | ||
"./test/node.ts": false | ||
}, | ||
"overrides": { | ||
"@types/estree": "0.0.52" | ||
} | ||
} |