Skip to content

Commit fe96823

Browse files
authored
fix: update playwright image (#260)
from `mcr.microsoft.com/playwright:v1.33.0-focal` to `mcr.microsoft.com/playwright:v1.35.1-focal`
1 parent 51c1e23 commit fe96823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"start": "lerna run --stream --scope @blocknote/example-editor dev",
1818
"start:built": "npx serve examples/editor/dist",
19-
"test:updateSnaps": "docker run --rm -e RUN_IN_DOCKER=true --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.33.0-focal npx playwright test -u",
19+
"test:updateSnaps": "docker run --rm -e RUN_IN_DOCKER=true --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.35.1-focal npx playwright test -u",
2020
"build": "lerna run --stream build --concurrency 1",
2121
"build:site": "lerna run --stream docs:build --concurrency 1",
2222
"lint": "lerna run --stream lint",
@@ -29,7 +29,7 @@
2929
"prepublishOnly": "npm run build && cp README.md packages/core/README.md && cp README.md packages/react/README.md",
3030
"postpublish": "rm -rf packages/core/README.md && rm -rf packages/react/README.md",
3131
"test-ct": "playwright test -c playwright-ct.config.ts --headed",
32-
"test-ct:updateSnaps": "docker run --rm -e RUN_IN_DOCKER=true --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.33.0-focal npm install && playwright test -c playwright-ct.config.ts -u"
32+
"test-ct:updateSnaps": "docker run --rm -e RUN_IN_DOCKER=true --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.35.1-focal npm install && playwright test -c playwright-ct.config.ts -u"
3333
},
3434
"overrides": {
3535
"react": "18.2.0",

0 commit comments

Comments
 (0)