Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Update all #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions controller/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/osmose-collective/radio-imaginee/controller
go 1.12

require (
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/render v1.0.1
github.com/reiver/go-oi v0.0.0-20160325061615-431c83978379 // indirect
github.com/reiver/go-telnet v0.0.0-20180421082511-9ff0b2ab096e
golang.org/x/tools v0.0.0-20190712213246-8b927904ee0d // indirect
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8
gopkg.in/urfave/cli.v2 v2.2.0
)
2 changes: 1 addition & 1 deletion mobile/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.13.0
10.21.0
62 changes: 35 additions & 27 deletions mobile/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@
"cordova-browser": "5.0.4",
"cordova-ios": "4.5.5",
"cordova-plugin-device": "2.0.3",
"cordova-plugin-inappbrowser": "3.0.0",
"cordova-plugin-ionic-keyboard": "2.1.3",
"cordova-plugin-ionic-webview": "2.5.1",
"cordova-plugin-inappbrowser": "3.2.0",
"cordova-plugin-ionic-keyboard": "2.2.0",
"cordova-plugin-ionic-webview": "2.5.3",
"cordova-plugin-nativeaudio": "3.0.9",
"cordova-plugin-navigationbar": "1.0.31",
"cordova-plugin-splashscreen": "5.0.3",
"cordova-plugin-splashscreen": "5.0.4",
"cordova-plugin-statusbar": "2.4.3",
"cordova-plugin-whitelist": "1.3.4",
"ionic-angular": "3.9.2",
"ionic-angular": "3.9.10",
"ionicons": "3.0.0",
"moment": "2.24.0",
"rxjs": "6.2.1",
"rxjs-compat": "6.2.1",
"moment": "2.27.0",
"rxjs": "6.6.0",
"rxjs-compat": "6.6.0",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.26"
},
"devDependencies": {
"@ionic/app-scripts": "3.2.4",
"typescript": "2.6.2"
"typescript": "2.9.2"
},
"description": "An Ionic project",
"cordova": {
Expand Down