aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-08 23:15:19 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-08 23:15:19 +0530
commit75814a038587e0ca5269346a3dd284807ba8d515 (patch)
tree6ac610b3b8f262075561a2ce596e2b0f08675de8 /package.json
parentAuto-fix from eslint triggered a version bump in element recipe (diff)
downloadferdium-recipes-75814a038587e0ca5269346a3dd284807ba8d515.tar.gz
ferdium-recipes-75814a038587e0ca5269346a3dd284807ba8d515.tar.zst
ferdium-recipes-75814a038587e0ca5269346a3dd284807ba8d515.zip
Updated npm modules; Upgraded pnpm
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 2c92002..db31224 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
5 "doc": "docs" 5 "doc": "docs"
6 }, 6 },
7 "engines": { 7 "engines": {
8 "pnpm": "7.17.1" 8 "pnpm": "7.18.1"
9 }, 9 },
10 "scripts": { 10 "scripts": {
11 "preinstall": "npx only-allow pnpm", 11 "preinstall": "npx only-allow pnpm",
@@ -33,15 +33,15 @@
33 "homepage": "https://github.com/ferdium/ferdium-recipes", 33 "homepage": "https://github.com/ferdium/ferdium-recipes",
34 "devDependencies": { 34 "devDependencies": {
35 "@types/targz": "1.0.1", 35 "@types/targz": "1.0.1",
36 "all-contributors-cli": "^6.20.0", 36 "all-contributors-cli": "6.24.0",
37 "eslint": "8.3.0", 37 "eslint": "8.29.0",
38 "eslint-plugin-unicorn": "39.0.0", 38 "eslint-plugin-unicorn": "39.0.0",
39 "fs-extra": "10.0.0", 39 "fs-extra": "10.0.0",
40 "husky": "7.0.4", 40 "husky": "7.0.4",
41 "image-size": "1.0.0", 41 "image-size": "1.0.2",
42 "open": "8.4.0", 42 "open": "8.4.0",
43 "prettier": "2.5.0", 43 "prettier": "2.8.1",
44 "simple-git": "2.48.0", 44 "simple-git": "3.15.1",
45 "targz": "1.0.1" 45 "targz": "1.0.1"
46 } 46 }
47} 47}