Skip to content

Commit

Permalink
test: update jest and babel dependencies (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Jan 30, 2020
1 parent 54201ab commit 6613fad
Show file tree
Hide file tree
Showing 3 changed files with 1,033 additions and 891 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -55,7 +55,7 @@
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/config-lerna-scopes": "^8.3.4",
"@types/jest": "^24.0.23",
"@types/jest": "^25.1.0",
"@types/node": "^12.12.7",
"all-contributors-cli": "^6.11.0",
"cspell": "^4.0.43",
Expand All @@ -67,11 +67,11 @@
"eslint-plugin-jest": "^23.0.4",
"husky": "^3.0.9",
"isomorphic-fetch": "^2.2.1",
"jest": "^24.9.0",
"jest": "^25.1.0",
"lerna": "^3.20.2",
"lint-staged": "^9.4.3",
"prettier": "^1.19.1",
"ts-jest": "^24.0.0",
"ts-jest": "^25.0.0",
"ts-node": "^8.5.0",
"tslint": "^5.20.1",
"typescript": ">=3.2.1 <3.8.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/typescript-estree/package.json
Expand Up @@ -48,9 +48,9 @@
"tsutils": "^3.17.1"
},
"devDependencies": {
"@babel/code-frame": "7.5.5",
"@babel/parser": "7.7.7",
"@babel/types": "^7.7.4",
"@babel/code-frame": "^7.8.3",
"@babel/parser": "^7.8.3",
"@babel/types": "^7.8.3",
"@types/babel__code-frame": "^7.0.1",
"@types/debug": "^4.1.5",
"@types/glob": "^7.1.1",
Expand Down

0 comments on commit 6613fad

Please sign in to comment.