Skip to content

Commit

Permalink
Update jest monorepo to v27.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 9, 2022
1 parent a0bce6b commit 4ee9a20
Show file tree
Hide file tree
Showing 6 changed files with 386 additions and 384 deletions.
2 changes: 1 addition & 1 deletion plugins/gatsby-jenkinsci-fieldextensions/package.json
Expand Up @@ -12,7 +12,7 @@
"author": "Gavin Mogan <npm@gavinmogan.com> (https://www.gavinmogan.com/)",
"license": "MIT",
"devDependencies": {
"jest": "27.5.0"
"jest": "27.5.1"
},
"dependencies": {
"cheerio": "1.0.0-rc.10"
Expand Down
4 changes: 2 additions & 2 deletions plugins/gatsby-rehype-rewrite-img-src/package.json
Expand Up @@ -20,10 +20,10 @@
},
"devDependencies": {
"@babel/preset-env": "7.16.11",
"babel-jest": "27.5.0",
"babel-jest": "27.5.1",
"eslint": "8.8.0",
"hast-util-to-html": "2.1.0",
"jest": "27.5.0",
"jest": "27.5.1",
"rehype": "11.0.0"
}
}
4 changes: 2 additions & 2 deletions plugins/gatsby-rehype-wrap-tables-bootstrap/package.json
Expand Up @@ -20,10 +20,10 @@
},
"devDependencies": {
"@babel/preset-env": "7.16.11",
"babel-jest": "27.5.0",
"babel-jest": "27.5.1",
"eslint": "8.8.0",
"hast-util-to-html": "2.1.0",
"jest": "27.5.0",
"jest": "27.5.1",
"rehype": "11.0.0"
}
}
4 changes: 2 additions & 2 deletions plugins/gatsby-source-jenkinsplugins/package.json
Expand Up @@ -34,9 +34,9 @@
},
"devDependencies": {
"@babel/preset-env": "7.16.11",
"babel-jest": "27.5.0",
"babel-jest": "27.5.1",
"eslint": "8.8.0",
"jest": "27.5.0",
"jest": "27.5.1",
"nock": "13.2.4"
}
}
4 changes: 2 additions & 2 deletions plugins/plugin-site/package.json
Expand Up @@ -109,7 +109,7 @@
"@testing-library/react": "12.1.2",
"@typescript-eslint/eslint-plugin": "5.11.0",
"axios-retry": "3.2.4",
"babel-jest": "27.5.0",
"babel-jest": "27.5.1",
"babel-preset-gatsby": "2.4.0",
"dotenv": "16.0.0",
"eslint": "8.8.0",
Expand All @@ -128,7 +128,7 @@
"gatsby-source-custom-api": "2.3.2",
"gatsby-source-filesystem": "4.4.0",
"identity-obj-proxy": "3.0.0",
"jest": "27.5.0",
"jest": "27.5.1",
"jest-canvas-mock": "2.3.1",
"jest-junit": "13.0.0",
"lint-staged": "12.3.3",
Expand Down

0 comments on commit 4ee9a20

Please sign in to comment.