Skip to content

Commit

Permalink
Apply in-range dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Oct 13, 2024
1 parent ced65ef commit e55fcad
Show file tree
Hide file tree
Showing 6 changed files with 716 additions and 3,384 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express": "^4.21.1",
"helmet": "^8.0.0",
"morgan": "^1.10.0",
"node-pg-migrate": "^7.7.0",
"node-pg-migrate": "^7.7.1",
"pg": "^8.13.0",
"winston": "^3.15.0"
},
Expand Down
5 changes: 5 additions & 0 deletions bin/up-to-date.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ useNpm() {
npm --prefix="$ROOT" "$@"
}

useNpx() {
npx --prefix="$ROOT" "$@"
}

if [ -z "$(useNpm outdated)" ]; then
echo 'All up to date'
exit 0
Expand All @@ -25,6 +29,7 @@ if [ -z "$(git status --porcelain)" ]; then
exit 0
fi

useNpx playwright install
useNpm run ship
git add "$ROOT"/package{,-lock}.json "$ROOT"/*/package.json
git commit --message 'Apply in-range dependency updates'
Expand Down
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"e2e": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.47.2",
"eslint-plugin-playwright": "^1.6.2",
"@playwright/test": "^1.48.0",
"eslint-plugin-playwright": "^1.7.0",
"playwright": "^1.40.1"
}
}
Loading

0 comments on commit e55fcad

Please sign in to comment.