diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-02 13:05:37 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-02 13:05:37 -0400 |
| commit | a238cd143efac9f2f9cd77afc2a407840318b0b1 (patch) | |
| tree | b78042559b38fe52e153067e97695f7d3ef61bb4 /package-lock.json | |
| parent | e2908921d25347e3aab45afed9b9b4b807f79c25 (diff) | |
Relax Node dependencies to the current major version
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 5e97f90..694c2ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,6 +31,10 @@ "svelte": "^4.2.19", "tailwindcss": "^3.4.14", "vite": "^5.4.9" + }, + "engines": { + "node": ">=22.0.0 <23.0.0", + "npm": ">=10.0.0 <11.0.0" } }, "node_modules/@alloc/quick-lru": { |
