Skip to content

Commit

Permalink
chore: bump moc to v0.13.6 (#279)
Browse files Browse the repository at this point in the history
* chore: bump `moc` to v0.13.6

* bump `dfx`
  • Loading branch information
ggreif authored Jan 30, 2025
1 parent c610a1d commit e7c7a77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
DFX_VERSION: 0.24.2
DFX_VERSION: 0.24.3
IC_REPL_VERSION: 0.7.5
MOPS_VERSION: 0.2.0
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 18
- 20
env:
DFX_VERSION: 0.24.2
DFX_VERSION: 0.24.3
SKIP_WASM: true
MOPS_VERSION: 0.2.0
steps:
Expand Down
2 changes: 1 addition & 1 deletion public/moc.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { setupEditorIntegration } from "./integrations/editorIntegration";
import { Container } from "./webcontainer";
import { Terminal } from "@xterm/xterm";

const MOC_VERSION = "0.13.3";
const MOC_VERSION = "0.13.6";

const GlobalStyles = createGlobalStyle`
:root {
Expand Down

0 comments on commit e7c7a77

Please sign in to comment.