Skip to content

Commit 0de1c95

Browse files
committed
Updates JS deps
1 parent a3db58d commit 0de1c95

File tree

5 files changed

+19
-1544
lines changed

5 files changed

+19
-1544
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,5 @@ tailwind/version.py
143143

144144
# Poetry
145145
poetry.lock
146+
147+
example/theme/static_src/package-lock.json

example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.12-slim-bookworm
22

33
WORKDIR /app
44

5-
ARG NODE_MAJOR=18
5+
ARG NODE_MAJOR=22
66

77
RUN apt-get update \
88
&& apt-get install -y ca-certificates curl gnupg \

0 commit comments

Comments
 (0)