Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 8a63b26

Browse files
committed
dependency: Update jQuery and jQuery UI version
1 parent 66ecb77 commit 8a63b26

8 files changed

+6054
-917
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ module.exports = function (grunt) {
107107
options: {
108108
specs: 'test/*_spec.js',
109109
vendor: [
110-
'http://code.jquery.com/jquery-1.11.1.min.js',
111-
'http://code.jquery.com/ui/1.11.1/jquery-ui.min.js',
110+
'http://code.jquery.com/jquery-3.6.2.min.js',
111+
'http://code.jquery.com/ui/1.13.2/jquery-ui.min.js',
112112
'http://github.com/searls/jasmine-fixture/releases/1.0.5/1737/jasmine-fixture.js'
113113
],
114114
version: '3.8.0'

0 commit comments

Comments
 (0)