Skip to content

Commit 9f565ad

Browse files
committed
Why does this project not have a lockfile
1 parent 315d6f4 commit 9f565ad

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM denoland/deno:alpine
1+
FROM denoland/deno:alpine-2.4.0
22

33
ARG GIT_REVISION
44
ENV DENO_DEPLOYMENT_ID=${GIT_REVISION}
@@ -12,4 +12,4 @@ RUN deno task build
1212

1313
EXPOSE 8000
1414

15-
CMD ["run", "-A", "main.ts"]
15+
CMD ["run", "-A", "main.ts"]

deno.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
],
2424
"imports": {
2525
"$fresh/": "https://deno.land/x/fresh@1.7.3/",
26-
"@deno/gfm": "jsr:@deno/gfm@^0.10.0",
27-
"@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.0.0",
28-
"autoprefixer": "npm:autoprefixer@^10.4.20",
29-
"postcss": "npm:postcss@^8.5.1",
30-
"postcss-nested": "npm:postcss-nested@^7.0.2",
26+
"@deno/gfm": "jsr:@deno/gfm@0.10.0",
27+
"@tailwindcss/postcss": "npm:@tailwindcss/postcss@4.2.0",
28+
"autoprefixer": "npm:autoprefixer@10.5.0",
29+
"postcss": "npm:postcss@8.5.13",
30+
"postcss-nested": "npm:postcss-nested@7.0.2",
3131
"preact": "https://esm.sh/preact@10.22.0",
3232
"preact/": "https://esm.sh/preact@10.22.0/",
3333
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
3434
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
3535
"$std/": "https://deno.land/std@0.216.0/",
36-
"tailwindcss": "npm:tailwindcss@^4.0.7"
36+
"tailwindcss": "npm:tailwindcss@4.2.4"
3737
},
3838
"compilerOptions": {
3939
"jsx": "react-jsx",

0 commit comments

Comments
 (0)