Browse Source
Merge pull request #57 from beaussan/renovate/jest-monorepo
⬆️ Upgrade jest monorepo to v25.2.0
pull/51/head
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
411 additions and
351 deletions
-
package.json
-
yarn.lock
|
|
@ -35,7 +35,7 @@ |
|
|
"@types/node": "10.17.17", |
|
|
"@types/node": "10.17.17", |
|
|
"@types/nodegit": "0.26.1", |
|
|
"@types/nodegit": "0.26.1", |
|
|
"@types/prompts": "2.0.5", |
|
|
"@types/prompts": "2.0.5", |
|
|
"babel-jest": "25.1.0", |
|
|
|
|
|
|
|
|
"babel-jest": "25.2.0", |
|
|
"codecov": "3.6.5", |
|
|
"codecov": "3.6.5", |
|
|
"eslint": "6.8.0", |
|
|
"eslint": "6.8.0", |
|
|
"eslint-config-oclif": "3.1.0", |
|
|
"eslint-config-oclif": "3.1.0", |
|
|
@ -44,7 +44,7 @@ |
|
|
"eslint-plugin-prettier": "3.1.2", |
|
|
"eslint-plugin-prettier": "3.1.2", |
|
|
"globby": "11.0.0", |
|
|
"globby": "11.0.0", |
|
|
"husky": "4.2.3", |
|
|
"husky": "4.2.3", |
|
|
"jest": "25.1.0", |
|
|
|
|
|
|
|
|
"jest": "25.2.0", |
|
|
"prettier": "1.19.1", |
|
|
"prettier": "1.19.1", |
|
|
"pretty-quick": "2.0.1", |
|
|
"pretty-quick": "2.0.1", |
|
|
"semantic-release": "17.0.4", |
|
|
"semantic-release": "17.0.4", |
|
|
|