Bump Node.js and PNPM versions (#22796)
This commit is contained in:
parent
7c013e8d48
commit
94f41444f4
4 changed files with 416 additions and 450 deletions
|
@ -24,7 +24,7 @@
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"wireit": "^0.10.0"
|
"wireit": "^0.10.0"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@8.6.2",
|
"packageManager": "pnpm@8.6.12",
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,3 @@
|
||||||
packages:
|
packages:
|
||||||
- 'apps/*'
|
- 'apps/*'
|
||||||
- 'libs/**'
|
- 'libs/*'
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -212,8 +212,8 @@
|
||||||
<server.output.dir.version>${project.version}</server.output.dir.version>
|
<server.output.dir.version>${project.version}</server.output.dir.version>
|
||||||
|
|
||||||
<!-- Frontend -->
|
<!-- Frontend -->
|
||||||
<node.version>v18.16.0</node.version>
|
<node.version>v18.17.1</node.version>
|
||||||
<pnpm.version>8.6.2</pnpm.version>
|
<pnpm.version>8.6.12</pnpm.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<url>http://keycloak.org</url>
|
<url>http://keycloak.org</url>
|
||||||
|
|
Loading…
Reference in a new issue