Skip to content

Commit

Permalink
[core] Upgrade the @types/jss dependency to 9.5.6 (mui#12982)
Browse files Browse the repository at this point in the history
JSSPlugin type definition was corrected in version 9.5.6
  • Loading branch information
qvxqvx authored and marcelpanse committed Oct 2, 2018
1 parent 6eee13d commit 01de6ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/runtime": "7.0.0",
"@types/jss": "^9.5.3",
"@types/jss": "^9.5.6",
"@types/react-transition-group": "^2.0.8",
"brcast": "^3.0.1",
"classnames": "^2.2.5",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -865,9 +865,9 @@
"@types/minimatch" "*"
"@types/node" "*"

"@types/jss@^9.5.3":
version "9.5.5"
resolved "https://registry.yarnpkg.com/@types/jss/-/jss-9.5.5.tgz#57ed99ae768c203677cd64e0ce0df02c74075bf8"
"@types/jss@^9.5.6":
version "9.5.6"
resolved "https://registry.yarnpkg.com/@types/jss/-/jss-9.5.6.tgz#96e1d246ddfbccc4867494077c714773cf29acde"
dependencies:
csstype "^2.0.0"
indefinite-observable "^1.0.1"
Expand Down

0 comments on commit 01de6ba

Please sign in to comment.