Skip to content

Commit 6fd73c5

Browse files
committed
bug #1166 Match `@vue/compiler-sfc requirement with vue` (dmaicher)
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`
2 parents 51dd583 + 7e415b8 commit 6fd73c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"@symfony/stimulus-bridge": "^3.0.0",
112112
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
113113
"@vue/babel-preset-jsx": "^1.0.0",
114-
"@vue/compiler-sfc": "^3.0.2",
114+
"@vue/compiler-sfc": "^2.6 || ^3.0.2",
115115
"eslint": "^8.0.0",
116116
"eslint-webpack-plugin": "^3.1.0",
117117
"file-loader": "^6.0.0",

test_apps/yarn-pnp-with-babel/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2435,7 +2435,7 @@ __metadata:
24352435

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

test_apps/yarn-pnp-with-external-babel-config/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2435,7 +2435,7 @@ __metadata:
24352435

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

test_apps/yarn-pnp/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2412,7 +2412,7 @@ __metadata:
24122412

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

0 commit comments

Comments
 (0)