Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Jun 11, 2023
1 parent 3df9fcf commit 0531e33
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 72 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Unreleased

- Updated `@mdn/browser-compat-data` to `5.2.61` (patch)
- Updated `caniuse-lite` to `1.0.30001494` (patch)
- Updated `@mdn/browser-compat-data` to `5.2.63` (patch)
- Updated `caniuse-lite` to `1.0.30001499` (patch)

### 7.6.0 (May 15, 2023)

Expand Down
12 changes: 7 additions & 5 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
"browser_support": {
"and_chr": "106",
"and_ff": "110",
"android": "113",
"android": "106",
"chrome": "106",
"edge": "106",
"firefox": "110",
Expand Down Expand Up @@ -1412,10 +1412,11 @@
"chrome": "78",
"edge": "79",
"firefox": "70",
"ios_saf": "13.4",
"oculus": "8.0",
"op_mob": "56",
"opera": "65",
"safari": "preview",
"safari": "13.1",
"samsung": "12.0"
},
"docs": {
Expand All @@ -1428,7 +1429,7 @@
"link": "https://github.com/mrcgrtz/postcss-opacity-percentage"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "overflow-property",
Expand All @@ -1443,10 +1444,11 @@
"chrome": "68",
"edge": "79",
"firefox": "61",
"ios_saf": "13.4",
"oculus": "6.0",
"op_mob": "48",
"opera": "55",
"safari": "preview",
"safari": "13.1",
"samsung": "10.0"
},
"docs": {
Expand All @@ -1459,7 +1461,7 @@
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "overflow-wrap-property",
Expand Down
12 changes: 7 additions & 5 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export default [
"browser_support": {
"and_chr": "106",
"and_ff": "110",
"android": "113",
"android": "106",
"chrome": "106",
"edge": "106",
"firefox": "110",
Expand Down Expand Up @@ -1412,10 +1412,11 @@ export default [
"chrome": "78",
"edge": "79",
"firefox": "70",
"ios_saf": "13.4",
"oculus": "8.0",
"op_mob": "56",
"opera": "65",
"safari": "preview",
"safari": "13.1",
"samsung": "12.0"
},
"docs": {
Expand All @@ -1428,7 +1429,7 @@ export default [
"link": "https://github.com/mrcgrtz/postcss-opacity-percentage"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "overflow-property",
Expand All @@ -1443,10 +1444,11 @@ export default [
"chrome": "68",
"edge": "79",
"firefox": "61",
"ios_saf": "13.4",
"oculus": "6.0",
"op_mob": "48",
"opera": "55",
"safari": "preview",
"safari": "13.1",
"samsung": "10.0"
},
"docs": {
Expand All @@ -1459,7 +1461,7 @@ export default [
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "overflow-wrap-property",
Expand Down
106 changes: 53 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"test:json": "node tasks/test.cjs"
},
"devDependencies": {
"@mdn/browser-compat-data": "^5.2.61",
"browserslist": "^4.21.5",
"caniuse-lite": "^1.0.30001494",
"glob": "^10.2.4",
"@mdn/browser-compat-data": "^5.2.63",
"browserslist": "^4.21.7",
"caniuse-lite": "^1.0.30001499",
"glob": "^10.2.7",
"lodash.get": "^4.4.2",
"postcss": "^8.4.23",
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"postcss-preset-env": "^8.4.2",
"semver": "^7.5.0",
"stylelint": "^15.6.3",
"semver": "^7.5.1",
"stylelint": "^15.7.0",
"stylelint-config-standard": "^33.0.0"
},
"stylelint": {
Expand Down

0 comments on commit 0531e33

Please sign in to comment.