Skip to content

Commit

Permalink
Merge pull request #602 from standard/maintenance
Browse files Browse the repository at this point in the history
maintenance
  • Loading branch information
mightyiam committed Jul 2, 2021
2 parents 13333e9 + c13a30e commit 06a72d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,33 +59,33 @@
"eslint-config-standard": "^16.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.0.1",
"eslint": "^7.12.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"typescript": "^3.9",
"@typescript-eslint/eslint-plugin": "^4.0.1"
"eslint-plugin-promise": "^4.2.1 || ^5.0.0",
"typescript": "^3.9"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@commitlint/travis-cli": "12.1.4",
"@types/eslint": "7.2.13",
"@types/node": "14.17.3",
"@types/node": "15.14.0",
"@typescript-eslint/eslint-plugin": "4.0.1",
"ava": "3.15.0",
"editorconfig-checker": "4.0.2",
"eslint": "7.28.0",
"eslint": "7.29.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"husky": "6.0.0",
"eslint-plugin-promise": "5.1.0",
"husky": "7.0.0",
"npm-run-all": "4.1.5",
"pinst": "2.1.6",
"read-pkg-up": "7.0.1",
"standard-version": "9.3.0",
"tsconfigs": "5.0.0",
"typescript": "4.3.2"
"typescript": "4.3.5"
},
"files": [
"lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ test('Own peerDependencies include those of eslint-config-standard', async (t) =
// https://github.com/microsoft/TypeScript/pull/12253
const name = _name as keyof typeof standardPkg.peerDependencies
const ourDep = ourPeerDeps[name]
t.is(ourDep, standardDep)
t.is(ourDep, standardDep, name)
})
})

Expand Down

0 comments on commit 06a72d4

Please sign in to comment.