Skip to content

Commit

Permalink
chore: remove use-node-version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Jun 20, 2024
1 parent 9844b81 commit a1ae093
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 187 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
engine-strict=true
package-manager-strict=false
shell-emulator=true
use-node-version=20.14.0
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ WORKDIR /app
USER node

COPY --chown=node:node .npmrc package.json pnpm-lock.yaml ./
RUN sed -i "s/use-node-version/# use-node-version/" .npmrc

RUN pnpm fetch --prod
RUN pnpm install --frozen-lockfile --ignore-scripts --offline --prod
Expand All @@ -25,7 +24,6 @@ FROM base as build
RUN pnpm fetch --dev

COPY --chown=node:node ./ ./
RUN sed -i "s/use-node-version/# use-node-version/" .npmrc

# astro assets cache
COPY --chown=node:node ./node_modules/.astro ./node_modules/.astro
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": "20.x",
"pnpm": "9.x"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.4.0",
"scripts": {
"build": "astro build",
"dev": "astro dev",
Expand Down Expand Up @@ -36,27 +36,27 @@
"dependencies": {
"@acdh-oeaw/lib": "^0.1.12",
"@acdh-oeaw/validate-env": "^0.0.3",
"@astrojs/mdx": "^3.1.0",
"@astrojs/node": "^8.3.0",
"@astrojs/react": "^3.5.0",
"@astrojs/mdx": "^3.1.1",
"@astrojs/node": "^8.3.1",
"@astrojs/react": "^3.6.0",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/sitemap": "^3.1.6",
"@floating-ui/dom": "^1.6.5",
"@fontsource-variable/inter": "^5.0.18",
"@iconify-json/lucide": "^1.1.192",
"@iconify-json/lucide": "^1.1.193",
"@keystatic/astro": "^5.0.0",
"@keystatic/core": "^0.5.19",
"@keystatic/core": "^0.5.22",
"@mdx-js/mdx": "^3.0.1",
"@shikijs/rehype": "^1.6.5",
"astro": "^4.10.2",
"@shikijs/rehype": "^1.7.0",
"astro": "^4.10.3",
"astro-icon": "^1.1.0",
"cva": "^1.0.0-beta.1",
"date-fns": "^3.6.0",
"estree-util-value-to-estree": "^3.1.1",
"hast-util-heading-rank": "^3.0.0",
"hast-util-to-string": "^3.0.0",
"lucide-react": "^0.395.0",
"nodemailer": "^6.9.13",
"nodemailer": "^6.9.14",
"pdfkit": "^0.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -69,10 +69,10 @@
"retext-smartypants": "^6.1.0",
"satori": "^0.10.13",
"sharp": "^0.33.4",
"shiki": "^1.6.5",
"unified": "^11.0.4",
"shiki": "^1.7.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"valibot": "^0.32.0",
"valibot": "^0.33.3",
"vfile": "^6.0.1",
"vite": "^5.3.1"
},
Expand All @@ -91,7 +91,7 @@
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.2",
"@types/node": "^20.14.6",
"@types/nodemailer": "^6.4.15",
"@types/pdfkit": "^0.13.4",
"@types/react": "^18.3.3",
Expand Down
Loading

0 comments on commit a1ae093

Please sign in to comment.