Skip to content

Commit

Permalink
fix(deps): update jest monorepo to v27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 5, 2021
1 parent eff83fe commit 7da6f93
Show file tree
Hide file tree
Showing 7 changed files with 884 additions and 229 deletions.
4 changes: 2 additions & 2 deletions apps/editing-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"emotion-theming": "^10.0.27",
"enzyme": "^3.11.0",
"eslint": "^7.28.0",
"jest": "^26.4.0",
"jest": "^27.0.6",
"lodash": "^4.17.21",
"moment": "^2.26.0",
"newspack-blocks": "github:Automattic/newspack-blocks#v1.21.0",
Expand All @@ -154,7 +154,7 @@
"@testing-library/react": "^12.0.0",
"@types/wordpress__plugins": "^2.3.7",
"@wordpress/eslint-plugin": "^9.0.4",
"babel-jest": "^26.3.0",
"babel-jest": "^27.0.6",
"wait-for-expect": "^3.0.2",
"webpack": "^5.36.2"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"@wordpress/npm-package-json-lint-config": "^4.0.3",
"@wordpress/url": "^2.22.2",
"autoprefixer": "^10.2.5",
"babel-jest": "^26.3.0",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
Expand Down Expand Up @@ -269,8 +269,8 @@
"i18n-calypso-cli": "^1.0.0",
"ignore-loader": "^0.1.2",
"imports-loader": "^0.8.0",
"jest": "^26.4.0",
"jest-environment-jsdom": "^26.6.2",
"jest": "^27.0.6",
"jest-environment-jsdom": "^27.0.6",
"jest-enzyme": "^7.1.2",
"jest-junit": "^9.0.0",
"lerna": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/calypso-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@wordpress/browserslist-config": "^3.0.3",
"@wordpress/dependency-extraction-webpack-plugin": "^3.1.2",
"autoprefixer": "^10.2.5",
"babel-jest": "^26.3.0",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"browserslist": "^4.8.2",
"cache-loader": "^4.1.0",
Expand All @@ -60,7 +60,7 @@
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"file-loader": "^4.3.0",
"jest-config": "^26.4.0",
"jest-config": "^27.0.6",
"jest-emotion": "^10.0.27",
"jest-enzyme": "^7.1.2",
"mini-css-extract-plugin": "^1.6.0",
Expand All @@ -77,7 +77,7 @@
},
"peerDependencies": {
"enzyme": "^3.11.0",
"jest": ">=26.4.0",
"jest": ">=27.0.6",
"postcss": "^8.2.15",
"react": "^16.0.0",
"react-dom": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/composite-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^12.0.0",
"enzyme": "^3.11.0",
"jest": "^26.4.0",
"jest": "^27.0.6",
"postcss": "^8.2.15",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-pattern-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@testing-library/react": "^12.0.0",
"jest": "^26.4.0",
"jest": "^27.0.6",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wp-babel-makepot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"i18n-calypso": "^5.0.0",
"jest": "^26.4.0",
"jest": "^27.0.6",
"react": "^16.12.0",
"rimraf": "^3.0.0"
}
Expand Down
1,091 changes: 873 additions & 218 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 7da6f93

Please sign in to comment.