Skip to content

Commit

Permalink
chore(root): update dependencies
Browse files Browse the repository at this point in the history
Checking fixes for jestjs/jest#9916
  • Loading branch information
Mohan Raj Rajamanickam committed Apr 30, 2020
1 parent f54b9ac commit eafdc8c
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 212 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -56,8 +56,8 @@
"yarn.lock": "yarn lint:lockfile"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.9.0",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
Expand All @@ -66,7 +66,7 @@
"@types/node": "^12.12.31",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"babel-jest": "^25.5.0",
"babel-jest": "^25.5.1",
"commitizen": "^4.0.4",
"conventional-changelog-cli": "^2.0.31",
"cspell": "^4.0.57",
Expand All @@ -84,7 +84,7 @@
"eslint-plugin-tsdoc": "^0.2.4",
"eslint-watch": "^6.0.1",
"husky": "^4.2.5",
"jest": "^25.5.0",
"jest": "^25.5.2",
"lerna": "^3.20.2",
"lint-staged": "^10.2.0",
"lockfile-lint": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Expand Up @@ -25,7 +25,7 @@
"jest-matcher-utils": "^25.5.0"
},
"peerDependencies": {
"jest": "^25.5.0"
"jest": "^25.5.2"
},
"devDependencies": {
"@sa11y/test-utils": "0.1.0",
Expand Down

0 comments on commit eafdc8c

Please sign in to comment.