Skip to content

Commit

Permalink
chore(package.json): updated package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbluhm committed Dec 29, 2019
1 parent 2ca14ad commit e858232
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.1.0
- **Upgrade**: Updated the following dependencies: `eslint-plugin-node`, `sinon`, `nyc`
- **Change**: Removed dependency on `@typescript-eslint/parser` as it is now a dependency of
`eslint-config-standard-with-typescript`

## 3.0.0

- **BREAKING**: Updated `eslint-config-standard-with-typescript` to version `^11.0.1`. Please visit
Expand Down
3 changes: 1 addition & 2 deletions eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"extends": "standard-with-typescript",
"parser": "@typescript-eslint/parser"
"extends": "standard-with-typescript"
}
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-standard",
"description": "Typescript Standard Style based on StandardJS",
"version": "3.0.0",
"version": "3.1.0",
"main": "dist/index.js",
"scripts": {
"test": "mocha -r ts-node/register ./test/**/*.ts",
Expand All @@ -25,19 +25,18 @@
"homepage": "https://github.com/toddbluhm/ts-standard",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.0.0",
"eslint-config-standard-with-typescript": "^11.0.1",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"pkg-conf": "^3.0.0",
"standard-engine": "^12.0.0"
},
"peerDependencies": {
"typescript": ">=3.0.0 <3.7.0"
"typescript": "^3.0.0"
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
Expand All @@ -55,8 +54,8 @@
"husky": "^3.0.0",
"minimist": "^1.0.0",
"mocha": "^6.0.0",
"nyc": "^14.0.0",
"sinon": "^7.0.0",
"nyc": "^15.0.0",
"sinon": "^8.0.0",
"ts-node": "^8.0.0",
"typescript": "^3.7.0"
},
Expand Down

0 comments on commit e858232

Please sign in to comment.