Skip to content

Commit 771908f

Browse files
authored
Merge branch 'main' into 43556-namespaced-attributes-in-attr
2 parents 6e586b8 + c85467d commit 771908f

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24
1+
v24.15.0

package-lock.json

Lines changed: 0 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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,17 @@
2525
}
2626
},
2727
"types": "./build/require.d.ts",
28+
"packageManager": "npm@11.12.1",
2829
"engines": {
2930
"node": ">=24",
3031
"npm": "^11"
3132
},
32-
"packageManager": "npm@11.6.2",
33+
"devEngines": {
34+
"packageManager": {
35+
"name": "npm",
36+
"version": ">=11.8.0"
37+
}
38+
},
3339
"repository": {
3440
"type": "git",
3541
"url": "git+https://github.com/mdn/browser-compat-data.git"

0 commit comments

Comments
 (0)