|
14 | 14 | "archive": "roll archive && rm -rf publish/tangible-blocks && unzip publish/tangible-blocks.zip -d publish/ && npm run test:archive", |
15 | 15 | "// Test": "", |
16 | 16 | "test": "roll run tests/index.ts", |
17 | | - "test:all": "npm run test && npm run test:8.3 && npm run e2e", |
18 | | - "test:8.3": "roll run tests/index.ts PHP_VERSION=8.3", |
| 17 | + "test:all": "npm run test && npm run test:8.4 && npm run e2e", |
| 18 | + "test:8.4": "roll run tests/index.ts PHP_VERSION=8.4", |
19 | 19 | "test:archive": "roll run tests/index.ts TEST_ARCHIVE=1", |
20 | 20 | "-- Local environment --": "https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env", |
21 | 21 | "env": "wp-env", |
|
34 | 34 | "e2e:watch": "chokidar 'tests/e2e/**/*.js' --initial -c 'npm run e2e -- --retries=0'" |
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | | - "@codemirror/view": "^6.35.0", |
38 | | - "@react-aria/color": "^3.0.1", |
39 | | - "react-aria": "^3.35.1", |
40 | | - "react-stately": "^3.33.0" |
| 37 | + "@codemirror/view": "^6.36.2", |
| 38 | + "@react-aria/color": "^3.0.3", |
| 39 | + "react-aria": "^3.37.0", |
| 40 | + "react-stately": "^3.35.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@playwright/test": "^1.49.0", |
44 | | - "@tangible/now": "^1.1.3", |
| 43 | + "@playwright/test": "^1.49.1", |
| 44 | + "@tangible/now": "^2.0.0", |
45 | 45 | "@tangible/roller": "^2.1.4", |
46 | | - "@wordpress/e2e-test-utils-playwright": "^1.12.0", |
47 | | - "@wordpress/env": "^10.12.0", |
| 46 | + "@wordpress/e2e-test-utils-playwright": "^1.16.0", |
| 47 | + "@wordpress/env": "^10.16.0", |
48 | 48 | "chokidar-cli": "^3.0.0", |
49 | | - "concurrently": "^9.1.0", |
| 49 | + "concurrently": "^9.1.2", |
50 | 50 | "testra": "^2.1.4" |
51 | 51 | }, |
52 | 52 | "homepage": "", |
|
0 commit comments