Skip to content

Commit

Permalink
fix(cerebro-ui): update broken cerebro-ui dep (#618)
Browse files Browse the repository at this point in the history
* fix(cerebro-ui): update broken cerebro-ui dep

fix #615 fix #607

* ci: add macos to build action
  • Loading branch information
dubisdev authored Nov 7, 2022
1 parent e62fb94 commit 0cd50d9
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 145 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Check out Git repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"webpack-visualizer-plugin": "0.1.11"
},
"dependencies": {
"@cerebroapp/cerebro-ui": "1.0.4",
"@cerebroapp/cerebro-ui": "2.0.0-alpha.3",
"@electron/remote": "2.0.8",
"auto-launch": "5.0.5",
"cerebro-tools": "0.1.8",
Expand Down
Loading

0 comments on commit 0cd50d9

Please sign in to comment.