Merge pull request #12433 from edx/bjacobel/upgrade-jquery
Upgrade jQuery to 2.2
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
... | ... | @@ -2,15 +2,18 @@ |
"name": "edx", | ||
"version": "0.1.0", | ||
"dependencies": { | ||
"backbone": "~1.3.2", | ||
"coffee-script": "1.6.1", | ||
"edx-pattern-library": "~0.12.4", | ||
"edx-ui-toolkit": "~0.9.1", | ||
"jquery": "~2.2.0", | ||
"jquery-migrate": "^1.4.1", | ||
"jquery.scrollto": "~2.1.2", | ||
"picturefill": "~3.0.2", | ||
"requirejs": "~2.1.22", | ||
"uglify-js": "2.4.24", | ||
"underscore": "~1.8.3", | ||
"underscore.string": "~3.3.4", | ||
"picturefill": "~3.0.2", | ||
"backbone": "~1.3.2" | ||
"underscore.string": "~3.3.4" | ||
}, | ||
"devDependencies": { | ||
"edx-custom-a11y-rules": "edx/edx-custom-a11y-rules", | ||
... | ... |
Please
register
or
sign in
to comment