Skip to content

Commit eb2b75f

Browse files
committed
[Turbo] Update hotwired/turbo to beta 8
1 parent 1132685 commit eb2b75f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Turbo/Bridge/Mercure/Resources/assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"lint": "eslint src test"
2121
},
2222
"peerDependencies": {
23-
"@hotwired/turbo": "^7.0.0-beta.4",
23+
"@hotwired/turbo": "^7.0.0-beta.8",
2424
"stimulus": "^2.0.0"
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "^7.12.1",
2828
"@babel/core": "^7.12.3",
2929
"@babel/plugin-proposal-class-properties": "^7.12.1",
3030
"@babel/preset-env": "^7.12.7",
31-
"@hotwired/turbo": "^7.0.0-beta.4",
31+
"@hotwired/turbo": "^7.0.0-beta.8",
3232
"@symfony/stimulus-testing": "^1.1.0",
3333
"jest-canvas-mock": "^2.3.0",
3434
"stimulus": "^2.0.0"

src/Turbo/Resources/assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"lint": "eslint src test"
2121
},
2222
"peerDependencies": {
23-
"@hotwired/turbo": "^7.0.0-beta.5",
23+
"@hotwired/turbo": "^7.0.0-beta.8",
2424
"stimulus": "^2.0.0"
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "^7.12.1",
2828
"@babel/core": "^7.12.3",
2929
"@babel/plugin-proposal-class-properties": "^7.12.1",
3030
"@babel/preset-env": "^7.12.7",
31-
"@hotwired/turbo": "^7.0.0-beta.5",
31+
"@hotwired/turbo": "^7.0.0-beta.8",
3232
"@symfony/stimulus-testing": "^1.1.0",
3333
"stimulus": "^2.0.0"
3434
},

src/Turbo/Tests/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@hotwired/turbo": "^7.0.0-beta.5",
3+
"@hotwired/turbo": "^7.0.0-beta.8",
44
"@symfony/ux-turbo": "file:../../Resources/assets",
55
"@symfony/ux-turbo-mercure": "file:../../Bridge/Mercure/Resources/assets",
66
"@symfony/webpack-encore": "^0.32.0",

0 commit comments

Comments
 (0)