Update all packages dependencies in project root (#863)

* Update `svgo` and `svgson` version and fix some tests

* Update eslint-related packages and fix all linter errors

* Update all rollup-related packages version

* Update all rollup-related packages (part 2)

* Update the rest of package which need to be updated

* Fix unwanted comment

* Fix unwanted comment (again)
This commit is contained in:
Louis Bailleau
2022-11-07 22:29:19 +01:00
committed by GitHub
parent 1cdcfd6403
commit 55ae908018
42 changed files with 35198 additions and 1534 deletions

View File

@@ -1,7 +1,6 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import fetch, { Headers } from 'node-fetch';
const githubApi = async endpoint => {
const githubApi = async (endpoint) => {
const headers = new Headers();
const username = 'ericfennis';
const password = process.env.GITHUB_API_KEY;