Skip to content

Commit

Permalink
Merge branch '255-post-command-connection-status' into local-test-issl
Browse files Browse the repository at this point in the history
  • Loading branch information
shunsuke-shimomura committed Jun 16, 2024
2 parents c569a03 + 21712a3 commit 18d0d86
Show file tree
Hide file tree
Showing 10 changed files with 115 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: reviewdog/action-actionlint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
submodules: recursive

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- x86_64-unknown-linux-musl

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

# for devtools-frontend
- uses: actions/[email protected]
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: install apt depenedencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: checkout all the submodules
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
submodules: recursive

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions devtools-frontend/crates/Cargo.lock

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

12 changes: 6 additions & 6 deletions devtools-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@protobuf-ts/plugin": "^2.8.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@vitejs/plugin-react": "4.3.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -55,12 +55,12 @@
"eslint-plugin-react-hooks": "4.6.2",
"npm-run-all2": "6.2.0",
"postcss": "8.4.38",
"prettier": "3.3.1",
"prettier": "3.3.2",
"typescript": "5.4.5",
"vite": "5.2.12"
"vite": "5.2.13"
},
"engines": {
"node": "^21"
},
"packageManager": "pnpm@9.2.0"
"packageManager": "pnpm@9.3.0"
}
Loading

0 comments on commit 18d0d86

Please sign in to comment.