Skip to content

Commit be176e6

Browse files
chore: update dependency @mdn/browser-compat-data to v5.7.0 (#2285)
1 parent 8f9da64 commit be176e6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@angular/compiler": "19.2.1",
5353
"@commitlint/cli": "19.7.1",
5454
"@commitlint/config-conventional": "19.7.1",
55-
"@mdn/browser-compat-data": "5.6.43",
55+
"@mdn/browser-compat-data": "5.7.0",
5656
"@nx/devkit": "20.4.6",
5757
"@nx/esbuild": "20.4.6",
5858
"@nx/eslint": "20.4.6",

packages/utils/src/eslint-plugin/get-native-event-names.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let nativeEventNames: ReadonlySet<string> | null = null;
99
/**
1010
* Check MDN events page for details https://developer.mozilla.org/en-US/docs/Web/Events
1111
*
12-
* Event names sourced from @mdn/browser-compat-data@5.6.43
12+
* Event names sourced from @mdn/browser-compat-data@5.7.0
1313
*/
1414
export function getNativeEventNames(): ReadonlySet<string> {
1515
return (

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)