Update npm modules and drop support for Node.js 10 (#196)
Following packages have been updated: * eslint * eslint-config-wikimedia * mocha
This commit is contained in:
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-v: [10.x, 12.x, 14.x, 16.x]
|
node-v: [12.x, 14.x, 16.x]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
3506
package-lock.json
generated
3506
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -23,9 +23,9 @@
|
|||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"assert": "2.0.0",
|
"assert": "2.0.0",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "8.7.0",
|
||||||
"eslint-config-wikimedia": "0.20.0",
|
"eslint-config-wikimedia": "0.21.0",
|
||||||
"mocha": "9.1.3"
|
"mocha": "9.1.4"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
"url": "http://github.com/wikimedia/language-data/issues"
|
"url": "http://github.com/wikimedia/language-data/issues"
|
||||||
},
|
},
|
||||||
"engine": {
|
"engine": {
|
||||||
"node": ">=10.0.0"
|
"node": ">=12.0.0"
|
||||||
},
|
},
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user