|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
| 5 | +"@ant-design/create-react-context@^0.2.4": |
| 6 | + version "0.2.4" |
| 7 | + resolved "https://registry.yarnpkg.com/@ant-design/create-react-context/-/create-react-context-0.2.4.tgz#0fe9adad030350c0c9bb296dd6dcf5a8a36bd425" |
| 8 | + integrity sha512-8sw+/w6r+aEbd+OJ62ojoSE4zDt/3yfQydmbWFznoftjr8v/opOswGjM+/MU0rSaREbluqzOmZ6xdecHpSaS2w== |
| 9 | + dependencies: |
| 10 | + gud "^1.0.0" |
| 11 | + warning "^4.0.3" |
| 12 | + |
5 | 13 | "@ant-design/icons-react@~1.1.5": |
6 | 14 | version "1.1.5" |
7 | 15 | resolved "https://registry.yarnpkg.com/@ant-design/icons-react/-/icons-react-1.1.5.tgz#1b03da8dcced2a4bb982ef7b25c1d24014c35a68" |
|
847 | 855 | dependencies: |
848 | 856 | any-observable "^0.3.0" |
849 | 857 |
|
| 858 | +"@types/hoist-non-react-statics@^3.3.1": |
| 859 | + version "3.3.1" |
| 860 | + resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f" |
| 861 | + integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== |
| 862 | + dependencies: |
| 863 | + "@types/react" "*" |
| 864 | + hoist-non-react-statics "^3.3.0" |
| 865 | + |
850 | 866 | "@types/jquery@^2.0.40": |
851 | 867 | version "2.0.49" |
852 | 868 | resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-2.0.49.tgz#95bd7064caebf65bde10429dff491a1aea05b67d" |
@@ -1257,20 +1273,21 @@ ant-design-palettes@^1.1.3: |
1257 | 1273 | dependencies: |
1258 | 1274 | tinycolor2 "^1.4.1" |
1259 | 1275 |
|
1260 | | -antd@3.16.3: |
1261 | | - version "3.16.3" |
1262 | | - resolved "https://registry.yarnpkg.com/antd/-/antd-3.16.3.tgz#66ecdbd96a31e2a4d239106a106b17629beaa141" |
1263 | | - integrity sha512-Kg/6n6IRzwslMrSOosczpxcuXiWh7mkUmmcPRmfI/E3P6oa8jR3dXtPiZViH64HxvBCIFL7FjizuVjA21MmPnQ== |
| 1276 | +antd@3.16.4: |
| 1277 | + version "3.16.4" |
| 1278 | + resolved "https://registry.yarnpkg.com/antd/-/antd-3.16.4.tgz#07f2fa14c3f112d17dd1935321bb1235f8753faf" |
| 1279 | + integrity sha512-n+BbeN5ojCORN5EMt/vXTTSNqXMaOogK52JTYlWWQr+x+SyEkXDh41Hi95lPiKKoM8BNLHSPS3SQdaqy5Cx1Gw== |
1264 | 1280 | dependencies: |
| 1281 | + "@ant-design/create-react-context" "^0.2.4" |
1265 | 1282 | "@ant-design/icons" "~1.2.0" |
1266 | 1283 | "@ant-design/icons-react" "~1.1.5" |
| 1284 | + "@types/hoist-non-react-statics" "^3.3.1" |
1267 | 1285 | "@types/react-slick" "^0.23.3" |
1268 | 1286 | array-tree-filter "^2.1.0" |
1269 | 1287 | babel-runtime "6.x" |
1270 | 1288 | classnames "~2.2.6" |
1271 | 1289 | copy-to-clipboard "^3.0.8" |
1272 | 1290 | create-react-class "^15.6.3" |
1273 | | - create-react-context "0.2.2" |
1274 | 1291 | css-animation "^1.5.0" |
1275 | 1292 | dom-closest "^0.2.0" |
1276 | 1293 | enquire.js "^2.1.6" |
@@ -1299,7 +1316,7 @@ antd@3.16.3: |
1299 | 1316 | rc-slider "~8.6.5" |
1300 | 1317 | rc-steps "~3.3.0" |
1301 | 1318 | rc-switch "~1.9.0" |
1302 | | - rc-table "~6.4.0" |
| 1319 | + rc-table "~6.5.0" |
1303 | 1320 | rc-tabs "~9.6.0" |
1304 | 1321 | rc-time-picker "~3.6.1" |
1305 | 1322 | rc-tooltip "~3.7.3" |
@@ -11457,9 +11474,10 @@ rc-switch@~1.9.0: |
11457 | 11474 | prop-types "^15.5.6" |
11458 | 11475 | react-lifecycles-compat "^3.0.4" |
11459 | 11476 |
|
11460 | | -rc-table@~6.4.0: |
11461 | | - version "6.4.0" |
11462 | | - resolved "https://registry.yarnpkg.com/rc-table/-/rc-table-6.4.0.tgz#ea26a4002a3fde9a26f7d7889bb016e7b8e5a598" |
| 11477 | +rc-table@~6.5.0: |
| 11478 | + version "6.5.0" |
| 11479 | + resolved "https://registry.yarnpkg.com/rc-table/-/rc-table-6.5.0.tgz#0887240342f8f3a764c954638cc46dea45921a14" |
| 11480 | + integrity sha512-UXsoTcJIr5Ehyf1GXAKLcc5x0/+cOSgBaKL7wt6vmVEIW5CF6bVJj4iOr7P8LGdoez/omoHmr5GXcW6/AZxR7A== |
11463 | 11481 | dependencies: |
11464 | 11482 | babel-runtime "6.x" |
11465 | 11483 | classnames "^2.2.5" |
@@ -14278,6 +14296,13 @@ warning@^4.0.2, warning@~4.0.2: |
14278 | 14296 | dependencies: |
14279 | 14297 | loose-envify "^1.0.0" |
14280 | 14298 |
|
| 14299 | +warning@^4.0.3: |
| 14300 | + version "4.0.3" |
| 14301 | + resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" |
| 14302 | + integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w== |
| 14303 | + dependencies: |
| 14304 | + loose-envify "^1.0.0" |
| 14305 | + |
14281 | 14306 | watch@~0.18.0: |
14282 | 14307 | version "0.18.0" |
14283 | 14308 | resolved "https://registry.yarnpkg.com/watch/-/watch-0.18.0.tgz#28095476c6df7c90c963138990c0a5423eb4b986" |
|
0 commit comments