mirror of
https://github.com/unraid/api.git
synced 2026-01-06 00:30:22 -06:00
chore: Revert "fix(deps): update all non-major dependencies" (#1675)
Reverts unraid/api#1633
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:22.19.0-bookworm-slim AS plugin-builder
|
||||
FROM node:22.18.0-bookworm-slim AS plugin-builder
|
||||
|
||||
# Install build tools and dependencies
|
||||
RUN apt-get update -y && apt-get install -y \
|
||||
|
||||
@@ -40,5 +40,5 @@
|
||||
"nodemon": "3.1.10",
|
||||
"vitest": "3.2.4"
|
||||
},
|
||||
"packageManager": "pnpm@10.15.1"
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user