Skip to content

Commit

Permalink
Move react-jss types to dev dependencies (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri authored Jan 20, 2019
1 parent 28f2b78 commit a12dd0a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-jss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@types/react": "^16.4.18",
"hoist-non-react-statics": "^3.2.0",
"jss": "^10.0.0-alpha.8",
"jss-preset-default": "^10.0.0-alpha.8",
"prop-types": "^15.6.0",
"theming": "^3.0.2"
},
"devDependencies": {
"@types/react": "^16.7.20"
}
}
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,14 @@
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@^16.7.20":
version "16.7.20"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.20.tgz#13ae752c012710d0fa800985ca809814b51d3b58"
integrity sha512-Qd5RWkwl6SL7R2XzLk/cicjVQm1Mhc6HqXY5Ei4pWd1Vi8Fkbd5O0sA398x8fRSTPAuHdDYD9nrWmJMYTJI0vQ==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@webassemblyjs/ast@1.5.13":
version "1.5.13"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.5.13.tgz#81155a570bd5803a30ec31436bc2c9c0ede38f25"
Expand Down

0 comments on commit a12dd0a

Please sign in to comment.