Skip to content

Commit d3e8ac5

Browse files
committed
Change playwright to dev dependency
1 parent f867add commit d3e8ac5

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"@googlemaps/typescript-guards": "^2.0.1",
3131
"@neondatabase/serverless": "^1.0.1",
3232
"@next-auth/prisma-adapter": "^1.0.7",
33-
"@playwright/test": "^1.49.0",
3433
"@prisma/adapter-neon": "^6.9.0",
3534
"@prisma/client": "^6.9.0",
3635
"@radix-ui/react-dialog": "^1.1.4",
@@ -80,6 +79,7 @@
8079
},
8180
"devDependencies": {
8281
"@fullhuman/postcss-purgecss": "^4.1.3",
82+
"@playwright/test": "^1.53.2",
8383
"@svgr/webpack": "^8.1.0",
8484
"@tailwindcss/typography": "^0.5.2",
8585
"@testing-library/dom": "^10.4.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,12 +1875,12 @@
18751875
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
18761876
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
18771877

1878-
"@playwright/test@^1.49.0":
1879-
version "1.53.1"
1880-
resolved "https://registry.npmjs.org/@playwright/test/-/test-1.53.1.tgz"
1881-
integrity sha512-Z4c23LHV0muZ8hfv4jw6HngPJkbbtZxTkxPNIg7cJcTc9C28N/p2q7g3JZS2SiKBBHJ3uM1dgDye66bB7LEk5w==
1878+
"@playwright/test@^1.53.2":
1879+
version "1.53.2"
1880+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.53.2.tgz#fafb8dd5e109fc238c4580f82bebc2618f929f77"
1881+
integrity sha512-tEB2U5z74ebBeyfGNZ3Jfg29AnW+5HlWhvHtb/Mqco9pFdZU1ZLNdVb2UtB5CvmiilNr2ZfVH/qMmAROG/XTzw==
18821882
dependencies:
1883-
playwright "1.53.1"
1883+
playwright "1.53.2"
18841884

18851885
"@prisma/adapter-neon@^6.9.0":
18861886
version "6.10.1"
@@ -6290,7 +6290,7 @@ fs.realpath@^1.0.0:
62906290

62916291
62926292
version "2.3.2"
6293-
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
6293+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
62946294
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
62956295

62966296
fsevents@^2.3.2, fsevents@~2.3.2, fsevents@~2.3.3:
@@ -9363,17 +9363,17 @@ plato@^1.7.0:
93639363
posix-getopt "~1.2.0"
93649364
typhonjs-escomplex "0.0.9"
93659365

9366-
9367-
version "1.53.1"
9368-
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.1.tgz"
9369-
integrity sha512-Z46Oq7tLAyT0lGoFx4DOuB1IA9D1TPj0QkYxpPVUnGDqHHvDpCftu1J2hM2PiWsNMoZh8+LQaarAWcDfPBc6zg==
9366+
9367+
version "1.53.2"
9368+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.53.2.tgz#78f71e2f727713daa8d360dc11c460022c13cf91"
9369+
integrity sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==
93709370

9371-
9372-
version "1.53.1"
9373-
resolved "https://registry.npmjs.org/playwright/-/playwright-1.53.1.tgz"
9374-
integrity sha512-LJ13YLr/ocweuwxyGf1XNFWIU4M2zUSo149Qbp+A4cpwDjsxRPj7k6H25LBrEHiEwxvRbD8HdwvQmRMSvquhYw==
9371+
9372+
version "1.53.2"
9373+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.53.2.tgz#cc2ef4a22da1ae562e0ed91edb9e22a7c4371305"
9374+
integrity sha512-6K/qQxVFuVQhRQhFsVZ9fGeatxirtrpPgxzBYWyZLEXJzqYwuL4fuNmfOfD5et1tJE4GScKyPNeLhZeRwuTU3A==
93759375
dependencies:
9376-
playwright-core "1.53.1"
9376+
playwright-core "1.53.2"
93779377
optionalDependencies:
93789378
fsevents "2.3.2"
93799379

0 commit comments

Comments
 (0)