1
Fork 0

Update node version and dependencies (#2100)

* Update packages

* Update node version used in CI

* Update node packages again using node v16

* Update stylelint-config-recommended
This commit is contained in:
toasted-nutbread 2022-04-02 09:41:25 -04:00 committed by GitHub
parent 8a1dcbc9f5
commit 0629a2ddc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12358 additions and 1750 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Lint

14096
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,15 +38,15 @@
"devDependencies": {
"browserify": "^17.0.0",
"css": "^3.0.0",
"eslint": "^8.8.0",
"eslint": "^8.12.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-no-unsanitized": "^4.0.1",
"fake-indexeddb": "^3.1.7",
"html-validate": "^6.2.0",
"html-validate": "^6.6.1",
"jsdom": "^19.0.0",
"parse5": "^6.0.1",
"stylelint": "^14.3.0",
"stylelint-config-recommended": "^6.0.0",
"web-ext": "^6.6.0"
"stylelint": "^14.6.1",
"stylelint-config-recommended": "^7.0.0",
"web-ext": "^6.8.0"
}
}