Update deps

This commit is contained in:
Darren Clarke 2023-08-07 09:54:06 +02:00
parent e9379fd1fb
commit be835c7759
5 changed files with 5464 additions and 12558 deletions

View file

@ -34,7 +34,7 @@
"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 && npm i",
"clean": "rm -rf node_modules && rm -rf apps/*/node_modules && rm -rf packages/*/node_modules && rm -rf apps/*/.next"
"clean": "rm package-lock.json && rm -rf node_modules && rm -rf apps/*/node_modules && rm -rf packages/*/node_modules && rm -rf apps/*/.next"
},
"packageManager": "npm@9.6.7",
"workspaces": [