Skip to content

Commit

Permalink
Merge pull request #129 from Hargne/upgrade-jest-27
Browse files Browse the repository at this point in the history
Upgrade Jest peer dependency version
  • Loading branch information
Hargne authored May 28, 2021
2 parents 0e23b81 + fb0152f commit 255570f
Show file tree
Hide file tree
Showing 2 changed files with 698 additions and 1,721 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
"xmlbuilder": "15.0.0"
},
"peerDependencies": {
"jest": "19.x - 26.x"
"jest": "19.x - 27.x"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"babel-jest": "^27.0.1",
"jest": "^27.0.1",
"rollup": "2.47.0",
"rollup-plugin-terser": "7.0.2",
"ts-jest": "^26.5.6",
"ts-jest": "^27.0.1",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.2"
Expand Down
Loading

0 comments on commit 255570f

Please sign in to comment.