chore(workflow): snjs upgrades

This commit is contained in:
Mo
2022-06-24 07:52:07 -05:00
parent a345f4f97e
commit f0283f51f2
4 changed files with 50 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
"version": "yarn install --no-immutable && git add yarn.lock",
"postversion": "./scripts/push-tags-one-by-one.sh",
"lerna:list": " yarn lerna list -all",
"upgrade:snjs": "ncu -u '@standardnotes/*' && yarn workspaces foreach --verbose run ncu -u '@standardnotes/*'"
"upgrade:snjs": "ncu -u '@standardnotes/*' && yarn workspaces foreach --verbose run upgrade:snjs"
},
"resolutions": {
"@types/styled-components/@types/react": "17.0.2",