Skip to content

Commit

Permalink
deps update and version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
awkay committed Dec 26, 2024
1 parent 603d095 commit 7f50609
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:extra-deps {com.wsscode/pathom {:mvn/version "2.4.0"}
com.fulcrologic/fulcro-i18n {:mvn/version "1.1.2"}
com.fulcrologic/fulcro-garden-css {:mvn/version "3.0.9"}
com.fulcrologic/statecharts {:mvn/version "1.2.6"}
com.fulcrologic/statecharts {:mvn/version "1.2.8"}
devcards/devcards {:mvn/version "0.2.4"}}}
:test {:extra-deps {fulcrologic/fulcro-spec {:mvn/version "3.1.12"}}}
:dev {:extra-deps {com.google.javascript/closure-compiler-unshaded {:mvn/version "v20240317"}
Expand Down
2 changes: 1 addition & 1 deletion shells/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"matches":["<all_urls>"],
"run_at":"document_idle"}],
"manifest_version":3,
"version":"4.0.5"}
"version":"4.0.6"}
2 changes: 1 addition & 1 deletion shells/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fulcro-inspect-electron",
"version": "4.0.5",
"version": "4.0.6",
"description": "Electron Version of Fulcro Inspect",
"homepage": "https://github.com/fulcrologic/fulcro-inspect",
"main": "app/main.js",
Expand Down

0 comments on commit 7f50609

Please sign in to comment.