File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 54
54
"changelogen" : " ^0.5.5" ,
55
55
"eslint" : " ^8.49.0" ,
56
56
"nuxt" : " ^3.7.3" ,
57
+ "playwright" : " ^1.48.1" ,
57
58
"playwright-core" : " ^1.39.0" ,
58
59
"vitest" : " ^0.33.0"
59
60
}
60
- }
61
+ }
Original file line number Diff line number Diff line change @@ -3170,6 +3170,11 @@ fs.realpath@^1.0.0:
3170
3170
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
3171
3171
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
3172
3172
3173
+ fsevents@2.3.2 :
3174
+ version "2.3.2"
3175
+ resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
3176
+ integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
3177
+
3173
3178
fsevents@~2.3.2, fsevents@~2.3.3 :
3174
3179
version "2.3.3"
3175
3180
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
@@ -4930,11 +4935,25 @@ pkg-types@^1.0.3:
4930
4935
mlly "^1.2.0"
4931
4936
pathe "^1.1.0"
4932
4937
4938
+ playwright-core@1.48.1 :
4939
+ version "1.48.1"
4940
+ resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.48.1.tgz#5fe28fb9a9326dae88d4608c35e819163cceeb23"
4941
+ integrity sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==
4942
+
4933
4943
playwright-core@^1.39.0 :
4934
4944
version "1.39.0"
4935
4945
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.39.0.tgz#efeaea754af4fb170d11845b8da30b2323287c63"
4936
4946
integrity sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==
4937
4947
4948
+ playwright@^1.48.1 :
4949
+ version "1.48.1"
4950
+ resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.48.1.tgz#2a920cfbec4572c84789e757d8b044baaed49435"
4951
+ integrity sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==
4952
+ dependencies :
4953
+ playwright-core "1.48.1"
4954
+ optionalDependencies :
4955
+ fsevents "2.3.2"
4956
+
4938
4957
postcss-calc@^9.0.0 :
4939
4958
version "9.0.1"
4940
4959
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-9.0.1.tgz#a744fd592438a93d6de0f1434c572670361eb6c6"
You can’t perform that action at this time.
0 commit comments