types: update jsx support (#587)

This commit is contained in:
Yu Zong 2020-01-06 15:19:18 -06:00 committed by Evan You
parent 985f4c91d9
commit 54bb820f73
4 changed files with 705 additions and 170 deletions

View File

@ -42,6 +42,7 @@
"@types/puppeteer": "^2.0.0", "@types/puppeteer": "^2.0.0",
"brotli": "^1.3.2", "brotli": "^1.3.2",
"chalk": "^2.4.2", "chalk": "^2.4.2",
"csstype": "^2.6.8",
"conventional-changelog-cli": "^2.0.31", "conventional-changelog-cli": "^2.0.31",
"enquirer": "^2.3.2", "enquirer": "^2.3.2",
"execa": "^2.0.4", "execa": "^2.0.4",

File diff suppressed because it is too large Load Diff

View File

@ -37,6 +37,7 @@
}, },
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-dom#readme", "homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-dom#readme",
"dependencies": { "dependencies": {
"@vue/runtime-core": "3.0.0-alpha.1" "@vue/runtime-core": "3.0.0-alpha.1",
"csstype": "^2.6.8"
} }
} }

View File

@ -1590,6 +1590,11 @@ cssstyle@^1.0.0:
dependencies: dependencies:
cssom "0.3.x" cssom "0.3.x"
csstype@^2.6.8:
version "2.6.8"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.8.tgz#0fb6fc2417ffd2816a418c9336da74d7f07db431"
integrity sha512-msVS9qTuMT5zwAGCVm4mxfrZ18BNc6Csd0oJAtiFMZ1FAx1CCvy2+5MDmYoix63LM/6NDbNtodCiGYGmFgO0dA==
currently-unhandled@^0.4.1: currently-unhandled@^0.4.1:
version "0.4.1" version "0.4.1"
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"