From 01922c9cc95d5edd007d50c36832a8637c2e4eb8 Mon Sep 17 00:00:00 2001
From: Olivier Giulieri 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",