deps: upgrade deps

pull/8064/head
Benjy Cui 7 years ago
parent 11c3abb3aa
commit 53906a2f0b

@ -35,8 +35,8 @@
"typings": "lib/index.d.ts", "typings": "lib/index.d.ts",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": "~0.14.0 || >=15.0.0", "react": "~0.14.0 || >=15.0.0 || >=16.0.0",
"react-dom": "~0.14.0 || >=15.0.0" "react-dom": "~0.14.0 || >=15.0.0 || >= 16.0.0"
}, },
"dependencies": { "dependencies": {
"array-tree-filter": "~1.0.0", "array-tree-filter": "~1.0.0",
@ -82,8 +82,8 @@
"warning": "~3.0.0" "warning": "~3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^15.0.38", "@types/react": "^16.0.0",
"@types/react-dom": "~0.14.18", "@types/react-dom": "^16.0.0",
"ansi-styles": "^3.2.0", "ansi-styles": "^3.2.0",
"antd-tools": "^4.0.1", "antd-tools": "^4.0.1",
"babel-cli": "^6.18.0", "babel-cli": "^6.18.0",

@ -113,7 +113,8 @@
</div> </div>
{% if not usePreact %} {% if not usePreact %}
{% if isDev %} {% if isDev %}
<script src="https://as.alipayobjects.com/g/component/??react/15.6.1/react.js,react/15.6.1/react-dom.js"></script> <script src="https://gw.alipayobjects.com/as/g/component/react/16.0.0/react.production.min.js"></script>
<script src="https://gw.alipayobjects.com/as/g/component/react/16.0.0/react-dom.production.min.js"></script>
{% endif %} {% endif %}
{% endif %} {% endif %}
<script src="{{ root }}common.js"></script> <script src="{{ root }}common.js"></script>

Loading…
Cancel
Save