Skip to content

Commit

Permalink
resolve to babel-jest version expected by react
Browse files Browse the repository at this point in the history
  • Loading branch information
abebinder committed Jun 1, 2021
1 parent c7e840f commit 75449ab
Show file tree
Hide file tree
Showing 2 changed files with 728 additions and 1,440 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"chess.js": "^0.11.0",
"chessboardjsx": "^2.4.2",
"d3": "^6.3.0",
"react": "^17.0.1",
"react-chessground": "^1.5.0",
Expand Down Expand Up @@ -51,6 +50,10 @@
]
},
"devDependencies": {
"@types/chess.js": "^0.10.1"
"@types/chess.js": "^0.10.1",
"eslint-config-react-app": "^6.0.0"
},
"resolutions": {
"babel-jest": "^26.6.0"
}
}
Loading

0 comments on commit 75449ab

Please sign in to comment.