Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Apr 25, 2021
1 parent e0c4860 commit 9da6e43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"react-native-safe-area-context": "^3.0.2",
"react-native-screens": "^2.8.0",
"react-native-splash-screen": "^3.2.0",
"react-native-vector-icons": "^6.6.0"
"react-native-vector-icons": "^6.6.0",
"shadow-cljs": "^2.11.4"
},
"devDependencies": {
"@babel/core": "^7.9.6",
Expand Down
6 changes: 3 additions & 3 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{:source-paths ["src"]

:dependencies [[reagent "0.10.0"]
:dependencies [[reagent "1.0.0"]
[re-frame "0.12.0"]
[superstructor/re-frame-fetch-fx "0.0.2"]
[re-frisk-remote "1.3.3"]
[rn-shadow-steroid "0.2.7"]
[re-frisk-remote "1.5.0"]
[rn-shadow-steroid "0.2.8"]
[re-frame-steroid "0.1.1"]
[cljs-bean "1.3.0"]]

Expand Down

0 comments on commit 9da6e43

Please sign in to comment.