Skip to content

Commit c117842

Browse files
Update all non-major dependencies
1 parent 8f26fce commit c117842

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Check out repo
1616
uses: actions/checkout@v3
1717
- name: Run pre-commit
18-
uses: pre-commit/[email protected].0
18+
uses: pre-commit/[email protected].1
1919

2020
build:
2121
runs-on: ubuntu-latest

package-lock.json

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "tuna",
33
"dependencies": {
4-
"bootstrap": "5.2.3",
5-
"d3": "7.8.2"
4+
"bootstrap": "5.3.3",
5+
"d3": "7.9.0"
66
},
77
"devDependencies": {
8-
"prettier": "2.8.3"
8+
"prettier": "2.8.8"
99
},
1010
"scripts": {
1111
"prettier": "prettier --check README.md .github tuna/web/static/icicle.js tuna/web/static/tuna.css"

0 commit comments

Comments
 (0)