Skip to content

Commit

Permalink
Upgrade to Jest 25
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdavidson committed Jan 30, 2020
1 parent 6a32f8a commit ef6d6e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -39,18 +39,18 @@
},
"devDependencies": {
"@rollup/plugin-typescript": "^2.0.1",
"@types/jest": "^24.0.25",
"@types/jest": "^25.1.0",
"@types/node": "^8.10.59",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^24.9.0",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"rollup": "^1.29.1",
"ts-jest": "^24.2.0",
"ts-jest": "^25.1.0",
"typescript": "^3.7.4"
},
"peerDependencies": {
Expand Down

0 comments on commit ef6d6e8

Please sign in to comment.