chore: update dependencies & scripts
This commit is contained in:
parent
2bf5607183
commit
738799cc74
15 changed files with 1351 additions and 993 deletions
13
scripts/outdated
Executable file
13
scripts/outdated
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh -eu
|
||||
|
||||
cd "$RUN_DIR"
|
||||
|
||||
[ -z "${DEBUG:-}" ] || set -x
|
||||
|
||||
echo '# Poetry:'
|
||||
poetry show --outdated --top-level --with=build,dev
|
||||
|
||||
echo '
|
||||
# Npm:'
|
||||
cd unwind-ui
|
||||
npm outdated
|
||||
Loading…
Add table
Add a link
Reference in a new issue