Skip to content

Commit

Permalink
update to jest 26.1 (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
yishengjiang99 authored Jul 10, 2020
1 parent 23b7671 commit 38d721f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/electrode-archetype-opt-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"Joel Chen <[email protected]>"
],
"dependencies": {
"@types/jest": "^24.0.18",
"babel-jest": "^24.9.0",
"eslint-plugin-jest": "^22.15.2",
"jest": "^24.9.0"
"@types/jest": "^26.0.4",
"babel-jest": "^26.1.0",
"eslint-plugin-jest": "^23.18.0",
"jest": "^26.1.0"
},
"devDependencies": {
"opt-archetype-check": "../opt-archetype-check",
Expand Down
3 changes: 2 additions & 1 deletion samples/react-jest-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"electrode-auto-ssr": "../../packages/electrode-auto-ssr"
},
"devDependencies": {
"@xarc/app-dev": "../../packages/xarc-app-dev"
"@xarc/app-dev": "../../packages/xarc-app-dev",
"electrode-archetype-opt-jest": "../../packages/electrode-archetype-opt-jest"
}
},
"optionalDependencies": {}
Expand Down

0 comments on commit 38d721f

Please sign in to comment.