2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Bump frontend dependencies (#6579)

* set yarn version

* bump yarn to 4.1

* update dependency file

* upgrade all deps as far as possible

* cleanup diff

* bump node

* ignore lock in pre-commit

* fix lockfile

* bump yarn version

* switch back to yarn 1 for now
This commit is contained in:
Matthias Mair
2024-03-21 23:23:22 +01:00
committed by GitHub
parent 885658e71a
commit 32d161852a
5 changed files with 870 additions and 776 deletions

View File

@ -10,7 +10,7 @@ on:
env:
python_version: 3.9
node_version: 16
node_version: 18
# The OS version must be set per job
server_start_sleep: 60

View File

@ -7,7 +7,7 @@ on:
env:
python_version: 3.9
node_version: 16
node_version: 18
jobs:
build: