Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2020-05-06 08:23:05 +0300
committerJohann-S <johann.servoire@gmail.com>2020-05-06 08:55:48 +0300
commit650a7a7b76c8fa82d869194a9db5c01ebe29e33c (patch)
tree3e861e655765a486ef24b9b9369622d3246b0c31 /package-lock.json
parentd1575b6b6bbdcf7cd2371953b4d3d165ae941c02 (diff)
add unit tests to ensure our plugins works in jquery
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index b53c8e7969..1fd9754d83 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6883,6 +6883,12 @@
"integrity": "sha512-nCeAiw37MIMA9w9IXso7bRaLl+c/ef3wnxsoSAlYrzS+Ot0zTG6nU8G/cIfGkqpkjX2wNaIW9RFG0TwIFnG6bA==",
"dev": true
},
+ "jquery": {
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
+ "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==",
+ "dev": true
+ },
"js-base64": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.5.2.tgz",