Skip to content

Commit c5b8341

Browse files
committed
bump peer deps
1 parent 4158f49 commit c5b8341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-helmet-async",
3-
"version": "0.2.0-beta.1",
3+
"version": "0.2.0",
44
"description": "Thread-safe Helmet for React 16+ and friends",
55
"main": "lib/index.js",
66
"repository": "http://github.com/NYTimes/react-helmet-async",
@@ -43,8 +43,8 @@
4343
"regenerator-runtime": "^0.11.1"
4444
},
4545
"peerDependencies": {
46-
"react": "^16.4.1",
47-
"react-dom": "^16.4.1"
46+
"react": "^16.4.2",
47+
"react-dom": "^16.4.2"
4848
},
4949
"scripts": {
5050
"test": "jest",

0 commit comments

Comments
 (0)