Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf1e1204

Browse files
chore: update dependency @mdn/browser-compat-data to v6.0.29 (#2564)
1 parentc62eba2 commitf1e1204

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":"20.0.6",
5353
"@commitlint/cli":"19.8.1",
5454
"@commitlint/config-conventional":"19.8.1",
55-
"@mdn/browser-compat-data":"6.0.28",
55+
"@mdn/browser-compat-data":"6.0.29",
5656
"@nx/devkit":"21.2.1",
5757
"@nx/esbuild":"21.2.1",
5858
"@nx/eslint":"21.2.1",

‎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@6.0.28
12+
* Event names sourced from @mdn/browser-compat-data@6.0.29
1313
*/
1414
exportfunctiongetNativeEventNames():ReadonlySet<string>{
1515
return(

‎pnpm-lock.yaml

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp