Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/elliptic-6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieridwan committed Nov 11, 2020
2 parents c4d98e3 + d01cc5b commit 5a902b1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 28 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ yarn-error.log
.env
composer.lock
composer.log
/storage/installed
/storage/installed
Vagrantfile.*
Vagrantfile
14 changes: 0 additions & 14 deletions Vagrantfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function getChartAnggaranRealisasi()

$res = $query_result->first();

if (count($res) > 0) {
if (! empty($res) ) {
$total_anggaran = $res->total_anggaran;
$total_belanja = $res->total_belanja;
$belanja_pegawai = $res->belanja_pegawai;
Expand Down
4 changes: 2 additions & 2 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"axios": "^0.17",
"bootstrap-sass": "^3.3.7",
"cross-env": "^5.1",
"jquery": "^3.2",
"jquery": "^3.5",
"laravel-mix": "^1.0",
"lodash": "^4.17.4",
"lodash": "^4.17.19",
"vue": "^2.5.7"
}
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3608,9 +3608,9 @@ isstream@~0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"

jquery@^3.2:
version "3.2.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
jquery@^3.5:
version "3.5.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"

js-base64@^2.1.8, js-base64@^2.1.9:
version "2.4.0"
Expand Down Expand Up @@ -4018,9 +4018,9 @@ lodash.uniq@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"

lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4, lodash@~4.17.4:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.19, lodash@^4.17.2, lodash@^4.17.4, lodash@~4.17.4:
version "4.17.19"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"

logalot@^2.0.0:
version "2.1.0"
Expand Down Expand Up @@ -4280,8 +4280,8 @@ mississippi@^1.3.0:
through2 "^2.0.0"

mixin-deep@^1.2.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.0.tgz#47a8732ba97799457c8c1eca28f95132d7e8150a"
version "1.3.2"
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
dependencies:
for-in "^1.0.2"
is-extendable "^1.0.1"
Expand Down Expand Up @@ -6896,8 +6896,8 @@ websocket-driver@>=0.5.1:
websocket-extensions ">=0.1.1"

websocket-extensions@>=0.1.1:
version "0.1.3"
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29"
version "0.1.4"
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"

whet.extend@~0.9.9:
version "0.9.9"
Expand Down

0 comments on commit 5a902b1

Please sign in to comment.