Skip to content

Commit

Permalink
fix(deps): update jest monorepo to v27 (major) (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 26, 2022
1 parent c051a3d commit bc9d09f
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 1,330 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"testEnvironment": "node"
},
"dependencies": {
"@jest/reporters": "^26.0.1"
"@jest/reporters": "^27.0.0"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@jest/test-result": "^26.0.1",
"@jest/types": "^26.0.1",
"@jest/test-result": "^27.0.0",
"@jest/types": "^27.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/jest": "^25.2.3",
"@types/jest": "^27.0.0",
"@types/node": "^14.0.5",
"@types/react": "^16.9.11",
"@typescript-eslint/eslint-plugin": "^2.34.0",
Expand All @@ -74,19 +74,19 @@
"eslint-plugin-react-hooks": "^4.0.2",
"husky": "^4.2.5",
"ink": "^2.5.0",
"jest": "^26.0.1",
"jest-util": "^26.0.1",
"jest": "^27.0.0",
"jest-util": "^27.0.0",
"lint-staged": "^10.2.6",
"patch-package": "^6.2.2",
"prettier": "^2.0.5",
"react": "^16.11.0",
"semantic-release": "^17.0.7",
"slash": "^3.0.0",
"ts-jest": "^26.0.0",
"ts-jest": "^27.0.0",
"typescript": "^3.7.2"
},
"peerDependencies": {
"jest": "^24.9.0 || ^25.1.0 || ^26.0.0"
"jest": "^27.0.0"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit bc9d09f

Please sign in to comment.