Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
fix(deps): update deps to latest versions (#15)
Browse files Browse the repository at this point in the history
* chore: enhance lint script output + add fix & setup local scripts

* fix(deps): update deps to latest versions
  • Loading branch information
ruxandrafed authored Nov 28, 2018
1 parent e55671d commit 5fed649
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,22 @@
"lint:deps": "npx updated",
"lint:ec": "npx editorconfig-checker .",
"lint:md": "npx remark --quiet --frail .",
"lint": "npx run-p lint:*"
"lint": "npx npm-run-all -p -c -n lint:*",
"fix:md": "npm run lint:md -- -o",
"fix:deps": "npm run lint:deps -- --update",
"setup-local": "npx install-group peer --package @telus/build-essential --no-save"
},
"peerDependencies": {
"@telus/eslint-config": "^1.3.5",
"@telus/remark-config": "^1.1.0",
"@telus/semantic-release-config": "^1.0.4",
"@telus/semantic-release-config": "^1.1.2",
"editorconfig-checker": "^1.3.3",
"eslint": "^5.9.0",
"babel-eslint": "10.0.1",
"install-group": "^3.0.0",
"npm-run-all": "^4.1.3",
"npm-run-all": "^4.1.5",
"remark-cli": "^6.0.1",
"semantic-release": "^15.12.1",
"updated": "^1.2.2"
"semantic-release": "^15.12.3",
"updated": "^1.3.0"
}
}

0 comments on commit 5fed649

Please sign in to comment.