Upgrade deps
This commit is contained in:
parent
422c446039
commit
de5106e9e8
17 changed files with 3154 additions and 406 deletions
|
|
@ -26,7 +26,8 @@
|
|||
"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 && ncu -ws -x graphql -x postgraphile",
|
||||
"upgrade:all": "ncu -u && ncu -ws -u -x graphql -x postgraphile"
|
||||
"upgrade:all": "ncu -u && ncu -ws -u -x graphql -x postgraphile",
|
||||
"clean": "rm -rf node_modules && rm -rf apps/*/node_modules && rm -rf packages/*/node_modules && rm -rf apps/*/.next"
|
||||
},
|
||||
"packageManager": "npm@9.6.7",
|
||||
"workspaces": [
|
||||
|
|
@ -49,7 +50,7 @@
|
|||
"graphql": "15.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.8.8",
|
||||
"prettier": "^3.0.0",
|
||||
"dotenv-cli": "latest"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue