Skip to content

Commit addf371

Browse files
committed
fix: update Node.js and Vite versions in configuration files
1 parent 8700278 commit addf371

File tree

3 files changed

+82
-29
lines changed

3 files changed

+82
-29
lines changed

nixpacks.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[phases.setup]
2-
nixPkgs = ['nodejs', 'pnpm-9_x']
2+
nixPkgs = ['nodejs_20', 'pnpm-9_x']
33

44
[phases.install]
55
cmds = ['pnpm i --frozen-lockfile']

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"tailwindcss": "^4.1.11",
4545
"typescript": "^5.8.3",
4646
"typescript-eslint": "^8.35.1",
47-
"vite": "^7.0.0",
47+
"vite": "^6.3.5",
4848
"vitest": "^3.2.4"
4949
},
5050
"pnpm": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)