-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: resolve package update errors
* replace rollup-plugin-terser with @rollup/plugin-terser to fix outdated version dependencies * update snapshot escaped characters * install jest-environment-jsdom separately
- Loading branch information
Showing
6 changed files
with
6,764 additions
and
5,213 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"env": { | ||
"browser": true, | ||
"jest/globals": true | ||
"jest": true | ||
}, | ||
"extends": [ | ||
"airbnb-base", | ||
|
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
Oops, something went wrong.