Skip to content

Commit bb319c4

Browse files
@jotadevelopersergiohgz
authored andcommitted
feat: drop node v6 support
1 parent 89c2677 commit bb319c4

File tree

3 files changed

+942
-763
lines changed

3 files changed

+942
-763
lines changed

core/streams/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@
77
"release": "standard-version -a -s",
88
"precommit": "lint-staged",
99
"test": "jest",
10-
"lint": "eslint .",
10+
"lint": "npm run type-check && eslint .",
1111
"type-check": "tsc --noEmit",
1212
"type-check:watch": "npm run type-check -- --watch",
1313
"build": "npm run build:types && npm run build:js",
1414
"build:types": "tsc --emitDeclarationOnly",
1515
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^10.12.18",
19-
"@verdaccio/babel-preset": "0.0.3",
20-
"@verdaccio/types": "4.1.4",
21-
"cross-env": "5.1.3",
22-
"eslint": "4.16.0",
23-
"eslint-config-google": "0.9.1",
24-
"eslint-plugin-jest": "21.7.0",
18+
"@types/node": "11.12.1",
19+
"@verdaccio/babel-preset": "0.1.0",
20+
"@verdaccio/types": "5.0.0-beta.4",
21+
"cross-env": "5.2.0",
22+
"eslint": "5.15.3",
23+
"eslint-config-google": "0.12.0",
24+
"eslint-plugin-jest": "22.4.1",
2525
"eslint-plugin-verdaccio": "0.0.5",
2626
"husky": "0.14.3",
27-
"jest": "^24.0.0",
27+
"jest": "24.5.0",
2828
"lint-staged": "6.0.1",
29-
"prettier": "1.10.2",
30-
"standard-version": "4.4.0",
31-
"typescript": "^3.2.4"
29+
"prettier": "1.16.4",
30+
"standard-version": "5.0.2",
31+
"typescript": "3.2.4"
3232
},
3333
"engines": {
34-
"node": ">=6.12.0",
35-
"npm": ">=4"
34+
"node": ">=8",
35+
"npm": ">=5"
3636
},
3737
"lint-staged": {
3838
"*.js": [

core/streams/renovate.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)