Skip to content

Commit f42701a

Browse files
authored
Update webdev-infra to enable fetchpriority use (GoogleChrome#8576)
* Update webdev-infra to enable fetchpriority use * Update package.json
1 parent 076e607 commit f42701a

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

firebase.incl.json

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
{
2121
"key": "Cache-Control",
2222
"value": "max-age=0"
23-
},
24-
{
25-
"key": "Origin-Trial",
26-
"value": "AroL15qduRNqNxaVOrRCcy3Lg2qmVISGidsHrfTRIwaZgUoJqZfqGYBAcqTKWf+6SgVWVbHV/OWkQCUy/ut0PwAAAABReyJvcmlnaW4iOiJodHRwczovL3dlYi5kZXY6NDQzIiwiZmVhdHVyZSI6IlByaW9yaXR5SGludHNBUEkiLCJleHBpcnkiOjE2NDc5OTM1OTl9"
2723
}
2824
]
2925
}

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"truncate-utf8-bytes": "^1.0.2",
113113
"unistore": "^3.4.1",
114114
"web-vitals": "^2.1.4",
115-
"webdev-infra": "^1.0.31",
115+
"webdev-infra": "^1.0.32",
116116
"wicg-inert": "^3.0.1",
117117
"yaml-front-matter": "^4.0.0"
118118
},

src/site/_data/site.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
NAVIGATION_TYPE: 'dimension6',
5454
COLOR_SCHEME_PREFERENCE: 'dimension7',
5555
},
56-
version: 10,
56+
version: 11,
5757
},
5858
firebase: {
5959
prod: {

0 commit comments

Comments
 (0)