Skip to content

Commit

Permalink
feat(deps): add Jest 28 to peer dependency range (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2022
1 parent 45283bd commit 17a0f8d
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 764 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"ansi-escapes": "^4.3.1",
"chalk": "^4.0.0",
"jest-regex-util": "^27.0.0",
"jest-watcher": "^27.0.0",
"jest-regex-util": "^28.0.0",
"jest-watcher": "^28.0.0",
"slash": "^4.0.0",
"string-length": "^5.0.1",
"strip-ansi": "^7.0.1"
Expand All @@ -45,15 +45,15 @@
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.10.4",
"@jest/globals": "^27.2.3",
"@jest/types": "^27.0.0",
"@jest/globals": "^28.0.0",
"@jest/types": "^28.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/jest": "^27.0.0",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"babel-jest": "^27.0.0",
"babel-jest": "^28.0.0",
"babel-plugin-add-import-extension": "^1.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.0.0",
Expand All @@ -62,15 +62,15 @@
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.0.0",
"jest": "^28.0.0",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.3",
"semver": "^7.3.5",
"typescript": "^4.0.2"
},
"peerDependencies": {
"jest": "^27.0.0"
"jest": "^27.0.0 || ^28.0.0"
},
"jest": {
"extensionsToTreatAsEsm": [
Expand Down

0 comments on commit 17a0f8d

Please sign in to comment.