Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Aug 29, 2020
1 parent cd84549 commit ac0defc
Show file tree
Hide file tree
Showing 12 changed files with 1,930 additions and 1,962 deletions.
42 changes: 21 additions & 21 deletions .all-contributorsrc
Expand Up @@ -100,6 +100,13 @@
"profile": "https://github.com/Retsam",
"contributions": []
},
{
"login": "yeonjuan",
"name": "YeonJuan",
"avatar_url": "https://avatars3.githubusercontent.com/u/41323220?v=4",
"profile": "https://github.com/yeonjuan",
"contributions": []
},
{
"login": "kaicataldo",
"name": "Kai Cataldo",
Expand Down Expand Up @@ -128,13 +135,6 @@
"profile": "https://github.com/azz",
"contributions": []
},
{
"login": "yeonjuan",
"name": "YeonJuan",
"avatar_url": "https://avatars3.githubusercontent.com/u/41323220?v=4",
"profile": "https://github.com/yeonjuan",
"contributions": []
},
{
"login": "dannyfritz",
"name": "Danny Fritz",
Expand Down Expand Up @@ -177,6 +177,13 @@
"profile": "https://github.com/anikethsaha",
"contributions": []
},
{
"login": "octogonz",
"name": "Pete Gonzalez",
"avatar_url": "https://avatars0.githubusercontent.com/u/4673363?v=4",
"profile": "https://github.com/octogonz",
"contributions": []
},
{
"login": "ldrick",
"name": "Ricky Lippmann",
Expand All @@ -191,6 +198,13 @@
"profile": "https://github.com/SimenB",
"contributions": []
},
{
"login": "cherryblossom000",
"name": "cherryblossom000",
"avatar_url": "https://avatars2.githubusercontent.com/u/31467609?v=4",
"profile": "https://github.com/cherryblossom000",
"contributions": []
},
{
"login": "vapurrmaid",
"name": "G r e y",
Expand Down Expand Up @@ -233,13 +247,6 @@
"profile": "https://github.com/pablobirukov",
"contributions": []
},
{
"login": "octogonz",
"name": "Pete Gonzalez",
"avatar_url": "https://avatars0.githubusercontent.com/u/4673363?v=4",
"profile": "https://github.com/octogonz",
"contributions": []
},
{
"login": "mightyiam",
"name": "Shahar Dawn Or",
Expand Down Expand Up @@ -330,13 +337,6 @@
"avatar_url": "https://avatars2.githubusercontent.com/u/296735?v=4",
"profile": "https://github.com/madbence",
"contributions": []
},
{
"login": "dependabot[bot]",
"name": "dependabot[bot]",
"avatar_url": "https://avatars0.githubusercontent.com/in/29110?v=4",
"profile": "https://github.com/apps/dependabot",
"contributions": []
}
],
"contributorsPerLine": 5
Expand Down
95 changes: 48 additions & 47 deletions CONTRIBUTORS.md

Large diffs are not rendered by default.

52 changes: 27 additions & 25 deletions package.json
Expand Up @@ -66,38 +66,40 @@
"node": "^10.12.0 || >=12.0.0"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/config-lerna-scopes": "^8.3.4",
"@types/glob": "^7.1.1",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@commitlint/config-lerna-scopes": "^9.1.2",
"@types/debug": "^4.1.5",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.10",
"@types/jest-specific-snapshot": "^0.5.4",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.5",
"@types/prettier": "^2.0.0",
"@types/lodash": "^4.14.149",
"@types/node": "^14.6.2",
"@types/prettier": "^2.1.0",
"@types/rimraf": "^3.0.0",
"all-contributors-cli": "^6.14.2",
"cspell": "^4.0.61",
"cz-conventional-changelog": "^3.2.0",
"downlevel-dts": "^0.4.0",
"eslint": "^7.5.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.10.0",
"all-contributors-cli": "^6.17.2",
"cspell": "^4.1.0",
"cz-conventional-changelog": "^3.3.0",
"downlevel-dts": "^0.6.0",
"eslint": "^7.7.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^2.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"glob": "^7.1.6",
"husky": "^4.2.5",
"isomorphic-fetch": "^2.2.1",
"jest": "^25.5.4",
"jest-specific-snapshot": "^3.0.0",
"lerna": "^3.20.2",
"lint-staged": "^10.2.2",
"jest": "^26.4.2",
"jest-specific-snapshot": "^4.0.0",
"lerna": "^3.22.1",
"lint-staged": "^10.2.13",
"make-dir": "^3.1.0",
"markdownlint-cli": "^0.23.0",
"prettier": "^2.0.5",
"markdownlint-cli": "^0.23.2",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^25.5.1",
"ts-node": "^8.10.1",
"tslint": "^6.1.2",
"ts-jest": "^26.3.0",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"typescript": ">=3.3.1 <4.1.0"
},
"resolutions": {
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-plugin-internal/package.json
Expand Up @@ -13,6 +13,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@types/prettier": "*",
"@typescript-eslint/experimental-utils": "3.10.1",
"prettier": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-tslint/package.json
Expand Up @@ -47,7 +47,7 @@
"typescript": "*"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/lodash": "*",
"@typescript-eslint/parser": "3.10.1"
}
}
4 changes: 3 additions & 1 deletion packages/eslint-plugin/package.json
Expand Up @@ -51,7 +51,9 @@
"tsutils": "^3.17.1"
},
"devDependencies": {
"@types/marked": "^0.7.1",
"@types/debug": "*",
"@types/marked": "^1.1.0",
"@types/prettier": "*",
"chalk": "^4.0.0",
"marked": "^1.0.0",
"prettier": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/tests/rules/require-await.test.ts
Expand Up @@ -209,7 +209,7 @@ const numberOne = async function (): Promise<number> {
{
messageId: 'missingAwait',
data: {
name: 'Async arrow function',
name: "Async arrow function 'numberOne'",
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Expand Up @@ -49,7 +49,7 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@types/glob": "^7.1.1",
"@types/glob": "*",
"@typescript-eslint/experimental-utils": "3.10.1",
"@typescript-eslint/shared-fixtures": "3.10.1",
"glob": "*",
Expand Down
3 changes: 2 additions & 1 deletion packages/scope-manager/package.json
Expand Up @@ -43,12 +43,13 @@
"@typescript-eslint/visitor-keys": "3.10.1"
},
"devDependencies": {
"@types/glob": "*",
"@typescript-eslint/typescript-estree": "3.10.1",
"glob": "*",
"jest-specific-snapshot": "*",
"make-dir": "*",
"prettier": "*",
"pretty-format": "^25.5.0",
"pretty-format": "^26.4.2",
"rimraf": "*",
"typescript": "*"
},
Expand Down
5 changes: 3 additions & 2 deletions packages/typescript-estree/package.json
Expand Up @@ -54,9 +54,10 @@
"@babel/parser": "^7.11.3",
"@babel/types": "^7.11.0",
"@types/babel__code-frame": "^7.0.1",
"@types/debug": "^4.1.5",
"@types/debug": "*",
"@types/glob": "*",
"@types/is-glob": "^4.0.1",
"@types/lodash": "^4.14.149",
"@types/lodash": "*",
"@types/semver": "^7.1.0",
"@types/tmp": "^0.2.0",
"@typescript-eslint/shared-fixtures": "3.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/visitor-keys/package.json
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@typescript-eslint/types": "3.10.1",
"eslint-visitor-keys": "^1.3.0"
"eslint-visitor-keys": "^2.0.0"
},
"devDependencies": {
"@types/eslint-visitor-keys": "^1.0.0"
Expand Down

0 comments on commit ac0defc

Please sign in to comment.