From 01922c9cc95d5edd007d50c36832a8637c2e4eb8 Mon Sep 17 00:00:00 2001 From: Olivier Giulieri Date: Thu, 12 Dec 2024 18:43:49 -0800 Subject: [PATCH] jQuery version ugrade. --- README.md | 6 +++--- documentation.html | 6 +++--- index.html | 6 +++--- package.json | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8951c8a..6ab343a 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ First, load [jQuery](http://jquery.com/) (v3.1 or greater), [jQuery UI](http://j ```html @@ -79,7 +79,7 @@ The widget requires a jQuery UI theme to be present, as well as its own included ``` diff --git a/documentation.html b/documentation.html index 6c1fd9a..feeb629 100644 --- a/documentation.html +++ b/documentation.html @@ -126,12 +126,12 @@

Usage

Colorpicker).

<script
-  src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"
+  src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"
   type="text/javascript"
   charset="utf-8"
 ></script>
 <script
-  src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"
+  src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.14.1/jquery-ui.min.js"
   type="text/javascript"
   charset="utf-8"
 ></script>
@@ -151,7 +151,7 @@ 

Usage

<link
   rel="stylesheet"
   type="text/css"
-  href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/ui-lightness/jquery-ui.css"
+  href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.14.1/themes/ui-lightness/jquery-ui.css"
 />
 <link href="css/evol-colorpicker.css" rel="stylesheet" type="text/css" />
 
diff --git a/index.html b/index.html index f110a70..50ace32 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@ @@ -49,11 +49,11 @@ diff --git a/package.json b/package.json index 1529441..0869e39 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "url": "https://github.com/evoluteur/colorpicker/issues" }, "dependencies": { - "jquery": "~3.6.0", - "jquery-ui": "~1.13.0" + "jquery": "~3.7.1", + "jquery-ui": "~1.14.1" }, "devDependencies": { "grunt": "^1.4.1",