Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CheezItMan committed Dec 10, 2020
1 parent 8a40733 commit 98ebd64
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.1"
},
"homepage": "http://adagold.github.io/react-tic-tac-toe",
"scripts": {
Expand All @@ -35,6 +35,6 @@
]
},
"devDependencies": {
"gh-pages": "^2.2.0"
"gh-pages": "^3.1.0"
}
}

0 comments on commit 98ebd64

Please sign in to comment.