Skip to content

Commit 8561580

Browse files
committed
fix: bump logs-react to latest
1 parent 87571be commit 8561580

File tree

4 files changed

+30
-31
lines changed

4 files changed

+30
-31
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
test:
3030
<<: *defaults
3131
docker:
32-
- image: circleci/node:10
32+
- image: circleci/node:14.17.5
3333
steps:
3434
- checkout
3535
- restore_cache: *restore-deps-cache
@@ -42,7 +42,7 @@ jobs:
4242
build:
4343
<<: *defaults
4444
docker:
45-
- image: circleci/node:10
45+
- image: circleci/node:14.17.5
4646
steps:
4747
- checkout
4848
- restore_cache: *restore-deps-cache
@@ -54,7 +54,7 @@ jobs:
5454
release:
5555
<<: *defaults
5656
docker:
57-
- image: circleci/node:10
57+
- image: circleci/node:14.17.5
5858
steps:
5959
- checkout
6060
- restore_cache: *restore-deps-cache

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.16.3
1+
14.17.5

package-lock.json

Lines changed: 25 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@material-ui/lab": "4.0.0-alpha.47",
5656
"@monaco-editor/react": "^2.3.0",
5757
"@open-rpc/client-js": "^1.6.3",
58-
"@open-rpc/logs-react": "^1.1.15",
58+
"@open-rpc/logs-react": "^1.2.0",
5959
"@open-rpc/meta-schema": "^1.13.20",
6060
"@open-rpc/schema-utils-js": "^1.14.3",
6161
"@rehooks/window-size": "^1.0.2",

0 commit comments

Comments
 (0)