Skip to content

Commit

Permalink
feat(deps): update jest monorepo to v29 (major) (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 10, 2022
1 parent 2a7b879 commit 05f98ac
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 369 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"ansi-escapes": "^5.0.0",
"chalk": "^4.0.0",
"jest-regex-util": "^28.0.0",
"jest-watcher": "^28.0.0",
"jest-regex-util": "^29.0.0",
"jest-watcher": "^29.0.0",
"slash": "^4.0.0",
"string-length": "^5.0.1",
"strip-ansi": "^7.0.1"
Expand All @@ -45,14 +45,14 @@
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.10.4",
"@jest/globals": "^28.0.0",
"@jest/types": "^28.0.0",
"@jest/globals": "^29.0.0",
"@jest/types": "^29.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"babel-jest": "^28.0.0",
"babel-jest": "^29.0.0",
"babel-plugin-add-import-extension": "^1.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.0.0",
Expand All @@ -61,7 +61,7 @@
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.0.0",
"jest": "^29.0.0",
"jest-serializer-ansi-escapes": "^2.0.1",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 05f98ac

Please sign in to comment.