Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
zipper committed May 9, 2018
1 parent 860e7e5 commit 93e6c98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"contributors": [
"Radek Šerý <[email protected]>",
Expand All @@ -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": {}
}

0 comments on commit 93e6c98

Please sign in to comment.