Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
joewatt95 committed Aug 15, 2024
1 parent 3afe37e commit 76d9c85
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
:version "0.0.1"}}

:nrepl ;; added by neil
{:extra-deps {nrepl/nrepl {:mvn/version "1.2.0"}}
{:extra-deps {nrepl/nrepl {:mvn/version "1.3.0"}}
:main-opts ["-m" "nrepl.cmdline" "--interactive" "--color"]}

:test ;; added by neil
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -30,15 +30,15 @@
"@babel/runtime": "^7.25.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mlc-ai/web-llm": "^0.2.56",
"@mlc-ai/web-llm": "^0.2.60",
"@mui/icons-material": "6.0.0-beta.5",
"@mui/lab": "6.0.0-beta.5",
"@mui/material": "6.0.0-beta.5",
"@nextjournal/clojure-mode": "^0.3.3",
"@uiw/codemirror-theme-solarized": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"pythonia": "^1.2.1",
"react": "19.0.0-rc-65903583-20240805",
"react-dom": "19.0.0-rc-65903583-20240805"
"react": "19.0.0-rc-49496d49-20240814",
"react-dom": "19.0.0-rc-49496d49-20240814"
}
}

0 comments on commit 76d9c85

Please sign in to comment.