Skip to content

Commit 00e06a1

Browse files
authored
Merge pull request #13 from cssinjs/feature/fix-peer-deps
Fix peerDependencies
2 parents ec95181 + f97acac commit 00e06a1

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@
3838
},
3939
"homepage": "https://github.com/cssinjs/styled-jss#readme",
4040
"dependencies": {
41-
"is-react-prop": "^0.1.1",
41+
"is-react-prop": "^0.1.2",
4242
"jss": "^7.1.1",
4343
"jss-preset-default": "^2.0.0"
4444
},
4545
"peerDependencies": {
46-
"react": "^15.5.4",
47-
"react-dom": "^15.5.4"
46+
"react": "^15.3.0"
4847
},
4948
"devDependencies": {
5049
"babel-cli": "^6.23.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,9 +2112,9 @@ is-property@^1.0.0:
21122112
version "1.0.2"
21132113
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
21142114

2115-
is-react-prop@^0.1.1:
2116-
version "0.1.1"
2117-
resolved "https://registry.yarnpkg.com/is-react-prop/-/is-react-prop-0.1.1.tgz#35aa2020b6bb0ff2e9c3afb1ba0db212c53ace37"
2115+
is-react-prop@^0.1.2:
2116+
version "0.1.2"
2117+
resolved "https://registry.yarnpkg.com/is-react-prop/-/is-react-prop-0.1.2.tgz#b22fbcf6190e91e81939132a110bb94642b56903"
21182118

21192119
is-regex@^1.0.3:
21202120
version "1.0.4"

0 commit comments

Comments
 (0)