Skip to content

Commit a0dcd41

Browse files
AleshaOlegkof
authored andcommitted
Updated css-vendor to 2.0.7 (#1208)
* Updated css-vendor to 2.0.7 * Updated changelog
1 parent 094f776 commit a0dcd41

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## What would you like to add/fix?
44

55
## Todo
6+
67
- [ ] Add tests if possible
78
- [ ] Add changelog if users should know about the change
89
- [ ] Add documentation
9-

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Since you are interested in what happens next, in case, you work for a for-profi
44

55
---
66

7+
### Bug fixes
8+
9+
- [jss-plugin-vendor-prefixer] Upgrade css-vendor package to v2.0.7 ([1208](https://github.com/cssinjs/jss/pull/1208))
10+
711
## 10.0.0 (2019-9-22)
812

913
### Summary

packages/jss-plugin-vendor-prefixer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@babel/runtime": "^7.3.1",
37-
"css-vendor": "^2.0.6",
37+
"css-vendor": "^2.0.7",
3838
"jss": "10.0.0-alpha.27"
3939
},
4040
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -731,10 +731,10 @@
731731
dependencies:
732732
regenerator-runtime "^0.13.2"
733733

734-
"@babel/runtime@^7.5.5":
735-
version "7.5.5"
736-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
737-
integrity sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==
734+
"@babel/runtime@^7.6.2":
735+
version "7.6.2"
736+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd"
737+
integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==
738738
dependencies:
739739
regenerator-runtime "^0.13.2"
740740

@@ -3157,12 +3157,12 @@ css-initials@^0.3.1:
31573157
resolved "https://registry.yarnpkg.com/css-initials/-/css-initials-0.3.1.tgz#0406d78e586fd12b9984a3f7d8a87fcbb2073208"
31583158
integrity sha512-fkshKv9vV8AmcxkAWVQ9DmEAKiqe09GHdnFaXecp0NIfsGnXIHVJAHfsxdRy9KXV0/KiWdjBqrCYto2fYIO4xQ==
31593159

3160-
css-vendor@^2.0.6:
3161-
version "2.0.6"
3162-
resolved "https://registry.yarnpkg.com/css-vendor/-/css-vendor-2.0.6.tgz#a205f73d7562e8728c86ef6ce5ee7c7e5eefd71b"
3163-
integrity sha512-buv8FoZh84iMrtPHYGYll00/qSNV0gYO6E/GUCjUPTsSPj7uf/wot/QZwig+7qdFGxJ7HjOSJoclbhag09TVUQ==
3160+
css-vendor@^2.0.7:
3161+
version "2.0.7"
3162+
resolved "https://registry.yarnpkg.com/css-vendor/-/css-vendor-2.0.7.tgz#4e6d53d953c187981576d6a542acc9fb57174bda"
3163+
integrity sha512-VS9Rjt79+p7M0WkPqcAza4Yq1ZHrsHrwf7hPL/bjQB+c1lwmAI+1FXxYTYt818D/50fFVflw0XKleiBN5RITkg==
31643164
dependencies:
3165-
"@babel/runtime" "^7.5.5"
3165+
"@babel/runtime" "^7.6.2"
31663166
is-in-browser "^1.0.2"
31673167

31683168
css.escape@^1.5.1:

0 commit comments

Comments
 (0)