Skip to content

Commit

Permalink
Upgrade Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalw committed Mar 10, 2019
1 parent 00bd9ac commit f533ae5
Show file tree
Hide file tree
Showing 4 changed files with 1,009 additions and 525 deletions.
4 changes: 2 additions & 2 deletions packages/build-support/package.json
Expand Up @@ -40,8 +40,8 @@
"devDependencies": {
"@types/jest": "^21.1.8",
"@types/node": "^8.0.57",
"jest": "^23",
"ts-jest": "^23.10.5",
"jest": "^24",
"ts-jest": "^24",
"ts-node": "^3.3.0",
"typescript": "^3.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -39,7 +39,7 @@
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^23",
"jest": "^24",
"raf": "^3.4.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -44,9 +44,9 @@
"@types/jest": "^21.1.8",
"@types/node": "^8.0.57",
"@types/node-fetch": "^2.1.4",
"jest": "^23",
"jest": "^24",
"nodemon": "^1.18.9",
"ts-jest": "^23.10.5",
"ts-jest": "^24",
"ts-node": "^3.3.0",
"typescript": "^3.3.1"
},
Expand Down

0 comments on commit f533ae5

Please sign in to comment.