Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 8f26fce commit 6d0ff78
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Check out repo
uses: actions/checkout@v3
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
uses: pre-commit/action@v3.0.1

build:
runs-on: ubuntu-latest
Expand Down
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "tuna",
"dependencies": {
"bootstrap": "5.2.3",
"d3": "7.8.2"
"bootstrap": "5.3.3",
"d3": "7.8.5"
},
"devDependencies": {
"prettier": "2.8.3"
"prettier": "2.8.8"
},
"scripts": {
"prettier": "prettier --check README.md .github tuna/web/static/icicle.js tuna/web/static/tuna.css"
Expand Down

0 comments on commit 6d0ff78

Please sign in to comment.