Skip to content

Commit

Permalink
Merge pull request #319 from open-rpc/fix/update-logs-react
Browse files Browse the repository at this point in the history
fix: bump logs-react to latest
  • Loading branch information
shanejonas authored Sep 29, 2022
2 parents 87571be + 8561580 commit bbb0e22
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 31 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
test:
<<: *defaults
docker:
- image: circleci/node:10
- image: circleci/node:14.17.5
steps:
- checkout
- restore_cache: *restore-deps-cache
Expand All @@ -42,7 +42,7 @@ jobs:
build:
<<: *defaults
docker:
- image: circleci/node:10
- image: circleci/node:14.17.5
steps:
- checkout
- restore_cache: *restore-deps-cache
Expand All @@ -54,7 +54,7 @@ jobs:
release:
<<: *defaults
docker:
- image: circleci/node:10
- image: circleci/node:14.17.5
steps:
- checkout
- restore_cache: *restore-deps-cache
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.16.3
14.17.5
51 changes: 25 additions & 26 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@material-ui/lab": "4.0.0-alpha.47",
"@monaco-editor/react": "^2.3.0",
"@open-rpc/client-js": "^1.6.3",
"@open-rpc/logs-react": "^1.1.15",
"@open-rpc/logs-react": "^1.2.0",
"@open-rpc/meta-schema": "^1.13.20",
"@open-rpc/schema-utils-js": "^1.14.3",
"@rehooks/window-size": "^1.0.2",
Expand Down

0 comments on commit bbb0e22

Please sign in to comment.