Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.addons
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.16.0
FROM node:24.16.0
COPY package-lock.json /usr/src/app/checkouts/addons/
COPY package.json /usr/src/app/checkouts/addons/
WORKDIR /usr/src/app/checkouts/addons/
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.webpack
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.11
FROM node:24.16.0
COPY package-lock.json /usr/src/app/checkouts/ext-theme/
COPY package.json /usr/src/app/checkouts/ext-theme/
WORKDIR /usr/src/app/checkouts/ext-theme
Expand Down
1 change: 0 additions & 1 deletion packages/addons-inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"author": "Read the Docs, Inc",
"license": "MIT",
"dependencies": {
"//": "wrangler is pinned: 4.20+ rewrites inbound Host and X-Forwarded-Host to the value of `dev --host`, which breaks subdomain-based project resolution in El Proxito for local development",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:(

"wrangler": "4.19.1"
},
"devDependencies": {
Expand Down