Skip to content

Commit

Permalink
Enable newer version of React + fix transient peerDeps (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 authored Apr 8, 2021
1 parent 9249433 commit 3741399
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"doc": "typedoc src/index.tsx --excludePrivate --json ./doc.json && node scripts/doc.js"
},
"peerDependencies": {
"react": "^16.0.0",
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"typeface-titillium-web": "latest"
},
"devDependencies": {
Expand Down Expand Up @@ -109,4 +110,4 @@
}
]
}
}
}

0 comments on commit 3741399

Please sign in to comment.