This repository was archived by the owner on Apr 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 48
48
"globby" : " ^13.1.2" ,
49
49
"h3" : " ^0.7.16" ,
50
50
"hash-sum" : " ^2.0.0" ,
51
- "hookable" : " ^5.2.1 " ,
51
+ "hookable" : " ^5.1.2 " ,
52
52
"knitwork" : " ^0.1.2" ,
53
53
"magic-string" : " ^0.26.2" ,
54
54
"mlly" : " ^0.5.14" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export default defineNuxtModule<Partial<ImportsOptions>>({
30
30
options = defu ( nuxt . options . autoImports , options )
31
31
}
32
32
33
+ // @ts -expect-error
33
34
nuxt . hooks . deprecateHooks ( {
34
35
'autoImports:sources' : { to : 'imports:sources' } ,
35
36
'autoImports:dirs' : { to : 'imports:dirs' } ,
Original file line number Diff line number Diff line change 22
22
"ohmyfetch" : " ^0.4.18"
23
23
},
24
24
"devDependencies" : {
25
- "playwright" : " ^1.25.1 " ,
25
+ "playwright" : " ^1.25.0 " ,
26
26
"unbuild" : " latest" ,
27
27
"vitest" : " ~0.19.1"
28
28
},
Original file line number Diff line number Diff line change @@ -1812,7 +1812,7 @@ __metadata:
1812
1812
get-port-please : ^2.6.1
1813
1813
jiti : ^1.14.0
1814
1814
ohmyfetch : ^0.4.18
1815
- playwright : ^1.25.1
1815
+ playwright : ^1.25.0
1816
1816
unbuild : latest
1817
1817
vitest : ~0.19.1
1818
1818
peerDependencies :
@@ -7870,10 +7870,10 @@ __metadata:
7870
7870
languageName : node
7871
7871
linkType : hard
7872
7872
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
7877
7877
languageName : node
7878
7878
linkType : hard
7879
7879
@@ -10294,7 +10294,7 @@ __metadata:
10294
10294
globby : ^13.1.2
10295
10295
h3 : ^0.7.16
10296
10296
hash-sum : ^2.0.0
10297
- hookable : ^5.2.1
10297
+ hookable : ^5.1.2
10298
10298
knitwork : ^0.1.2
10299
10299
magic-string : ^0.26.2
10300
10300
mlly : ^0.5.14
@@ -10981,7 +10981,7 @@ __metadata:
10981
10981
languageName : node
10982
10982
linkType : hard
10983
10983
10984
- " playwright@npm:^1.25.1 " :
10984
+ " playwright@npm:^1.25.0 " :
10985
10985
version : 1.25.1
10986
10986
resolution : " playwright@npm:1.25.1"
10987
10987
dependencies :
You can’t perform that action at this time.
0 commit comments