Skip to content

Commit

Permalink
Update deps; update to reveal 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n2o committed Sep 12, 2023
1 parent b8b377b commit 2fcdb39
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ Everything in one command:

make

Or:

Download the dependency reveal.js (specified in `package.json`) with:

make install

or clone the repository:

git clone git@github.com:hakimel/reveal.js.git resources/public/node_modules/reveal.js

To get an interactive development environment, run:

make repl
Expand Down
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/clojurescript {:mvn/version "1.11.60"}
org.slf4j/slf4j-api {:mvn/version "2.0.7"}
ch.qos.logback/logback-classic {:mvn/version "1.4.8"}
org.clojure/clojurescript {:mvn/version "1.11.121"}
org.slf4j/slf4j-api {:mvn/version "2.0.9"}
ch.qos.logback/logback-classic {:mvn/version "1.4.11"}
com.bhauman/figwheel-main {:mvn/version "0.2.18"}
com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
org.clojure/core.async {:mvn/version "1.6.673"}
org.clojure/core.async {:mvn/version "1.6.681"}
hiccups/hiccups {:mvn/version "0.3.0"}}
:paths ["src" "target" "resources"]
:aliases {:fig {:main-opts ["-m" "figwheel.main" "-b" "dev" "--repl"]}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "reveal-cljs",
"version": "1.4.1",
"version": "4.6.0",
"description": "A ClojureScript wrapper for reveal.js",
"main": "reveal.core",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap-4-grid": "^3.4.0",
"reveal.js": "hakimel/reveal.js#4.4.0"
"reveal.js": "hakimel/reveal.js#4.6.0"
},
"devDependencies": {},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ bootstrap-4-grid@^3.4.0:
resolved "https://registry.yarnpkg.com/bootstrap-4-grid/-/bootstrap-4-grid-3.4.0.tgz#62769a992484b9338a0e7219842c90aa70e62f54"
integrity sha512-0bemukOEqWgO3Fd1SPFd2yUTEuqLBsPOfX7haNTw4iAbZAqW8doSbqu7VBo1sKBP73mAJMLquIgGCRVBPTDZ8A==

reveal.js@hakimel/reveal.js#4.4.0:
version "4.4.0"
resolved "https://codeload.github.com/hakimel/reveal.js/tar.gz/f6f657b627f9703e32414d8d3f16fb49d41031cb"
reveal.js@hakimel/reveal.js#4.6.0:
version "4.6.0"
resolved "https://codeload.github.com/hakimel/reveal.js/tar.gz/c5307462b08550d7e91fdfbfc7d7a6e7a5c131f9"

0 comments on commit 2fcdb39

Please sign in to comment.