crystal and npm updates

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2018-11-05 12:58:46 +01:00
parent bbbc714f68
commit fd0a52ca9b
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
4 changed files with 1033 additions and 612 deletions

View file

@ -10,7 +10,7 @@ public/js/app.min.js: public/js/app.js
./public/vendor/node_modules/.bin/google-closure-compiler-js $^ > $@
pull-deps:
crystal deps install
shards install
cd public/vendor; npm install
clean:

1605
public/vendor/package-lock.json generated vendored

File diff suppressed because it is too large Load diff

View file

@ -17,32 +17,32 @@
},
"homepage": "https://github.com/cycojesus/ledgerrb#readme",
"dependencies": {
"@uirouter/angularjs": "^1.0.11",
"angular": "^1.6.7",
"angular-animate": "^1.6.7",
"angular-aria": "^1.6.7",
"angular-i18n": "^1.6.7",
"angular-loader": "^1.6.7",
"@uirouter/angularjs": "^1.0.20",
"angular": "^1.7.5",
"angular-animate": "^1.7.5",
"angular-aria": "^1.7.5",
"angular-i18n": "^1.7.5",
"angular-loader": "^1.7.5",
"angular-loading-bar": "^0.9.0",
"angular-messages": "^1.6.7",
"angular-mocks": "^1.6.7",
"angular-moment": "^1.2.0",
"angular-messages": "^1.7.5",
"angular-mocks": "^1.7.5",
"angular-moment": "^1.3.0",
"angular-nvd3": "^1.0.8",
"angularjs-nvd3-directives": "0.0.8",
"angularjs-slider": "^6.4.3",
"angularjs-slider": "^6.6.1",
"boilerplate": "^0.6.1",
"d3": "^3.5.17",
"google-closure-compiler-js": "^20170910.0.1",
"hammerjs": "^2.0.8",
"moment": "^2.19.4",
"moment": "^2.22.2",
"nvd3": "^1.8.4",
"sweetalert2": "^7.0.9",
"typescript": "^2.6.2",
"underscore": "^1.8.3"
"sweetalert2": "^7.28.11",
"typescript": "^2.9.2",
"underscore": "^1.9.1"
},
"devDependencies": {
"@types/angular": "^1.6.39",
"@types/angular": "^1.6.51",
"@types/sweetalert": "^1.1.28",
"@types/underscore": "^1.8.5"
"@types/underscore": "^1.8.9"
}
}

View file

@ -1,8 +1,12 @@
version: 1.0
shards:
exception_page:
github: crystal-loot/exception_page
version: 0.1.1
kemal:
github: kemalcr/kemal
commit: 50f82f51874babe92cbb808013647a7989d54354
commit: 8bfc3313e92b04e4f2ef013641082426f600d8d5
kilt:
github: jeromegn/kilt