Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f929d13

Browse files
authoredOct 25, 2024··
feat: add playwright as a dev dependency (#33)
1 parent 4e8e1ef commit f929d13

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
 

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"changelogen": "^0.5.5",
5555
"eslint": "^8.49.0",
5656
"nuxt": "^3.7.3",
57+
"playwright": "^1.48.1",
5758
"playwright-core": "^1.39.0",
5859
"vitest": "^0.33.0"
5960
}
60-
}
61+
}

‎yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3170,6 +3170,11 @@ fs.realpath@^1.0.0:
31703170
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
31713171
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
31723172

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+
31733178
fsevents@~2.3.2, fsevents@~2.3.3:
31743179
version "2.3.3"
31753180
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
@@ -4930,11 +4935,25 @@ pkg-types@^1.0.3:
49304935
mlly "^1.2.0"
49314936
pathe "^1.1.0"
49324937

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+
49334943
playwright-core@^1.39.0:
49344944
version "1.39.0"
49354945
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.39.0.tgz#efeaea754af4fb170d11845b8da30b2323287c63"
49364946
integrity sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==
49374947

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+
49384957
postcss-calc@^9.0.0:
49394958
version "9.0.1"
49404959
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-9.0.1.tgz#a744fd592438a93d6de0f1434c572670361eb6c6"

0 commit comments

Comments
 (0)
Please sign in to comment.