Commit 6ee4303b authored by thh's avatar thh

update react versions

parent 4b567224
## `antd-mobile` with create-react-app demo ## 倚天IM系统-H5端
...@@ -9664,15 +9664,13 @@ ...@@ -9664,15 +9664,13 @@
} }
}, },
"react": { "react": {
"version": "15.6.2", "version": "16.13.1",
"resolved": "https://registry.npm.taobao.org/react/download/react-15.6.2.tgz", "resolved": "https://registry.npm.taobao.org/react/download/react-16.13.1.tgz",
"integrity": "sha1-26BDSrQ5z+gvEI8PURZjkIF5qnI=", "integrity": "sha1-LoGIIvGpdDEiwGPWQQ2FweOv5I4=",
"requires": { "requires": {
"create-react-class": "^15.6.0",
"fbjs": "^0.8.9",
"loose-envify": "^1.1.0", "loose-envify": "^1.1.0",
"object-assign": "^4.1.0", "object-assign": "^4.1.1",
"prop-types": "^15.5.10" "prop-types": "^15.6.2"
} }
}, },
"react-app-rewire-postcss": { "react-app-rewire-postcss": {
...@@ -9720,14 +9718,14 @@ ...@@ -9720,14 +9718,14 @@
} }
}, },
"react-dom": { "react-dom": {
"version": "15.6.2", "version": "16.13.1",
"resolved": "https://registry.npm.taobao.org/react-dom/download/react-dom-15.6.2.tgz", "resolved": "https://registry.npm.taobao.org/react-dom/download/react-dom-16.13.1.tgz",
"integrity": "sha1-Qc+t9pO3V/rycIRDodH9WgK+9zA=", "integrity": "sha1-wb03MxoEhsB47lTEdAcgmTsuDn8=",
"requires": { "requires": {
"fbjs": "^0.8.9",
"loose-envify": "^1.1.0", "loose-envify": "^1.1.0",
"object-assign": "^4.1.0", "object-assign": "^4.1.1",
"prop-types": "^15.5.10" "prop-types": "^15.6.2",
"scheduler": "^0.19.1"
} }
}, },
"react-error-overlay": { "react-error-overlay": {
...@@ -10778,6 +10776,15 @@ ...@@ -10778,6 +10776,15 @@
"resolved": "https://registry.npm.taobao.org/sax/download/sax-1.2.4.tgz", "resolved": "https://registry.npm.taobao.org/sax/download/sax-1.2.4.tgz",
"integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk=" "integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk="
}, },
"scheduler": {
"version": "0.19.1",
"resolved": "https://registry.npm.taobao.org/scheduler/download/scheduler-0.19.1.tgz",
"integrity": "sha1-Tz4u0sGn1laB9MhU+oxaHMtA8ZY=",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"
}
},
"schema-utils": { "schema-utils": {
"version": "0.3.0", "version": "0.3.0",
"resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-0.3.0.tgz", "resolved": "https://registry.npm.taobao.org/schema-utils/download/schema-utils-0.3.0.tgz",
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"customize-cra": "^1.0.0", "customize-cra": "^1.0.0",
"lib-flexible": "^0.3.2", "lib-flexible": "^0.3.2",
"postcss-px2rem": "^0.3.0", "postcss-px2rem": "^0.3.0",
"react": "^15.6.1", "react": "^16.8.4",
"react-dom": "^15.6.1", "react-dom": "^16.8.4",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.0",
"react-scripts": "1.0.13" "react-scripts": "1.0.13"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment