Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent cf6002c commit 1d9eff1
Show file tree
Hide file tree
Showing 5 changed files with 372 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install libraries
run: sudo apt-get install libasound2-dev
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install libraries
run: sudo apt-get install libasound2-dev
- uses: actions/cache@v3
Expand Down
8 changes: 4 additions & 4 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"author": "Andy O'Neill <[email protected]>",
"license": "ISC",
"devDependencies": {
"eslint": "8.46.0",
"eslint-plugin-react": "7.33.1",
"prettier": "3.0.0",
"vite": "4.4.7"
"eslint": "8.50.0",
"eslint-plugin-react": "7.33.2",
"prettier": "3.0.3",
"vite": "4.4.10"
},
"dependencies": {
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 1d9eff1

Please sign in to comment.