Skip to content

Commit 1696ab1

Browse files
committed
[Turbo] Install missing @hotwired/turbo definition types
1 parent 9663ed7 commit 1696ab1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/Turbo/assets/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@hotwired/stimulus": "^3.0.0",
41-
"@hotwired/turbo": "^7.1.0 || ^8.0"
41+
"@hotwired/turbo": "^7.1.0 || ^8.0",
42+
"@types/hotwired__turbo": "^8.0.4"
4243
}
4344
}

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3042,6 +3042,7 @@ __metadata:
30423042
dependencies:
30433043
"@hotwired/stimulus": "npm:^3.0.0"
30443044
"@hotwired/turbo": "npm:^7.1.0 || ^8.0"
3045+
"@types/hotwired__turbo": "npm:^8.0.4"
30453046
peerDependencies:
30463047
"@hotwired/stimulus": ^3.0.0
30473048
"@hotwired/turbo": ^7.1.1 || ^8.0
@@ -3280,6 +3281,13 @@ __metadata:
32803281
languageName: node
32813282
linkType: hard
32823283

3284+
"@types/hotwired__turbo@npm:^8.0.4":
3285+
version: 8.0.4
3286+
resolution: "@types/hotwired__turbo@npm:8.0.4"
3287+
checksum: 10c0/87fb69ea0dab21fd2a6e3e6d18cdaf679e3d7c8ea1f6f2b59d05c24a96cf3faf80a4c0ce5f57161afea9b61f2cc542f9e33cbdc6475fc4003d79516a94cedb5c
3288+
languageName: node
3289+
linkType: hard
3290+
32833291
"@types/istanbul-lib-coverage@npm:*, @types/istanbul-lib-coverage@npm:^2.0.0, @types/istanbul-lib-coverage@npm:^2.0.1":
32843292
version: 2.0.4
32853293
resolution: "@types/istanbul-lib-coverage@npm:2.0.4"

0 commit comments

Comments
 (0)