Skip to content

Commit 77a63e8

Browse files
committed
Add support for @symfony/stimulus-bridge@^4.0.0
1 parent a2c0929 commit 77a63e8

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/preset-typescript": "^7.0.0",
5353
"@hotwired/stimulus": "^3.0.0",
5454
"@symfony/mock-module": "file:fixtures/stimulus/mock-module",
55-
"@symfony/stimulus-bridge": "^3.0.0",
55+
"@symfony/stimulus-bridge": "^3.0.0 || ^4.0.0",
5656
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
5757
"@vue/babel-plugin-jsx": "^1.0.0",
5858
"@vue/babel-preset-jsx": "^1.0.0",
@@ -106,7 +106,7 @@
106106
"@babel/preset-env": "^7.16.0",
107107
"@babel/preset-react": "^7.9.0",
108108
"@babel/preset-typescript": "^7.0.0",
109-
"@symfony/stimulus-bridge": "^3.0.0",
109+
"@symfony/stimulus-bridge": "^3.0.0 || ^4.0.0",
110110
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
111111
"@vue/babel-plugin-jsx": "^1.0.0",
112112
"@vue/babel-preset-jsx": "^1.0.0",

yarn.lock

+22-8
Original file line numberDiff line numberDiff line change
@@ -1319,16 +1319,15 @@
13191319
"@symfony/mock-module@file:fixtures/stimulus/mock-module":
13201320
version "1.0.0"
13211321

1322-
"@symfony/stimulus-bridge@^3.0.0":
1323-
version "3.2.2"
1324-
resolved "https://registry.yarnpkg.com/@symfony/stimulus-bridge/-/stimulus-bridge-3.2.2.tgz#afc1918f82d78cb2b6e299285c54094aa7f53696"
1325-
integrity sha512-kIaUEGPXW7g14zsHkIvQWw8cmfCdXSqsEQx18fuHPBb+R0h8nYPyY+e9uVtTuHlE2wHwAjrJoc6YBBK4a7CpKA==
1322+
"@symfony/stimulus-bridge@^3.0.0 || ^4.0.0":
1323+
version "4.0.0"
1324+
resolved "https://registry.yarnpkg.com/@symfony/stimulus-bridge/-/stimulus-bridge-4.0.0.tgz#dbd352a373f8ff323f2895e0bb29f22b9abcc122"
1325+
integrity sha512-BfeXHAyNtE2hFJtTKFS8vLW2ElqNyzUZJJ4TMeUhrjBjYVt4/myeQxpLidy995l+TEzryE7YrnShqLviBr3pAg==
13261326
dependencies:
13271327
"@hotwired/stimulus-webpack-helpers" "^1.0.1"
13281328
"@types/webpack-env" "^1.16.4"
1329-
acorn "^8.0.5"
1330-
loader-utils "^2.0.0"
1331-
schema-utils "^3.0.0"
1329+
loader-utils "^2.0.0 || ^3.0.0"
1330+
schema-utils "^3.0.0 || ^4.0.0"
13321331

13331332
"@tootallnate/quickjs-emscripten@^0.23.0":
13341333
version "0.23.0"
@@ -1894,7 +1893,7 @@ acorn-jsx@^5.3.2:
18941893
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
18951894
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
18961895

1897-
acorn@^8.0.5, acorn@^8.10.0, acorn@^8.12.0, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
1896+
acorn@^8.10.0, acorn@^8.12.0, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
18981897
version "8.12.1"
18991898
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
19001899
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
@@ -4782,6 +4781,11 @@ loader-utils@^2.0.0, loader-utils@^2.0.4:
47824781
emojis-list "^3.0.0"
47834782
json5 "^2.1.2"
47844783

4784+
"loader-utils@^2.0.0 || ^3.0.0":
4785+
version "3.3.1"
4786+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.3.1.tgz#735b9a19fd63648ca7adbd31c2327dfe281304e5"
4787+
integrity sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==
4788+
47854789
locate-character@^3.0.0:
47864790
version "3.0.0"
47874791
resolved "https://registry.yarnpkg.com/locate-character/-/locate-character-3.0.0.tgz#0305c5b8744f61028ef5d01f444009e00779f974"
@@ -6207,6 +6211,16 @@ schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0:
62076211
ajv "^6.12.5"
62086212
ajv-keywords "^3.5.2"
62096213

6214+
"schema-utils@^3.0.0 || ^4.0.0":
6215+
version "4.3.0"
6216+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.0.tgz#3b669f04f71ff2dfb5aba7ce2d5a9d79b35622c0"
6217+
integrity sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==
6218+
dependencies:
6219+
"@types/json-schema" "^7.0.9"
6220+
ajv "^8.9.0"
6221+
ajv-formats "^2.1.1"
6222+
ajv-keywords "^5.1.0"
6223+
62106224
schema-utils@^4.0.0, schema-utils@^4.2.0:
62116225
version "4.2.0"
62126226
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.2.0.tgz#70d7c93e153a273a805801882ebd3bff20d89c8b"

0 commit comments

Comments
 (0)