diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f30c72b6f..b5454454c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ ## What would you like to add/fix? ## Todo + - [ ] Add tests if possible - [ ] Add changelog if users should know about the change - [ ] Add documentation - diff --git a/changelog.md b/changelog.md index 30e214f07..d54e19614 100755 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,10 @@ Since you are interested in what happens next, in case, you work for a for-profi --- +### Bug fixes + +- [jss-plugin-vendor-prefixer] Upgrade css-vendor package to v2.0.7 ([1208](https://github.com/cssinjs/jss/pull/1208)) + ## 10.0.0 (2019-9-22) ### Summary diff --git a/packages/jss-plugin-vendor-prefixer/package.json b/packages/jss-plugin-vendor-prefixer/package.json index 76ccaf63c..1c4f2b7a9 100644 --- a/packages/jss-plugin-vendor-prefixer/package.json +++ b/packages/jss-plugin-vendor-prefixer/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@babel/runtime": "^7.3.1", - "css-vendor": "^2.0.6", + "css-vendor": "^2.0.7", "jss": "10.0.0-alpha.27" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index c29013837..77f895c23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -731,10 +731,10 @@ dependencies: regenerator-runtime "^0.13.2" -"@babel/runtime@^7.5.5": - version "7.5.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132" - integrity sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ== +"@babel/runtime@^7.6.2": + version "7.6.2" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd" + integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg== dependencies: regenerator-runtime "^0.13.2" @@ -3157,12 +3157,12 @@ css-initials@^0.3.1: resolved "https://registry.yarnpkg.com/css-initials/-/css-initials-0.3.1.tgz#0406d78e586fd12b9984a3f7d8a87fcbb2073208" integrity sha512-fkshKv9vV8AmcxkAWVQ9DmEAKiqe09GHdnFaXecp0NIfsGnXIHVJAHfsxdRy9KXV0/KiWdjBqrCYto2fYIO4xQ== -css-vendor@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/css-vendor/-/css-vendor-2.0.6.tgz#a205f73d7562e8728c86ef6ce5ee7c7e5eefd71b" - integrity sha512-buv8FoZh84iMrtPHYGYll00/qSNV0gYO6E/GUCjUPTsSPj7uf/wot/QZwig+7qdFGxJ7HjOSJoclbhag09TVUQ== +css-vendor@^2.0.7: + version "2.0.7" + resolved "https://registry.yarnpkg.com/css-vendor/-/css-vendor-2.0.7.tgz#4e6d53d953c187981576d6a542acc9fb57174bda" + integrity sha512-VS9Rjt79+p7M0WkPqcAza4Yq1ZHrsHrwf7hPL/bjQB+c1lwmAI+1FXxYTYt818D/50fFVflw0XKleiBN5RITkg== dependencies: - "@babel/runtime" "^7.5.5" + "@babel/runtime" "^7.6.2" is-in-browser "^1.0.2" css.escape@^1.5.1: