move jQuery to devDependencies

This commit is contained in:
Pig Fang 2020-07-02 11:26:40 +08:00
parent cd01b26168
commit cf40ca01ea
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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"