aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2020-07-22 16:04:47 +0200
committerGitHub <noreply@github.com>2020-07-22 16:04:47 +0200
commitb61b16b5a89ee27b30efdf7635d897af810af130 (patch)
treed2fc081ab5465ac1cd8e12072e92e9245dda8b08 /package.json
parent086c304218b0f6e24e8f9ea7d76c75d192977abd (diff)
downloadjquery-ui-b61b16b5a89ee27b30efdf7635d897af810af130.tar.gz
jquery-ui-b61b16b5a89ee27b30efdf7635d897af810af130.zip
All: Drop support for jQuery 1.7
Closes gh-1923
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0f3e41e46..dbca70e9a 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"test": "grunt"
},
"dependencies": {
- "jquery": ">=1.7.0 <4.0.0"
+ "jquery": ">=1.8.0 <4.0.0"
},
"devDependencies": {
"commitplease": "2.3.0",