Skip to content

Commit 265c014

Browse files
committed
Updated to latest version of jQuery
jQuery is used extensively on the site for handling client-side interactions and AJAX calls. Updating to the latest minor version (3.5.0).
1 parent 7cc2e9b commit 265c014

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OnTopic.Editor.AspNetCore/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"gulp-sass": "^4.0.2",
1818
"gulp-sourcemaps": "^2.6.5",
1919
"gulp-uglify": "^3.0.2",
20-
"jquery": "^3.4.1",
20+
"jquery": "^3.5.0",
2121
"jquery-tokeninput": "^1.6.0",
2222
"jquery-ui-dist": "^1.12.1",
2323
"jquery-ui-timepicker-addon": "^1.6.3",
@@ -27,4 +27,4 @@
2727
"merge2": "^1.3.0",
2828
"popper.js": "^1.16.1"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)