Bump Node.js and PNPM versions (#22796)

This commit is contained in:
Jon Koops 2023-08-29 20:54:49 +02:00 committed by GitHub
parent 7c013e8d48
commit 94f41444f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 416 additions and 450 deletions

View file

@ -24,7 +24,7 @@
"typescript": "^5.2.2",
"wireit": "^0.10.0"
},
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@8.6.12",
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
}

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,3 @@
packages:
- 'apps/*'
- 'libs/**'
- 'libs/*'

View file

@ -212,8 +212,8 @@
<server.output.dir.version>${project.version}</server.output.dir.version>
<!-- Frontend -->
<node.version>v18.16.0</node.version>
<pnpm.version>8.6.2</pnpm.version>
<node.version>v18.17.1</node.version>
<pnpm.version>8.6.12</pnpm.version>
</properties>
<url>http://keycloak.org</url>