mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
feat: update to node 22
This commit is contained in:
11
package.json
11
package.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user