8000 test: update jest and babel dependencies (#1530) · Bertrand/typescript-eslint@6613fad · GitHub
[go: up one dir, main page]

Skip to content

Commit 6613fad

Browse files
authored
test: update jest and babel dependencies (typescript-eslint#1530)
1 parent 54201ab commit 6613fad

File tree

3 files changed

+1033
-891
lines changed

3 files changed

+1033
-891
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@commitlint/cli": "^8.3.5",
5656
"@commitlint/config-conventional": "^8.3.4",
5757
"@commitlint/config-lerna-scopes": "^8.3.4",
58-
"@types/jest": "^24.0.23",
58+
"@types/jest": "^25.1.0",
5959
"@types/node": "^12.12.7",
6060
"all-contributors-cli": "^6.11.0",
6161
"cspell": "^4.0.43",
@@ -67,11 +67,11 @@
6767
"eslint-plugin-jest": "^23.0.4",
6868
"husky": "^3.0.9",
6969
"isomorphic-fetch": "^2.2.1",
70-
"jest": "^24.9.0",
70+
"jest": "^25.1.0",
7171
"lerna": "^3.20.2",
7272
"lint-staged": "^9.4.3",
7373
"prettier": "^1.19.1",
74-
"ts-jest": "^24.0.0",
74+
"ts-jest": "^25.0.0",
7575
"ts-node": "^8.5.0",
7676
"tslint": "^5.20.1",
7777
"typescript": ">=3.2.1 <3.8.0"

packages/typescript-estree/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"tsutils": "^3.17.1"
4949
},
5050
"devDependencies": {
51-
"@babel/code-frame": "7.5.5",
52-
"@babel/parser": "7.7.7",
53-
"@babel/types": "^7.7.4",
51+
"@babel/code-frame": "^7.8.3",
52+
"@babel/parser": "^7.8.3",
53+
"@babel/types": "^7.8.3",
5454
"@types/babel__code-frame": "^7.0.1",
5555
"@types/debug": "^4.1.5",
5656
"@types/glob": "^7.1.1",

0 commit comments

Comments
 (0)
0