Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 622d417

Browse files
committed
build: ping hookable to 5.1.0
reverting #6880 seems we have regressions still :(
1 parent c2dca8a commit 622d417

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"globby": "^13.1.2",
4949
"h3": "^0.7.16",
5050
"hash-sum": "^2.0.0",
51-
"hookable": "^5.2.1",
51+
"hookable": "~5.1.2",
5252
"knitwork": "^0.1.2",
5353
"magic-string": "^0.26.2",
5454
"mlly": "^0.5.14",

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"@docus/twitter",
1212
"vitest",
1313
"unplugin",
14-
"vue-tsc"
14+
"vue-tsc",
15+
"hookable"
1516
]
1617
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7870,10 +7870,10 @@ __metadata:
78707870
languageName: node
78717871
linkType: hard
78727872

7873-
"hookable@npm:^5.2.1":
7874-
version: 5.2.1
7875-
resolution: "hookable@npm:5.2.1"
7876-
checksum: 6ad7f67733a083634ef7ba367b40fe9057dbc6e614a00ba88d84b718e49d67d83e5f4bf81759777b39afafa1fe043f56faffe7aabd590c8a9ea6dd0f0c4af53b
7873+
"hookable@npm:~5.1.2":
7874+
version: 5.1.2
7875+
resolution: "hookable@npm:5.1.2"
7876+
checksum: 1b3fb622a26d34c9befe8991cf9ffcb575334ef66e151291bc4b3161e1a609365983d258020571bce4b52226d9b5880150d27ba9f4e4029734e5cd37ac31aa39
78777877
languageName: node
78787878
linkType: hard
78797879

@@ -10294,7 +10294,7 @@ __metadata:
1029410294
globby: ^13.1.2
1029510295
h3: ^0.7.16
1029610296
hash-sum: ^2.0.0
10297-
hookable: ^5.2.1
10297+
hookable: ~5.1.2
1029810298
knitwork: ^0.1.2
1029910299
magic-string: ^0.26.2
1030010300
mlly: ^0.5.14

0 commit comments

Comments
 (0)