Skip to content

Commit 20944ae

Browse files
fix: bump playwright version to bring support for nested folders (#173)
1 parent 4a4fbcc commit 20944ae

File tree

6 files changed

+1529
-148
lines changed

6 files changed

+1529
-148
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@nx/storybook": "16.3.0",
3333
"@nx/vite": "16.3.0",
3434
"@nx/workspace": "16.3.0",
35-
"@nxkit/playwright": "^3.0.0",
35+
"@nxkit/playwright": "^3.0.2",
3636
"@swc-node/register": "^1.4.2",
3737
"@swc/cli": "0.1.62",
3838
"@swc/core": "^1.2.173",

packages/qwik-nx/migrations.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,20 @@
228228
"version": "^0.31.0"
229229
}
230230
}
231+
},
232+
"1.0.6": {
233+
"version": "1.0.6",
234+
"packages": {
235+
"wrangler": {
236+
"version": "^3.1.0"
237+
},
238+
"@k11r/nx-cloudflare-wrangler": {
239+
"version": "^2.4.2"
240+
},
241+
"@nxkit/playwright": {
242+
"version": "^3.0.2"
243+
}
244+
}
231245
}
232246
}
233247
}

0 commit comments

Comments
 (0)