File tree 8 files changed +23
-13
lines changed 8 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 18
18
"test" : " babel src -d dist && jest" ,
19
19
"lint" : " eslint src test"
20
20
},
21
- "dependencies" : {
22
- "chart.js" : " ^2.9.4"
23
- },
24
21
"peerDependencies" : {
22
+ "chart.js" : " ^2.9.4" ,
25
23
"stimulus" : " ^2.0.0"
26
24
},
27
25
"devDependencies" : {
30
28
"@babel/plugin-proposal-class-properties" : " ^7.12.1" ,
31
29
"@babel/preset-env" : " ^7.12.7" ,
32
30
"@symfony/stimulus-testing" : " ^1.1.0" ,
31
+ "chart.js" : " ^2.9.4" ,
33
32
"jest-canvas-mock" : " ^2.3.0" ,
34
33
"stimulus" : " ^2.0.0"
35
34
},
Original file line number Diff line number Diff line change 37
37
"symfony/twig-bundle" : " ^4.4.17|^5.0" ,
38
38
"symfony/var-dumper" : " ^4.4.17|^5.0"
39
39
},
40
+ "conflict" : {
41
+ "symfony/flex" : " <1.13"
42
+ },
40
43
"extra" : {
41
44
"branch-alias" : {
42
45
"dev-main" : " 1.3-dev"
Original file line number Diff line number Diff line change 22
22
"test" : " babel src -d dist && jest" ,
23
23
"lint" : " eslint src test"
24
24
},
25
- "dependencies" : {
26
- "cropperjs" : " ^1.5.9"
27
- },
28
25
"peerDependencies" : {
26
+ "cropperjs" : " ^1.5.9" ,
29
27
"stimulus" : " ^2.0.0"
30
28
},
31
29
"devDependencies" : {
34
32
"@babel/plugin-proposal-class-properties" : " ^7.12.1" ,
35
33
"@babel/preset-env" : " ^7.12.7" ,
36
34
"@symfony/stimulus-testing" : " ^1.1.0" ,
35
+ "cropperjs" : " ^1.5.9" ,
37
36
"stimulus" : " ^2.0.0"
38
37
},
39
38
"jest" : {
Original file line number Diff line number Diff line change 40
40
"symfony/twig-bundle" : " ^4.4.17|^5.0" ,
41
41
"symfony/var-dumper" : " ^4.4.17|^5.0"
42
42
},
43
+ "conflict" : {
44
+ "symfony/flex" : " <1.13"
45
+ },
43
46
"extra" : {
44
47
"branch-alias" : {
45
48
"dev-main" : " 1.3-dev"
Original file line number Diff line number Diff line change 18
18
"test" : " babel src -d dist && jest" ,
19
19
"lint" : " eslint src test"
20
20
},
21
- "dependencies " : {
21
+ "peerDependencies " : {
22
22
"@swup/fade-theme" : " ^1.0" ,
23
23
"@swup/slide-theme" : " ^1.0" ,
24
24
"@swup/forms-plugin" : " ^1.0" ,
25
25
"@swup/debug-plugin" : " ^1.0" ,
26
- "swup" : " ^2.0"
27
- },
28
- "peerDependencies" : {
26
+ "swup" : " ^2.0" ,
29
27
"stimulus" : " ^2.0.0"
30
28
},
31
29
"devDependencies" : {
32
30
"@babel/cli" : " ^7.12.1" ,
33
31
"@babel/core" : " ^7.12.3" ,
34
32
"@babel/plugin-proposal-class-properties" : " ^7.12.1" ,
35
33
"@babel/preset-env" : " ^7.12.7" ,
34
+ "@swup/fade-theme" : " ^1.0" ,
35
+ "@swup/slide-theme" : " ^1.0" ,
36
+ "@swup/forms-plugin" : " ^1.0" ,
37
+ "@swup/debug-plugin" : " ^1.0" ,
38
+ "swup" : " ^2.0" ,
36
39
"@symfony/stimulus-testing" : " ^1.1.0" ,
37
40
"stimulus" : " ^2.0.0"
38
41
},
Original file line number Diff line number Diff line change 17
17
"homepage" : " https://symfony.com/contributors"
18
18
}
19
19
],
20
+ "conflict" : {
21
+ "symfony/flex" : " <1.13"
22
+ },
20
23
"extra" : {
21
24
"branch-alias" : {
22
25
"dev-main" : " 1.3-dev"
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ Install this bundle using Composer and Symfony Flex:
21
21
``` sh
22
22
composer require symfony/ux-turbo
23
23
24
- # install turbo itself
25
- yarn add @hotwired/turbo --dev
26
-
27
24
# Don't forget to install the JavaScript dependencies as well and compile
28
25
yarn install --force
29
26
yarn encore dev
Original file line number Diff line number Diff line change 57
57
"symfony/twig-bundle" : " ^5.2" ,
58
58
"symfony/web-profiler-bundle" : " ^5.2"
59
59
},
60
+ "conflict" : {
61
+ "symfony/flex" : " <1.13"
62
+ },
60
63
"extra" : {
61
64
"branch-alias" : {
62
65
"dev-main" : " 1.3-dev"
You can’t perform that action at this time.
0 commit comments