Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joewatt95 committed Sep 12, 2024
1 parent dd13b8f commit b12b1b7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mlc-ai/web-llm": "^0.2.62",
"@mui/icons-material": "6.0.2",
"@mui/icons-material": "6.1.0",
"@mui/lab": "6.0.0-beta.9",
"@mui/material": "6.0.2",
"@mui/material": "6.1.0",
"@nextjournal/clojure-mode": "^0.3.3",
"@uiw/codemirror-theme-solarized": "^4.23.1",
"@uiw/react-codemirror": "^4.23.1",
"@uiw/codemirror-theme-solarized": "^4.23.2",
"@uiw/react-codemirror": "^4.23.2",
"pythonia": "^1.2.1",
"react": "19.0.0-rc-d1afcb43-20240903",
"react-dom": "19.0.0-rc-d1afcb43-20240903"
"react": "19.0.0-rc-d6cb4e77-20240911",
"react-dom": "19.0.0-rc-d6cb4e77-20240911"
}
}
6 changes: 3 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion src/l4_lp/swipl/js/wasm_query.cljs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns l4-lp.swipl.js.wasm-query
(:require ["https://SWI-Prolog.github.io/npm-swipl-wasm/4/0/4/dynamic-import.js"
(:require ["https://SWI-Prolog.github.io/npm-swipl-wasm/4/0/5/dynamic-import.js"
:rename {SWIPL Swipl}]
[applied-science.js-interop :as jsi]
[cljs-bean.core :as bean]
Expand Down

0 comments on commit b12b1b7

Please sign in to comment.