From cf40ca01ea0dc01be83fc7b4b72aa88f3e845018 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 2 Jul 2020 11:26:40 +0800 Subject: [PATCH] move jQuery to devDependencies --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 263ac7fa..01d3df54 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "echarts": "^4.7.0", "enquirer": "^2.3.5", "immer": "^7.0.4", - "jquery": "^3.4.1", "lodash.debounce": "^4.0.8", "nanoid": "^3.1.9", "react": "^16.13.0", @@ -75,6 +74,7 @@ "file-loader": "^6.0.0", "jest": "^26.0.1", "jest-extended": "^0.11.5", + "jquery": "^3.5.1", "js-yaml": "^3.13.1", "mini-css-extract-plugin": "^0.9.0", "postcss-loader": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 46be15d1..aa7d39ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5438,10 +5438,10 @@ jest@^26.0.1: import-local "^3.0.2" jest-cli "^26.0.1" -jquery@^3.4.1: - version "3.4.1" - resolved "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2" - integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw== +jquery@^3.5.1: + version "3.5.1" + resolved "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5" + integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg== "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0"