Skip to content

Commit 770059c

Browse files
author
abrulic
committed
biome removed, updated pnpm version in dockerfile
1 parent f5ce4d1 commit 770059c

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /app
1414
ENV NODE_ENV="production"
1515

1616
# Install pnpm
17-
ARG PNPM_VERSION=10.13.0
17+
ARG PNPM_VERSION=10.18.0
1818
RUN npm install -g pnpm@$PNPM_VERSION
1919

2020

docs/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"npm-run-all": "4.1.5",
8484
"playwright": "1.50.1",
8585
"prompt": "1.3.0",
86-
"react-router-devtools": "^5.1.3",
86+
"react-router-devtools": "^5.1.3",
8787
"tailwindcss": "4.0.9",
8888
"tsx": "4.19.2",
8989
"typescript": "^5.8.3",
@@ -101,5 +101,8 @@
101101
"engines": {
102102
"node": ">=22.17.0",
103103
"pnpm": ">=10.18.0"
104+
},
105+
"pnpm": {
106+
"onlyBuiltDependencies": ["esbuild", "msw"]
104107
}
105-
}
108+
}

docs/vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export default defineConfig({
3535
outputDir: "./app/ui/icon/icons",
3636
fileName: "icon.svg",
3737
withTypes: true,
38-
formatter: "biome",
3938
}),
4039
contentCollections(),
4140
],

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)