Skip to content

Commit 7b057e3

Browse files
Bump @mdn/browser-compat-data from 5.2.17 to 5.2.19 (#232)
* Bump @mdn/browser-compat-data from 5.2.17 to 5.2.19 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 5.2.17 to 5.2.19. - [Release notes](https://github.com/mdn/browser-compat-data/releases) - [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md) - [Commits](mdn/browser-compat-data@v5.2.17...v5.2.19) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * populatedb Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Menke <[email protected]>
1 parent af0540c commit 7b057e3

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

cssdb.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,8 @@
869869
"oculus": "22.0",
870870
"op_mob": "70",
871871
"opera": "87",
872-
"safari": "15"
872+
"safari": "15",
873+
"samsung": "19.0"
873874
},
874875
"docs": {
875876
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hwb()"

cssdb.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,8 @@ export default [
869869
"oculus": "22.0",
870870
"op_mob": "70",
871871
"opera": "87",
872-
"safari": "15"
872+
"safari": "15",
873+
"samsung": "19.0"
873874
},
874875
"docs": {
875876
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hwb()"

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:json": "node tasks/test.cjs"
4141
},
4242
"devDependencies": {
43-
"@mdn/browser-compat-data": "^5.2.17",
43+
"@mdn/browser-compat-data": "^5.2.19",
4444
"browserslist": "^4.21.4",
4545
"caniuse-lite": "^1.0.30001434",
4646
"glob": "^8.0.3",

0 commit comments

Comments
 (0)