types: update jsx support (#587)
This commit is contained in:
parent
985f4c91d9
commit
54bb820f73
@ -42,6 +42,7 @@
|
||||
"@types/puppeteer": "^2.0.0",
|
||||
"brotli": "^1.3.2",
|
||||
"chalk": "^2.4.2",
|
||||
"csstype": "^2.6.8",
|
||||
"conventional-changelog-cli": "^2.0.31",
|
||||
"enquirer": "^2.3.2",
|
||||
"execa": "^2.0.4",
|
||||
|
866
packages/runtime-dom/jsx.d.ts
vendored
866
packages/runtime-dom/jsx.d.ts
vendored
File diff suppressed because it is too large
Load Diff
@ -37,6 +37,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-dom#readme",
|
||||
"dependencies": {
|
||||
"@vue/runtime-core": "3.0.0-alpha.1"
|
||||
"@vue/runtime-core": "3.0.0-alpha.1",
|
||||
"csstype": "^2.6.8"
|
||||
}
|
||||
}
|
||||
|
@ -1590,6 +1590,11 @@ cssstyle@^1.0.0:
|
||||
dependencies:
|
||||
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:
|
||||
version "0.4.1"
|
||||
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
|
||||
|
Loading…
Reference in New Issue
Block a user