Skip to content

Commit

Permalink
fix: move jss devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmd committed Nov 22, 2021
1 parent 60b4077 commit d17e2ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@
"watch": "tsc -w",
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"devDependencies": {
"react-jss": "^10.8.2"
},
"peerDependencies": {
"react-jss": ">=10"
},
"dependencies": {
"classnames": "^2.3.1",
"react-jss": "^10.7.1",
"reactjs-view-asset": "^0.3.0",
"reactjs-view-core": "^0.3.1"
}
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15007,7 +15007,7 @@ react-is@^16.7.0, react-is@^16.8.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

react-jss@^10.7.1:
react-jss@^10.8.2:
version "10.8.2"
resolved "https://registry.yarnpkg.com/react-jss/-/react-jss-10.8.2.tgz#b1bf1496daa47083b6073d1ef794f0645bec02c1"
integrity sha512-/lLFIv1H6GA5RkvNb7TdXcJMBaSvSpfmSYsDisj4WI7MmqXUouoKfkZUJzG7CWq8xnIxik0WWYjFcGOvx0Sasw==
Expand Down

0 comments on commit d17e2ca

Please sign in to comment.