Skip to content

Commit

Permalink
update vendor (#1184)
Browse files Browse the repository at this point in the history
* update vendor

* update assets
  • Loading branch information
alavieille committed Apr 5, 2017
1 parent afec4a8 commit 7d13c92
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 37 deletions.
41 changes: 41 additions & 0 deletions assets.lock
@@ -0,0 +1,41 @@
{
"name": "assets-packages",
"description": "This file is auto-generated. Do not change it",
"npm": {
"bower": "~1.7 ~1.7",
"grunt": "~0.4 ~0.4",
"grunt-cli": "~1.2 ~1.2",
"grunt-contrib-symlink": "~1.0 ~1.0",
"grunt-contrib-less": "~1.3.0 ~1.3.0",
"grunt-contrib-cssmin": "~1.0 ~1.0",
"grunt-contrib-uglify": "~1.0 ~1.0",
"grunt-contrib-concat": "~1.0 ~1.0",
"grunt-contrib-watch": "~1.0 ~1.0",
"grunt-contrib-clean": "~1.0 ~1.0",
"grunt-commands": "~0.1 ~0.1",
"load-grunt-tasks": "~3.5.0 ~3.5.0",
"glob": "~7.0.3 ~7.0.3",
"merge": "~1.2.0 ~1.2.0",
"grunt-contrib-jst": "~1.0",
"babel-preset-es2015": "~6.3.0",
"grunt-babel": "~6.0.0",
"grunt-browserify": "~5.0.0"
},
"bower": {
"jquery": "~2.1.1 ~2.1.1",
"jquery-ui": "~1.11.2 ~1.11.2",
"backbone": "~1.2.3 ~1.2.3",
"backbone.wreqr": "~1.3.5 ~1.3.5",
"Jcrop": "~0.9.12",
"flow.js": "~2.9.0",
"datatables.net-buttons-bs": "1.1.0",
"jquery-tokeninput": "1.7.0",
"bootstrap": "~3.3.4",
"jquery-form": "3.51",
"select2": "3.5.2",
"font-awesome": "^4.6.3",
"jquery-minicolors": "~2.2.3",
"perfect-scrollbar": "^0.6.16",
"tinymce": "~4.5.2"
}
}
21 changes: 21 additions & 0 deletions bower.json
@@ -0,0 +1,21 @@
{
"name": "assets-packages",
"description": "This file is auto-generated. Do not change it",
"dependencies": {
"jquery": "~2.1.1 ~2.1.1",
"jquery-ui": "~1.11.2 ~1.11.2",
"backbone": "~1.2.3 ~1.2.3",
"backbone.wreqr": "~1.3.5 ~1.3.5",
"Jcrop": "~0.9.12",
"flow.js": "~2.9.0",
"datatables.net-buttons-bs": "1.1.0",
"jquery-tokeninput": "1.7.0",
"bootstrap": "~3.3.4",
"jquery-form": "3.51",
"select2": "3.5.2",
"font-awesome": "^4.6.3",
"jquery-minicolors": "~2.2.3",
"perfect-scrollbar": "^0.6.16",
"tinymce": "~4.5.2"
}
}
78 changes: 41 additions & 37 deletions composer.lock

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

27 changes: 27 additions & 0 deletions package.json
@@ -0,0 +1,27 @@
{
"name": "assets-packages",
"description": "This file is auto-generated. Do not change it",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"dependencies": {
"bower": "~1.7 ~1.7",
"grunt": "~0.4 ~0.4",
"grunt-cli": "~1.2 ~1.2",
"grunt-contrib-symlink": "~1.0 ~1.0",
"grunt-contrib-less": "~1.3.0 ~1.3.0",
"grunt-contrib-cssmin": "~1.0 ~1.0",
"grunt-contrib-uglify": "~1.0 ~1.0",
"grunt-contrib-concat": "~1.0 ~1.0",
"grunt-contrib-watch": "~1.0 ~1.0",
"grunt-contrib-clean": "~1.0 ~1.0",
"grunt-commands": "~0.1 ~0.1",
"load-grunt-tasks": "~3.5.0 ~3.5.0",
"glob": "~7.0.3 ~7.0.3",
"merge": "~1.2.0 ~1.2.0",
"grunt-contrib-jst": "~1.0",
"babel-preset-es2015": "~6.3.0",
"grunt-babel": "~6.0.0",
"grunt-browserify": "~5.0.0"
}
}

0 comments on commit 7d13c92

Please sign in to comment.