diff --git a/bower.json b/bower.json index 2d2f484..23a9337 100644 --- a/bower.json +++ b/bower.json @@ -10,9 +10,9 @@ "main": "pd.ajax.js", "license": "MIT", "dependencies": { - "jquery": ">=1.7", + "jquery": ">=1.12", "nette-forms": "~2.2", "nette.ajax.js": ">=2.0 <2.4", - "jquery.pdbox": "peckadesign/jquery.pdbox#~1.2" + "jquery.pdbox": "peckadesign/jquery.pdbox#^1.2.0" } } diff --git a/package.json b/package.json index ee010a1..5f283cb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pd.ajax", "title": "pd.ajax", "description": "Collection of nette ajax extensions, including `pd` for creating disabled-by-deafult extensions", - "version": "1.2.0", + "version": "1.2.1", "author": "PeckaDesign, s.r.o ", "contributors": [ "Radek Šerý ", @@ -23,9 +23,9 @@ "license": "MIT", "homepage": "https://github.com/peckadesign/pd.ajax", "dependencies": { - "jquery": "^1.7", + "jquery": ">=1.12", "nette.ajax.js": ">=2.0 <2.4", - "jquery.pdbox": "git+https://github.com/peckadesign/jquery.pdbox.git#semver:~1.2" + "jquery.pdbox": "git+https://github.com/peckadesign/jquery.pdbox.git#semver:^1.2.0" }, "devDependencies": {} }