Skip to content

Commit

Permalink
Update libraries and packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
SignSpice committed Nov 30, 2021
1 parent 073395e commit ac530f8
Show file tree
Hide file tree
Showing 11 changed files with 4,153 additions and 5,588 deletions.
Binary file added .lsp/sqlite.db
Binary file not shown.
48 changes: 24 additions & 24 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{:paths ["src/main" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.597"}
com.fulcrologic/fulcro {:mvn/version "3.1.8"}
com.fulcrologic/fulcro-native {:mvn/version "0.0.5"}
com.fulcrologic/fulcro-garden-css {:mvn/version "3.0.7"}
com.fulcrologic/guardrails {:mvn/version "0.0.11"}
garden {:mvn/version "1.3.9"}
com.fulcrologic/semantic-ui-wrapper {:mvn/version "1.0.0"}
edn-query-language/eql {:mvn/version "0.0.8"}
org.clojure/core.async {:mvn/version "0.4.490"}
com.wsscode/pathom {:mvn/version "2.2.24"}
:deps {org.clojure/clojure {:mvn/version "1.11.0-alpha3"}
org.clojure/clojurescript {:mvn/version "1.10.893"}
com.fulcrologic/fulcro {:mvn/version "3.5.9-RC1"}
com.fulcrologic/fulcro-native {:mvn/version "0.0.9"}
com.fulcrologic/fulcro-garden-css {:mvn/version "3.0.9"}
com.fulcrologic/guardrails {:mvn/version "1.1.7"}
garden/garden {:mvn/version "1.3.10"}
com.fulcrologic/semantic-ui-wrapper {:mvn/version "2.0.1"}
edn-query-language/eql {:mvn/version "2021.07.18"}
org.clojure/core.async {:mvn/version "1.5.640"}
com.wsscode/pathom {:mvn/version "2.4.0"}

;; mock database
datascript {:mvn/version "0.18.4"}
datascript/datascript {:mvn/version "1.3.0"}

;; web server
http-kit {:mvn/version "2.3.0"}
http-kit/http-kit {:mvn/version "2.6.0-alpha1"}
bk/ring-gzip {:mvn/version "0.3.0"}
bidi {:mvn/version "2.1.6"}
hiccup {:mvn/version "1.0.5"}
mount {:mvn/version "0.1.16"}
ring/ring-core {:mvn/version "1.7.0"}
ring/ring-defaults {:mvn/version "0.3.2"}
metosin/reitit-ring {:mvn/version "0.4.2"}
bidi/bidi {:mvn/version "2.1.6"}
hiccup/hiccup {:mvn/version "2.0.0-alpha2"}
mount/mount {:mvn/version "0.1.16"}
ring/ring-core {:mvn/version "1.9.4"}
ring/ring-defaults {:mvn/version "0.3.3"}
metosin/reitit-ring {:mvn/version "0.5.15"}

;; logging
com.taoensso/timbre {:mvn/version "4.10.0"}}
com.taoensso/timbre {:mvn/version "5.1.2"}}

:aliases {:cljs {:jvm-opts ["-DSENTE_ELIDE_JS_REQUIRE=true"]
:extra-deps {com.cognitect/transit-cljs {:mvn/version "0.8.256"}
:extra-deps {com.cognitect/transit-cljs {:mvn/version "0.8.269"}
com.fulcrologic/semantic-ui-wrapper {:mvn/version "1.0.0"}
binaryage/devtools {:mvn/version "0.9.10"}}}
binaryage/devtools {:mvn/version "1.0.4"}}}
:dev {:extra-paths ["src/dev"]
:extra-deps {org.clojure/tools.namespace {:mvn/version "0.3.1"}
thheller/shadow-cljs {:mvn/version "2.8.62"}}}}}
:extra-deps {org.clojure/tools.namespace {:mvn/version "1.1.0"}
thheller/shadow-cljs {:mvn/version "2.16.6"}}}}}
23 changes: 12 additions & 11 deletions mobile/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,14 @@
"expo": {
"name": "Attendance",
"slug": "ucv-attendance",
"privacy": "unlisted",
"entryPoint": "./app/index.js",
"sdkVersion": "35.0.0",
"platforms": [
"ios",
"android"
],
"scheme": "ucvattendance",
"version": "1.0.0",
"entryPoint": "app/index.js",
"scheme" : "ucvattendance",
"orientation": "portrait",
"primaryColor": "#cccccc",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
Expand All @@ -28,6 +21,14 @@
"ios": {
"supportsTablet": true
},
"description": ""
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
}
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}
Binary file added mobile/assets/adaptive-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mobile/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mobile/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mobile/assets/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 26 additions & 25 deletions mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
},
"scripts": {},
"dependencies": {
"expo": "^35.0.0",
"expo-asset": "~7.0.0",
"expo-barcode-scanner": "~7.0.0",
"expo-blur": "~7.0.0",
"expo-constants": "~7.0.0",
"expo-file-system": "~7.0.0",
"expo-font": "~7.0.0",
"expo-haptics": "~7.0.0",
"expo-image-picker": "~7.0.0",
"expo-keep-awake": "~7.0.0",
"expo-permissions": "~7.0.0",
"expo-secure-store": "~7.0.0",
"native-base": "^2.13.8",
"react": "16.8.3",
"react-icons": "^2.2.7",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-gesture-handler": "~1.3.0",
"react-native-modal-datetime-picker": "^7.6.0",
"react-native-qrcode-svg": "^5.1.2",
"react-native-svg": "^9.5.1",
"reakit": "^0.11.1"
"expo": "~43.0.2",
"expo-asset": "^8.4.3",
"expo-barcode-scanner": "^11.1.2",
"expo-blur": "^10.0.3",
"expo-constants": "^12.1.3",
"expo-file-system": "^13.0.3",
"expo-font": "^10.0.3",
"expo-haptics": "^11.0.3",
"expo-image-picker": "^11.0.3",
"expo-keep-awake": "^10.0.0",
"expo-permissions": "^13.0.3",
"expo-secure-store": "^11.0.3",
"expo-status-bar": "~1.1.0",
"native-base": "^3.2.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-qrcode-svg": "^6.1.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-svg": "^12.1.1",
"react-native-web": "0.17.1",
"reakit": "^1.3.11"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"socket.io-client": "2.1.1"
"@babel/core": "^7.12.9",
"babel-preset-expo": "^8.5.1",
"socket.io-client": "^4.4.0"
},
"private": true
}
Loading

0 comments on commit ac530f8

Please sign in to comment.