Bump jQuery to 3.5
This commit is contained in:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "notes",
|
||||
"name": "dev",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@fontsource/roboto": "^4.2.0",
|
||||
"jquery": "^1.12.4",
|
||||
"jquery": "^3.5.0",
|
||||
"mathjax": "^3.1.2",
|
||||
"mermaid": "^8.9.0",
|
||||
"rollup": "^2.38.5"
|
||||
@@ -437,9 +437,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/jquery": {
|
||||
"version": "1.12.4",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz",
|
||||
"integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw="
|
||||
"version": "3.5.1",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
|
||||
"integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="
|
||||
},
|
||||
"node_modules/khroma": {
|
||||
"version": "1.2.0",
|
||||
@@ -1010,9 +1010,9 @@
|
||||
}
|
||||
},
|
||||
"jquery": {
|
||||
"version": "1.12.4",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz",
|
||||
"integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw="
|
||||
"version": "3.5.1",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
|
||||
"integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="
|
||||
},
|
||||
"khroma": {
|
||||
"version": "1.2.0",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@fontsource/roboto": "^4.2.0",
|
||||
"jquery": "^1.12.4",
|
||||
"jquery": "^3.5.0",
|
||||
"mathjax": "^3.1.2",
|
||||
"mermaid": "^8.9.0",
|
||||
"rollup": "^2.38.5"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
$(window).load(function () {
|
||||
$(function () {
|
||||
let userInput = $('#userInput');
|
||||
let saveEditButton = $('#saveEditButton');
|
||||
// Returns a function, that, as long as it continues to be invoked, will not
|
||||
|
||||
Reference in New Issue
Block a user