Skip to content

Commit e221f37

Browse files
authored
chore: Update all dependencies and bump Node support to 10 (#20)
1 parent 35a8f9c commit e221f37

File tree

4 files changed

+1013
-1171
lines changed

4 files changed

+1013
-1171
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:8
5+
- image: circleci/node:10
66

77
steps:
88
- checkout
@@ -20,4 +20,4 @@ jobs:
2020
key: v1-dependencies-{{ checksum "yarn.lock" }}
2121

2222
- run: yarn format -- --list-different
23-
- run: yarn test
23+
- run: yarn test

package.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@
1717
},
1818
"dependencies": {
1919
"@lwc/eslint-plugin-lwc": "^0.8.0",
20-
"babel-eslint": "^10.0.1",
21-
"eslint-plugin-import": "^2.14.0",
22-
"eslint-plugin-jest": "^22.0.0",
20+
"babel-eslint": "^10.0.3",
21+
"eslint-plugin-import": "^2.20.1",
22+
"eslint-plugin-jest": "^23.6.0",
2323
"eslint-restricted-globals": "^0.2.0"
2424
},
2525
"devDependencies": {
26-
"eslint": "^5.16.0",
27-
"husky": "^1.2.0",
28-
"lint-staged": "^8.1.0",
29-
"mocha": "^5.2.0",
30-
"prettier": "^1.15.2"
26+
"eslint": "^6.8.0",
27+
"husky": "^4.2.1",
28+
"lint-staged": "^10.0.7",
29+
"mocha": "^7.0.1",
30+
"prettier": "^1.19.1"
3131
},
3232
"peerDependencies": {
33-
"eslint": "^5.0.0"
33+
"eslint": "^6.0.0"
3434
},
3535
"repository": {
3636
"type": "git",
3737
"url": "https://github.com/salesforce/eslint-config-lwc.git"
3838
},
3939
"engines": {
40-
"node": ">=8.0.0"
40+
"node": ">=10.0.0"
4141
},
4242
"files": [
4343
"lib",
@@ -56,10 +56,12 @@
5656
"eslint"
5757
],
5858
"*.{js,md}": [
59-
"prettier --write",
60-
"git add"
59+
"prettier --write"
6160
]
6261
},
62+
"mocha": {
63+
"slow": 500
64+
},
6365
"prettier": {
6466
"printWidth": 100,
6567
"tabWidth": 4,

test/mocha.opts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)