Update dependencies
This commit is contained in:
parent
d404901583
commit
9b05288b40
14 changed files with 83 additions and 84 deletions
|
|
@ -25,8 +25,8 @@
|
|||
"docker:metamigo:up": "docker compose -f docker-compose.zammad.yml -f docker-compose.metamigo-postgresql.yml -f docker-compose.metamigo.yml up -d",
|
||||
"docker:metamigo:down": "docker compose -f docker-compose.zammad.yml -f docker-compose.metamigo-postgresql.yml -f docker-compose.metamigo.yml down",
|
||||
"upgrade:setup": "npm i -g npm-check-updates",
|
||||
"upgrade:check": "ncu -ws -x graphql",
|
||||
"upgrade:all": "ncu -ws -u -x graphql"
|
||||
"upgrade:check": "ncu && ncu -ws -x graphql -x postgraphile",
|
||||
"upgrade:all": "ncu -u && ncu -ws -u -x graphql -x postgraphile"
|
||||
},
|
||||
"packageManager": "npm@9.6.7",
|
||||
"workspaces": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue