Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tblackwell-tm committed Mar 4, 2024
1 parent e66f752 commit 10e9e7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mycrossword",
"version": "1.3.0",
"version": "1.3.1",
"description": "React crossword component",
"keywords": [
"react",
Expand All @@ -24,8 +24,8 @@
"sanitize-html": "^2.5.3"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.0",
Expand Down

0 comments on commit 10e9e7d

Please sign in to comment.