Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijndevos committed Dec 3, 2023
1 parent ea210a8 commit 9e9877a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.0.1",
"private": true,
"devDependencies": {
"shadow-cljs": "2.17.8"
"shadow-cljs": "2.26.2"
},
"dependencies": {
"bootstrap-icons": "^1.5.0",
"pouchdb": "7.3.0",
"react": "17.0.2",
"react-bootstrap-icons": "^1.5.0",
"react-dom": "17.0.2"
"bootstrap-icons": "^1.11.2",
"pouchdb": "8.0.1",
"react": "18.2.0",
"react-bootstrap-icons": "^1.10.3",
"react-dom": "18.2.0"
}
}
2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"src/test"]

:dependencies
[[reagent "1.1.1"]
[[reagent "1.2.0"]
[org.clojars.pepijndevos/hipflask "0.10.2"]]

:dev-http {8080 "public"}
Expand Down

0 comments on commit 9e9877a

Please sign in to comment.