Upgrade PNPM to version 9 (#28811)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
3216e7c781
commit
4f0298daae
3 changed files with 5885 additions and 4864 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "root",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@8.15.5",
|
||||
"packageManager": "pnpm@9.0.1",
|
||||
"scripts": {
|
||||
"prepare": "husky js/.husky"
|
||||
},
|
||||
|
|
10743
pnpm-lock.yaml
10743
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
4
pom.xml
4
pom.xml
|
@ -243,8 +243,8 @@
|
|||
<server.output.dir.version>${project.version}</server.output.dir.version>
|
||||
|
||||
<!-- Frontend -->
|
||||
<node.version>v20.12.0</node.version>
|
||||
<pnpm.version>8.15.5</pnpm.version>
|
||||
<node.version>v20.12.2</node.version>
|
||||
<pnpm.version>9.0.1</pnpm.version>
|
||||
<pnpm.args.install>install --prefer-offline --frozen-lockfile --ignore-scripts</pnpm.args.install>
|
||||
<!-- The clean step is skipped on Windows -->
|
||||
<js.skip.clean>false</js.skip.clean>
|
||||
|
|
Loading…
Reference in a new issue