Skip to content

Commit 1e6bb6a

Browse files
Weekly regen
1 parent b7165f1 commit 1e6bb6a

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"type": "module",
33
"devDependencies": {
44
"@11ty/eleventy": "^3.0.0",
5-
"@mdn/browser-compat-data": "^5.6.30",
5+
"@mdn/browser-compat-data": "^5.6.32",
66
"copyfiles": "^2.4.1",
7-
"playwright": "^1.49.1",
7+
"playwright": "^1.50.0",
88
"rimraf": "^6.0.1",
99
"web-features": "next",
1010
"compute-baseline": "^0.1.1"

site/_data/features.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
{
501501
"id": "json-and-css-modules",
502502
"name": "JSON and CSS modules",
503-
"description": "Module <code>import … with { type: \"json\" }</code> statements load JSON data. Also known as JSON module scripts and formerly known as import assertions.<br>Module `import … with { type: \"css\" } statements load CSS modules as constructable stylesheets. Also known as CSS module scripts and formerly known as import assertions.",
503+
"description": "Module <code>import … with { type: \"json\" }</code> statements load JSON data. Also known as JSON module scripts.<br>Module `import … with { type: \"css\" } statements load CSS modules as constructable stylesheets. Also known as CSS module scripts.",
504504
"spec": [
505505
"https://html.spec.whatwg.org/multipage/webappapis.html#json-module-script",
506506
"https://html.spec.whatwg.org/multipage/webappapis.html#css-module-script"

0 commit comments

Comments
 (0)