Skip to content

Commit

Permalink
bump peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor committed Oct 8, 2018
1 parent 4158f49 commit c5b8341
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": "react-helmet-async",
"version": "0.2.0-beta.1",
"version": "0.2.0",
"description": "Thread-safe Helmet for React 16+ and friends",
"main": "lib/index.js",
"repository": "http://github.com/NYTimes/react-helmet-async",
Expand Down Expand Up @@ -43,8 +43,8 @@
"regenerator-runtime": "^0.11.1"
},
"peerDependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1"
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit c5b8341

Please sign in to comment.