Skip to content

Commit 6351f64

Browse files
committed
move playwright to dev deps
1 parent bbe0ef8 commit 6351f64

File tree

2 files changed

+73
-108
lines changed

2 files changed

+73
-108
lines changed

packages/next/package.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,10 @@
9898
},
9999
"peerDependencies": {
100100
"@opentelemetry/api": "^1.1.0",
101-
"@playwright/test": "^1.35.1",
102101
"fibers": ">= 3.1.0",
103-
"msw": "^1.2.2",
104102
"react": "^18.2.0",
105103
"react-dom": "^18.2.0",
106-
"sass": "^1.3.0",
107-
"strict-event-emitter": "0.5.0"
104+
"sass": "^1.3.0"
108105
},
109106
"peerDependenciesMeta": {
110107
"sass": {
@@ -115,15 +112,6 @@
115112
},
116113
"@opentelemetry/api": {
117114
"optional": true
118-
},
119-
"@playwright/test": {
120-
"optional": true
121-
},
122-
"msw": {
123-
"optional": true
124-
},
125-
"strict-event-emitter": {
126-
"optional": true
127115
}
128116
},
129117
"devDependencies": {
@@ -163,6 +151,7 @@
163151
"@next/react-refresh-utils": "13.4.8-canary.12",
164152
"@next/swc": "13.4.8-canary.12",
165153
"@opentelemetry/api": "1.4.1",
154+
"@playwright/test": "^1.35.1",
166155
"@segment/ajv-human-errors": "2.1.2",
167156
"@taskr/clear": "1.1.0",
168157
"@taskr/esnext": "1.1.0",
@@ -265,6 +254,7 @@
265254
"lru-cache": "5.1.1",
266255
"micromatch": "4.0.4",
267256
"mini-css-extract-plugin": "2.4.3",
257+
"msw": "^1.2.2",
268258
"nanoid": "3.1.32",
269259
"native-url": "0.3.4",
270260
"neo-async": "2.6.1",
@@ -304,6 +294,7 @@
304294
"stacktrace-parser": "0.1.10",
305295
"stream-browserify": "3.0.0",
306296
"stream-http": "3.1.1",
297+
"strict-event-emitter": "0.5.0",
307298
"string-hash": "1.1.3",
308299
"string_decoder": "1.3.0",
309300
"strip-ansi": "6.0.0",

0 commit comments

Comments
 (0)