Skip to content

Commit

Permalink
Trying protobuf fix again
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Porter <[email protected]>
  • Loading branch information
jsonporter committed Feb 22, 2024
1 parent 3134502 commit cfe4f9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion website/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,16 @@
"classnames": "^2.3.2",
"lodash": "^4.17.21",
"long": "^5.2.1",
"protobufjs": "~6.11.4",
"protobufjs": "^6.11.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"tslib": "^2.4.1"
},
"resolutions": {
"protobufjs": "^6.11.4"
},
"engines": {
"node": "18.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2159,7 +2159,7 @@ __metadata:
classnames: ^2.3.2
lodash: ^4.17.21
long: ^5.2.1
protobufjs: ~6.11.4
protobufjs: ^6.11.4
react: ^18.1.0
react-dom: ^18.1.0
react-router: 5.3.4
Expand Down

0 comments on commit cfe4f9c

Please sign in to comment.