Skip to content

Commit

Permalink
➕ chore: add ncu (update:deps)
Browse files Browse the repository at this point in the history
Signed-off-by: drptbl <[email protected]>
  • Loading branch information
drptbl committed Feb 2, 2024
1 parent eacf895 commit b9fc2ba
Show file tree
Hide file tree
Showing 3 changed files with 1,380 additions and 125 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ playwright/.cache
### Synpress

.cache-synpress

### Vercel

.vercel
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"sort-package-json:check": "sort-package-json 'package.json' '{packages,wallets,examples}/*/package.json' --check",
"test": "turbo test",
"test:e2e:headful": "turbo test:e2e:headful --filter=@synthetixio/synpress-metamask",
"test:e2e:headless": "turbo test:e2e:headless --filter=@synthetixio/synpress-metamask"
"test:e2e:headless": "turbo test:e2e:headless --filter=@synthetixio/synpress-metamask",
"update:deps": "ncu -u -ws --root"
},
"lint-staged": {
"package.json": "sort-package-json"
Expand All @@ -28,6 +29,7 @@
"commitlint-config-gitmoji": "^2.3.1",
"husky": "^8.0.0",
"lint-staged": "^14.0.1",
"npm-check-updates": "16.14.14",
"serve": "^14.2.1",
"sort-package-json": "^2.5.1",
"turbo": "^1.10.14"
Expand Down
Loading

0 comments on commit b9fc2ba

Please sign in to comment.