aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-17 13:01:33 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-17 09:26:18 +0000
commitc163a059540bd36b52fe4e9c8e1fceca604cd3bc (patch)
treee48b1d4b489dc060bed15d3ccd70b6542aa7f604 /package.json
parentignore zsh-compiled files [skip ci] (diff)
downloadferdium-recipes-c163a059540bd36b52fe4e9c8e1fceca604cd3bc.tar.gz
ferdium-recipes-c163a059540bd36b52fe4e9c8e1fceca604cd3bc.tar.zst
ferdium-recipes-c163a059540bd36b52fe4e9c8e1fceca604cd3bc.zip
upgrade node to 20.11.1 and other minor versions for pkgs
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index d410206..ca9db63 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": "20.11.0", 8 "node": "20.11.1",
9 "pnpm": "8.15.1" 9 "pnpm": "8.15.3"
10 }, 10 },
11 "volta": { 11 "volta": {
12 "node": "20.11.0", 12 "node": "20.11.1",
13 "pnpm": "8.15.1" 13 "pnpm": "8.15.3"
14 }, 14 },
15 "engine-strict": true, 15 "engine-strict": true,
16 "packageManager": "pnpm@8.15.1", 16 "packageManager": "pnpm@8.15.3",
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",
@@ -45,7 +45,7 @@
45 "eslint": "8.56.0", 45 "eslint": "8.56.0",
46 "eslint-plugin-unicorn": "48.0.1", 46 "eslint-plugin-unicorn": "48.0.1",
47 "fs-extra": "11.2.0", 47 "fs-extra": "11.2.0",
48 "husky": "9.0.10", 48 "husky": "9.0.11",
49 "image-size": "1.0.2", 49 "image-size": "1.0.2",
50 "is-ci": "3.0.1", 50 "is-ci": "3.0.1",
51 "open": "9.1.0", 51 "open": "9.1.0",