aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-11-01 10:53:07 -0600
committerLibravatar GitHub <noreply@github.com>2023-11-01 10:53:07 -0600
commit64e26494686255797b59ca781d29c8f2ba2d5149 (patch)
treee6e90b4ae0e1e26e5adc611615e66c4c5369e531 /package.json
parentMessenger: Add color definition for incoming message bubbles. (#448) (diff)
downloadferdium-recipes-64e26494686255797b59ca781d29c8f2ba2d5149.tar.gz
ferdium-recipes-64e26494686255797b59ca781d29c8f2ba2d5149.tar.zst
ferdium-recipes-64e26494686255797b59ca781d29c8f2ba2d5149.zip
chore: upgrade used node and pnpm version (#450)
- upgrade node and pnpm version in engines, volta and packageManager config - update node version to 20.9.0 in .nvmrc
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 1c41c07..9b3e468 100644
--- a/package.json
+++ b/package.json
@@ -5,15 +5,15 @@
5 "doc": "docs" 5 "doc": "docs"
6 }, 6 },
7 "engines": { 7 "engines": {
8 "node": "18.18.0", 8 "node": "20.9.0",
9 "pnpm": "8.7.6" 9 "pnpm": "8.10.0"
10 }, 10 },
11 "volta": { 11 "volta": {
12 "node": "18.18.0", 12 "node": "20.9.0",
13 "pnpm": "8.7.6" 13 "pnpm": "8.10.0"
14 }, 14 },
15 "engine-strict": true, 15 "engine-strict": true,
16 "packageManager": "pnpm@8.7.6", 16 "packageManager": "pnpm@8.10.0",
17 "scripts": { 17 "scripts": {
18 "preinstall": "npx only-allow pnpm", 18 "preinstall": "npx only-allow pnpm",
19 "prepare": "is-ci || husky install", 19 "prepare": "is-ci || husky install",