Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 592c9ec

Browse files
committed
Forgot to update peerDependancy
1 parent 8a5665a commit 592c9ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@storybook/addon-knobs": "^3.0.0",
1717
"@storybook/addon-options": "^3.0.0",
1818
"@storybook/react": "^3.0.0",
19-
"react": "^0.14.7 || ^15.0.0"
19+
"react": "^0.14.7 || ^15.5.4"
2020
},
2121
"devDependencies": {
2222
"@storybook/addon-knobs": "^3.0.0",
@@ -31,6 +31,6 @@
3131
"eslint-config-taller": "^1.0.2",
3232
"jest": "^20.0.4",
3333
"react": "^15.5.4",
34-
"react-dom": "^15.5.4"
34+
"react-dom": "^0.14.7 || ^15.5.4"
3535
}
3636
}

0 commit comments

Comments
 (0)