mirror of
https://github.com/gwenhael-le-moine/credger.git
synced 2024-12-26 09:58:36 +01:00
crystal and npm updates
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
bbbc714f68
commit
fd0a52ca9b
4 changed files with 1033 additions and 612 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ public/js/app.min.js: public/js/app.js
|
||||||
./public/vendor/node_modules/.bin/google-closure-compiler-js $^ > $@
|
./public/vendor/node_modules/.bin/google-closure-compiler-js $^ > $@
|
||||||
|
|
||||||
pull-deps:
|
pull-deps:
|
||||||
crystal deps install
|
shards install
|
||||||
cd public/vendor; npm install
|
cd public/vendor; npm install
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
1605
public/vendor/package-lock.json
generated
vendored
1605
public/vendor/package-lock.json
generated
vendored
File diff suppressed because it is too large
Load diff
32
public/vendor/package.json
vendored
32
public/vendor/package.json
vendored
|
@ -17,32 +17,32 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/cycojesus/ledgerrb#readme",
|
"homepage": "https://github.com/cycojesus/ledgerrb#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@uirouter/angularjs": "^1.0.11",
|
"@uirouter/angularjs": "^1.0.20",
|
||||||
"angular": "^1.6.7",
|
"angular": "^1.7.5",
|
||||||
"angular-animate": "^1.6.7",
|
"angular-animate": "^1.7.5",
|
||||||
"angular-aria": "^1.6.7",
|
"angular-aria": "^1.7.5",
|
||||||
"angular-i18n": "^1.6.7",
|
"angular-i18n": "^1.7.5",
|
||||||
"angular-loader": "^1.6.7",
|
"angular-loader": "^1.7.5",
|
||||||
"angular-loading-bar": "^0.9.0",
|
"angular-loading-bar": "^0.9.0",
|
||||||
"angular-messages": "^1.6.7",
|
"angular-messages": "^1.7.5",
|
||||||
"angular-mocks": "^1.6.7",
|
"angular-mocks": "^1.7.5",
|
||||||
"angular-moment": "^1.2.0",
|
"angular-moment": "^1.3.0",
|
||||||
"angular-nvd3": "^1.0.8",
|
"angular-nvd3": "^1.0.8",
|
||||||
"angularjs-nvd3-directives": "0.0.8",
|
"angularjs-nvd3-directives": "0.0.8",
|
||||||
"angularjs-slider": "^6.4.3",
|
"angularjs-slider": "^6.6.1",
|
||||||
"boilerplate": "^0.6.1",
|
"boilerplate": "^0.6.1",
|
||||||
"d3": "^3.5.17",
|
"d3": "^3.5.17",
|
||||||
"google-closure-compiler-js": "^20170910.0.1",
|
"google-closure-compiler-js": "^20170910.0.1",
|
||||||
"hammerjs": "^2.0.8",
|
"hammerjs": "^2.0.8",
|
||||||
"moment": "^2.19.4",
|
"moment": "^2.22.2",
|
||||||
"nvd3": "^1.8.4",
|
"nvd3": "^1.8.4",
|
||||||
"sweetalert2": "^7.0.9",
|
"sweetalert2": "^7.28.11",
|
||||||
"typescript": "^2.6.2",
|
"typescript": "^2.9.2",
|
||||||
"underscore": "^1.8.3"
|
"underscore": "^1.9.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/angular": "^1.6.39",
|
"@types/angular": "^1.6.51",
|
||||||
"@types/sweetalert": "^1.1.28",
|
"@types/sweetalert": "^1.1.28",
|
||||||
"@types/underscore": "^1.8.5"
|
"@types/underscore": "^1.8.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
version: 1.0
|
version: 1.0
|
||||||
shards:
|
shards:
|
||||||
|
exception_page:
|
||||||
|
github: crystal-loot/exception_page
|
||||||
|
version: 0.1.1
|
||||||
|
|
||||||
kemal:
|
kemal:
|
||||||
github: kemalcr/kemal
|
github: kemalcr/kemal
|
||||||
commit: 50f82f51874babe92cbb808013647a7989d54354
|
commit: 8bfc3313e92b04e4f2ef013641082426f600d8d5
|
||||||
|
|
||||||
kilt:
|
kilt:
|
||||||
github: jeromegn/kilt
|
github: jeromegn/kilt
|
||||||
|
|
Loading…
Reference in a new issue