-
Couldn't load subscription status.
- Fork 1.3k
Shadow dom event handling #8991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
7a6dfcc
bbb7588
322c7cf
3098625
c636c8b
02deef6
2e0e86e
06a5380
a9b85aa
bc794e1
e630997
c020021
b7b7c28
a2c0672
f6617e8
43a2438
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -297,5 +297,9 @@ | |
| }, | ||
| "locales": [ | ||
| "en-US" | ||
| ] | ||
| ], | ||
| "volta": { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Volta has been extremely helpful in my projects to standardize versions of node and yarn used by my developers. Hopefully this isn't an untoward addition to package.json. |
||
| "node": "22.20.0", | ||
| "yarn": "4.2.2" | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package.json has:
This implies that the recommended Node.js version has changed. If true, documentation should update as well.