aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-29 07:29:24 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-29 07:29:24 +0530
commit7bb8093d02ada5407d56a9e19545b8872c268fb8 (patch)
tree2e532118a751894d408be217027d3a80d05d4009
parentBackported some configurations from the adonis rewrite (diff)
downloadferdium-server-7bb8093d02ada5407d56a9e19545b8872c268fb8.tar.gz
ferdium-server-7bb8093d02ada5407d56a9e19545b8872c268fb8.tar.zst
ferdium-server-7bb8093d02ada5407d56a9e19545b8872c268fb8.zip
Upgrade 'pnpm' to '7.19.0'; Upgrade submodules
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--package.json2
m---------recipes0
3 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 18856bf..72fbd35 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -50,7 +50,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
50$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 50$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
51{ 51{
52 "node": "16.18.1", 52 "node": "16.18.1",
53 "pnpm": "7.18.1", 53 "pnpm": "7.19.0",
54 "python": "3.11.1" 54 "python": "3.11.1"
55} 55}
56``` 56```
diff --git a/package.json b/package.json
index 393966c..1cda0a4 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
6 "main": "index.js", 6 "main": "index.js",
7 "engines": { 7 "engines": {
8 "node": "16.18.1", 8 "node": "16.18.1",
9 "pnpm": "7.18.1", 9 "pnpm": "7.19.0",
10 "python": "3.11.1" 10 "python": "3.11.1"
11 }, 11 },
12 "scripts": { 12 "scripts": {
diff --git a/recipes b/recipes
Subproject 75814a038587e0ca5269346a3dd284807ba8d51 Subproject b1cdbd3dacba1049a6e21583d0baa74061d15c3