Skip to content

Commit

Permalink
(split)Upgrade all esm ready packages (cssinjs#1029)
Browse files Browse the repository at this point in the history
* Upgrade all esm ready packages

In this diff I upgraded

- hyphenate-style-name
- css-initials
- css-vendor

which were converted to esm.

This means, that all jss and all plugins may be consumed by unpkg with
module flag like https://unpkg.com/jss-preset-default?module

We probably may get rid from unpkg prop in favour of `?module` flag for
non react packages.

* Replace react pkgs list with commonjs packages list

* upgrade css-vendor

* Revert "upgrade css-vendor"

This reverts commit ec623f7.

* upgrade css-vendor

* set yarn 1.13 in engines
  • Loading branch information
TrySound authored and kof committed Feb 12, 2019
1 parent f88bb77 commit ee33145
Showing 1 changed file with 6 additions and 6 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": 132114,
"minified": 45196,
"gzipped": 13337
"bundled": 109551,
"minified": 36824,
"gzipped": 11858
},
"dist/react-jss.min.js": {
"bundled": 100453,
"minified": 35276,
"gzipped": 10540
"bundled": 85012,
"minified": 29578,
"gzipped": 9684
},
"dist/react-jss.cjs.js": {
"bundled": 14716,
Expand Down

0 comments on commit ee33145

Please sign in to comment.