Skip to content

Commit 1f9e7b4

Browse files
chore(deps-dev): bump @vue/compiler-dom from 3.0.0-rc.7 to 3.0.0-rc.9 (#60)
Bumps [@vue/compiler-dom](https://github.com/vuejs/vue-next) from 3.0.0-rc.7 to 3.0.0-rc.9. - [Release notes](https://github.com/vuejs/vue-next/releases) - [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md) - [Commits](vuejs/core@v3.0.0-rc.7...v3.0.0-rc.9) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 5790b83 commit 1f9e7b4

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

packages/babel-plugin-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/svg-tags": "^1.0.0",
4242
"@typescript-eslint/eslint-plugin": "^3.6.1",
4343
"@typescript-eslint/parser": "^3.6.1",
44-
"@vue/compiler-dom": "3.0.0-rc.7",
44+
"@vue/compiler-dom": "3.0.0-rc.9",
4545
"@vue/test-utils": "2.0.0-beta.2",
4646
"babel-jest": "^26.0.1",
4747
"babel-loader": "^8.1.0",

yarn.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2290,6 +2290,17 @@
22902290
estree-walker "^2.0.1"
22912291
source-map "^0.6.1"
22922292

2293+
2294+
version "3.0.0-rc.9"
2295+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-rc.9.tgz#f2baef360dec3630a230a056dde1e76c9c7bb5f5"
2296+
integrity sha512-/Ns7KGT5P0wh4JTM91drBmNIiBlKrCFUqIE2vk8dmaVvqEJf1mqympz1CDZpikghCQC6hKu3tYKxA7qtcMRazw==
2297+
dependencies:
2298+
"@babel/parser" "^7.10.4"
2299+
"@babel/types" "^7.10.4"
2300+
"@vue/shared" "3.0.0-rc.9"
2301+
estree-walker "^2.0.1"
2302+
source-map "^0.6.1"
2303+
22932304
22942305
version "3.0.0-rc.7"
22952306
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-rc.7.tgz#0e193767243485db314495e17d8fd56370b628e1"
@@ -2298,6 +2309,14 @@
22982309
"@vue/compiler-core" "3.0.0-rc.7"
22992310
"@vue/shared" "3.0.0-rc.7"
23002311

2312+
2313+
version "3.0.0-rc.9"
2314+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-rc.9.tgz#2a122181db498c0605213fe541af24ecb03ef27e"
2315+
integrity sha512-0hCnrIxwp0TKVXKnGYFztM4LMUvFpfXW7YoEglvHqIfZsGkyKcnCYDx4FPk1frDM21xnrr5HgcHt42rlz8lDBA==
2316+
dependencies:
2317+
"@vue/compiler-core" "3.0.0-rc.9"
2318+
"@vue/shared" "3.0.0-rc.9"
2319+
23012320
23022321
version "3.0.0-rc.7"
23032322
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-rc.7.tgz#fd5fda961c57a8065c6408170e06808a39f801a2"
@@ -2327,6 +2346,11 @@
23272346
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0-rc.7.tgz#62054a314105019efab590f767db528c8c603954"
23282347
integrity sha512-wRqe6DvR9UIH4Il4bxMIbuGupWFtJW+PZKqgclYjuO+zWNQEC7hC5OxONgXeGcv1h4KtfJsc8wSU31hxok9XAQ==
23292348

2349+
2350+
version "3.0.0-rc.9"
2351+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0-rc.9.tgz#81e71c2c40dbbfc4f05b3b4a3f92cb2842864aa3"
2352+
integrity sha512-SHD7qwziiG6208nKrs0qqbWbYckvBiCBCLwlRjUb6NEDUMN0TOVyzyaTvdnHND9ion/ZMdwEKMtWWtgJJkHDdw==
2353+
23302354
23312355
version "2.0.0-beta.2"
23322356
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.0.0-beta.2.tgz#1b57245c0dab325cc1d9133d74738f063a24589c"

0 commit comments

Comments
 (0)