Skip to content

Commit

Permalink
bug #1166 Match `@vue/compiler-sfc requirement with vue` (dmaicher)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Match ``@vue`/compiler-sfc` requirement with `vue`

Fixes #1165

Commits
-------

7e415b8 Match ``@vue`/compiler-sfc` requirement with `vue`
  • Loading branch information
weaverryan committed Nov 21, 2022
2 parents 51dd583 + 7e415b8 commit 6fd73c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@symfony/stimulus-bridge": "^3.0.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.0.0",
"@vue/compiler-sfc": "^3.0.2",
"@vue/compiler-sfc": "^2.6 || ^3.0.2",
"eslint": "^8.0.0",
"eslint-webpack-plugin": "^3.1.0",
"file-loader": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test_apps/yarn-pnp-with-babel/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,7 @@ __metadata:

"resolve@patch:resolve@^1.14.2#~builtin<compat/resolve>, resolve@patch:resolve@^1.9.0#~builtin<compat/resolve>":
version: 1.22.1
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=07638b"
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=c3c19d"
dependencies:
is-core-module: ^2.9.0
path-parse: ^1.0.7
Expand Down
2 changes: 1 addition & 1 deletion test_apps/yarn-pnp-with-external-babel-config/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,7 @@ __metadata:

"resolve@patch:resolve@^1.14.2#~builtin<compat/resolve>, resolve@patch:resolve@^1.9.0#~builtin<compat/resolve>":
version: 1.22.1
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=07638b"
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=c3c19d"
dependencies:
is-core-module: ^2.9.0
path-parse: ^1.0.7
Expand Down
2 changes: 1 addition & 1 deletion test_apps/yarn-pnp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2412,7 +2412,7 @@ __metadata:

"resolve@patch:resolve@^1.14.2#~builtin<compat/resolve>, resolve@patch:resolve@^1.9.0#~builtin<compat/resolve>":
version: 1.22.1
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=07638b"
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=c3c19d"
dependencies:
is-core-module: ^2.9.0
path-parse: ^1.0.7
Expand Down

0 comments on commit 6fd73c5

Please sign in to comment.