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

Commit 64402e2

Browse files
committed
manually revert rebase issues
1 parent 2288dc8 commit 64402e2

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
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",

packages/nuxt/src/imports/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default defineNuxtModule<Partial<ImportsOptions>>({
3030
options = defu(nuxt.options.autoImports, options)
3131
}
3232

33+
// @ts-expect-error
3334
nuxt.hooks.deprecateHooks({
3435
'autoImports:sources': { to: 'imports:sources' },
3536
'autoImports:dirs': { to: 'imports:dirs' },

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ohmyfetch": "^0.4.18"
2323
},
2424
"devDependencies": {
25-
"playwright": "^1.25.1",
25+
"playwright": "^1.25.0",
2626
"unbuild": "latest",
2727
"vitest": "~0.19.1"
2828
},

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ __metadata:
18121812
get-port-please: ^2.6.1
18131813
jiti: ^1.14.0
18141814
ohmyfetch: ^0.4.18
1815-
playwright: ^1.25.1
1815+
playwright: ^1.25.0
18161816
unbuild: latest
18171817
vitest: ~0.19.1
18181818
peerDependencies:
@@ -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.2.2
7875+
resolution: "hookable@npm:5.2.2"
7876+
checksum: fb4b3104a62ecf47f1743e8ea1a573656ee8d0601903fafa6a5c7247bc18a007be603e58a302400576f3b4c358b641372b073adf649018db00294d8c34123dbc
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
@@ -10981,7 +10981,7 @@ __metadata:
1098110981
languageName: node
1098210982
linkType: hard
1098310983

10984-
"playwright@npm:^1.25.1":
10984+
"playwright@npm:^1.25.0":
1098510985
version: 1.25.1
1098610986
resolution: "playwright@npm:1.25.1"
1098710987
dependencies:

0 commit comments

Comments
 (0)