常用依赖不固定版本

This commit is contained in:
liaoxuezhi 2019-07-05 15:57:36 +08:00
parent cfc8d6c9bf
commit 2c37601bd0
1 changed files with 9 additions and 9 deletions

View File

@ -39,21 +39,21 @@
"history": "4.7.2",
"hls.js": "0.12.2",
"hoist-non-react-statics": "3.3.0",
"jquery": "3.4.0",
"keycode": "2.1.9",
"jquery": "^3.2.1",
"keycode": "^2.1.9",
"match-sorter": "2.2.1",
"mobx": "4.5.0",
"mobx-react": "5.2.5",
"mobx-state-tree": "3.7.0",
"moment": "2.19.3",
"mobx": "^4.5.0",
"mobx-react": "^5.2.5",
"mobx-state-tree": "^3.7.0",
"moment": "^2.19.3",
"monaco-editor": "0.15.6",
"prop-types": "15.6.0",
"prop-types": "^15.6.1",
"qrcode.react": "^0.8.0",
"qs": "6.5.1",
"rc-input-number": "4.4.5",
"react": "^16.8.6",
"react-addons-update": "15.6.2",
"react-bootstrap": "0.32.3",
"react-bootstrap": "^0.32.3",
"react-color": "2.13.8",
"react-cropper": "1.0.0",
"react-date-range": "0.9.4",
@ -80,7 +80,7 @@
"@types/history": "^4.6.0",
"@types/hoist-non-react-statics": "^3.0.1",
"@types/jest": "^24.0.11",
"@types/jquery": "^3.3.29",
"@types/jquery": "^3.3.1",
"@types/lodash": "^4.14.76",
"@types/pretty-bytes": "^4.0.0",
"@types/prop-types": "^15.5.2",