remove jquery from package.json since it's loaded at the dom level
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
"debug-loader": "^0.0.1",
|
"debug-loader": "^0.0.1",
|
||||||
"expose-loader": "^0.7.5",
|
"expose-loader": "^0.7.5",
|
||||||
"hammerjs": "^2.0.8",
|
"hammerjs": "^2.0.8",
|
||||||
"jquery": "^3.3.1",
|
|
||||||
"jquery-ui": "^1.12.1",
|
"jquery-ui": "^1.12.1",
|
||||||
"jquery-ujs": "^1.2.2",
|
"jquery-ujs": "^1.2.2",
|
||||||
"qtip2": "^3.0.3",
|
"qtip2": "^3.0.3",
|
||||||
|
|||||||
@@ -3104,7 +3104,7 @@ jquery-ujs@^1.2.2:
|
|||||||
dependencies:
|
dependencies:
|
||||||
jquery ">=1.8.0"
|
jquery ">=1.8.0"
|
||||||
|
|
||||||
jquery@>=1.6.0, jquery@>=1.8.0, jquery@^3.3.1:
|
jquery@>=1.6.0, jquery@>=1.8.0:
|
||||||
version "3.3.1"
|
version "3.3.1"
|
||||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
|
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user