Skip to content

Commit

Permalink
(split)Fix hoisting of new react features (cssinjs#925)
Browse files Browse the repository at this point in the history
* Fix hoisting of new react features

* Update size-snapshot
  • Loading branch information
eps1lon authored and kof committed Nov 28, 2018
1 parent 20aa067 commit ab77b8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"dist/react-jss.js": {
"bundled": 147311,
"minified": 48847,
"gzipped": 14501
"bundled": 147748,
"minified": 48996,
"gzipped": 14503
},
"dist/react-jss.min.js": {
"bundled": 112487,
"minified": 38142,
"gzipped": 11777
"bundled": 112924,
"minified": 38291,
"gzipped": 11780
},
"dist/react-jss.cjs.js": {
"bundled": 16595,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"@types/react": "^16.4.18",
"hoist-non-react-statics": "^2.5.0",
"hoist-non-react-statics": "^3.2.0",
"jss": "^9.7.0",
"jss-preset-default": "^4.3.0",
"prop-types": "^15.6.0",
Expand Down

0 comments on commit ab77b8c

Please sign in to comment.