Skip to content

Commit

Permalink
feat(package): update eslint-config-standard-with-typescript dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbluhm committed Nov 15, 2019
1 parent 3b9abbf commit dd59e4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 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.0.0

- **BREAKING**: Updated `eslint-config-standard-with-typescript` to version `^11.0.1`. Please visit
their github page for any style/linter changes

## 2.0.0

- **BREAKING**: Updated `eslint-config-standard-with-typescript` to version `^10.0.0`. Please visit
Expand Down
12 changes: 6 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": "2.0.0",
"version": "3.0.0",
"main": "dist/index.js",
"scripts": {
"test": "mocha -r ts-node/register ./test/**/*.ts",
Expand All @@ -24,11 +24,11 @@
"license": "MIT",
"homepage": "https://github.com/toddbluhm/ts-standard",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"@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": "^10.0.0",
"eslint-config-standard-with-typescript": "^11.0.1",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.0.0",
Expand All @@ -37,7 +37,7 @@
"standard-engine": "^12.0.0"
},
"peerDependencies": {
"typescript": ">=3.0.0 <3.6.0"
"typescript": ">=3.0.0 <3.7.0"
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
Expand All @@ -58,7 +58,7 @@
"nyc": "^14.0.0",
"sinon": "^7.0.0",
"ts-node": "^8.0.0",
"typescript": "^3.6.0"
"typescript": "^3.7.0"
},
"keywords": [
"Typescript Standard Style",
Expand Down

0 comments on commit dd59e4a

Please sign in to comment.