diff --git a/bot/package.json b/bot/package.json index 592dd00ee..95b7637b3 100644 --- a/bot/package.json +++ b/bot/package.json @@ -46,6 +46,6 @@ }, "engines": { "node": "16", - "pnpm": "7.20.0" + "pnpm": "7" } } \ No newline at end of file diff --git a/client/package.json b/client/package.json index 06eac525b..6d1ec8c9c 100644 --- a/client/package.json +++ b/client/package.json @@ -91,6 +91,6 @@ }, "engines": { "node": "16", - "pnpm": "7.20.0" + "pnpm": "7" } } diff --git a/github-bot/package.json b/github-bot/package.json index dc71d6029..07e0707df 100644 --- a/github-bot/package.json +++ b/github-bot/package.json @@ -23,6 +23,6 @@ }, "engines": { "node": "16", - "pnpm": "7.20.0" + "pnpm": "7" } } \ No newline at end of file diff --git a/package.json b/package.json index f3fd4feb7..e4813a3a0 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,6 @@ }, "engines": { "node": "16", - "pnpm": "7.20.0" + "pnpm": "7" } } \ No newline at end of file diff --git a/server/package.json b/server/package.json index 272aba213..75f4dffde 100644 --- a/server/package.json +++ b/server/package.json @@ -120,6 +120,6 @@ }, "engines": { "node": "16", - "pnpm": "7.20.0" + "pnpm": "7" } } diff --git a/sieglinde/package.json b/sieglinde/package.json index c0ade6ad2..7730db5f5 100644 --- a/sieglinde/package.json +++ b/sieglinde/package.json @@ -22,6 +22,6 @@ }, "engines": { "node": "16", - "pnpm": "7.20.0" + "pnpm": "7" } } \ No newline at end of file