Merge pull request #1429 from nextcloud/bump_handlebars

Bump handlebars to version 4.0.5
This commit is contained in:
Morris Jobke 2016-09-17 22:50:17 +02:00 committed by GitHub
commit 044c87e243
3 changed files with 4595 additions and 2732 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "ownCloud", "name": "Nextcloud",
"version": "8.2 pre alpha", "version": "11 alpha",
"homepage": "https://www.owncloud.org", "homepage": "https://www.nextcloud.com",
"license": "AGPL", "license": "AGPL",
"private": true, "private": true,
"ignore": [ "ignore": [
@ -14,7 +14,7 @@
], ],
"dependencies": { "dependencies": {
"blueimp-md5": "~1.1.0", "blueimp-md5": "~1.1.0",
"handlebars": "~1.3.0", "handlebars": "^4.0.5",
"jcrop": "~0.9.12", "jcrop": "~0.9.12",
"jquery": "~2.2.0", "jquery": "~2.2.0",
"jquery-migrate": "~1.4.0", "jquery-migrate": "~1.4.0",

View File

@ -1,16 +1,17 @@
{ {
"name": "handlebars", "name": "handlebars",
"version": "1.3.0", "version": "4.0.5",
"main": "handlebars.js", "main": "handlebars.js",
"license": "MIT",
"dependencies": {}, "dependencies": {},
"homepage": "https://github.com/components/handlebars.js", "homepage": "https://github.com/components/handlebars.js",
"_release": "1.3.0", "_release": "4.0.5",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "v1.3.0", "tag": "v4.0.5",
"commit": "ddd21a44be399ae4de486ddd868bacf84e92b9c4" "commit": "9b7adf2df23cf0ecc7bd60b43d43989e63222f5a"
}, },
"_source": "git://github.com/components/handlebars.js.git", "_source": "https://github.com/components/handlebars.js.git",
"_target": "~1.3.0", "_target": "^4.0.5",
"_originalSource": "handlebars" "_originalSource": "handlebars"
} }

File diff suppressed because one or more lines are too long