Skip to content

Commit 63a865f

Browse files
committed
Move Playwright to optional dependencies
1 parent de8dec5 commit 63a865f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"eslint-plugin-react": "^7.37.5",
9393
"eslint-plugin-react-hooks": "^5.2.0",
9494
"eslint-plugin-tailwindcss": "3.17.5",
95-
"playwright": "^1.54.2",
9695
"prettier": "3.5.3",
9796
"prettier-plugin-pkg": "^0.20.0",
9897
"prettier-plugin-tailwindcss": "^0.6.12",
@@ -102,6 +101,9 @@
102101
"tsx": "^4.19.4",
103102
"typescript": "^5.8.3"
104103
},
104+
"optionalDependencies": {
105+
"playwright": "^1.54.2"
106+
},
105107
"pnpm": {
106108
"patchedDependencies": {
107109
"nextra": "patches/nextra.patch"

0 commit comments

Comments
 (0)