From 1afac87ee97598c5717a5404ce9b3864a79f9176 Mon Sep 17 00:00:00 2001 From: Alma Armas Date: Mon, 29 Jun 2020 20:00:48 +0000 Subject: [PATCH] Add jQuery2 as dependency --- Web/static/js/package.json | 1 + Web/static/js/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Web/static/js/package.json b/Web/static/js/package.json index 353f9a06..47f7023b 100644 --- a/Web/static/js/package.json +++ b/Web/static/js/package.json @@ -1,6 +1,7 @@ { "dependencies": { "@atlassian/aui": "^8.5.1", + "jquery": "^2.1.0", "knockout": "^3.5.1", "ky": "^0.19.0", "monaco-editor": "^0.20.0", diff --git a/Web/static/js/yarn.lock b/Web/static/js/yarn.lock index 88f2fcf0..183961a4 100644 --- a/Web/static/js/yarn.lock +++ b/Web/static/js/yarn.lock @@ -51,6 +51,11 @@ jquery-ui@^1.12.1: resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51" integrity sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE= +jquery@^2.1.0: + version "2.2.4" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" + integrity sha1-LInWiJterFIqfuoywUUhVZxsvwI= + knockout@^3.5.1: version "3.5.1" resolved "https://registry.yarnpkg.com/knockout/-/knockout-3.5.1.tgz#62c81e81843bea2008fd23c575edd9ca978e75cf"