feat: update to node 22

This commit is contained in:
2024-06-03 14:11:07 +02:00
parent 91e0f2a255
commit 1628849d1b
16 changed files with 101 additions and 792 deletions

View File

@@ -2,9 +2,10 @@
"name": "@openstapps/openstapps",
"private": true,
"engines": {
"node": "^22.2.0",
"pnpm": "^8.15.4"
"node": "^22.0.0",
"pnpm": "^8.15.5"
},
"packageManager": "pnpm@8.15.5",
"scripts": {
"build": "dotenv -c -- turbo run build",
"build:full": "dotenv -c -- turbo run syncpack build lint format --summarize",
@@ -30,15 +31,15 @@
"devDependencies": {
"@changesets/changelog-git": "0.1.14",
"@changesets/cli": "2.26.1",
"cobertura-merge": "1.0.4",
"merge-cobertura": "1.0.1",
"deepmerge": "4.3.1",
"dotenv-cli": "7.2.1",
"glob": "10.3.10",
"junit-report-merger": "6.0.3",
"prettier": "3.1.1",
"syncpack": "12.3.0",
"turbo": "1.10.16",
"turbo-ignore": "1.10.16",
"turbo": "1.13.3",
"turbo-ignore": "1.13.3",
"typedoc": "0.25.12",
"typescript": "5.4.2"
}