|
6 | 6 | "packages/*", |
7 | 7 | "developer-extension", |
8 | 8 | "performances", |
9 | | - "test/e2e" |
| 9 | + "test/e2e", |
| 10 | + "test/performance" |
10 | 11 | ], |
11 | 12 | "type": "module", |
12 | 13 | "scripts": { |
|
35 | 36 | "test:e2e:ci:bs": "yarn build && yarn build:apps && yarn test:e2e:bs", |
36 | 37 | "test:compat:tsc": "node scripts/check-typescript-compatibility.ts", |
37 | 38 | "test:compat:ssr": "scripts/cli check_server_side_rendering_compatibility", |
| 39 | + "test:performance": "yarn test:e2e:init && playwright test --config test/performance/playwright.config.ts", |
| 40 | + "test:performance:debug": "playwright test --config test/performance/playwright.config.ts --debug", |
| 41 | + "test:performance:ui": "playwright test --config test/performance/playwright.config.ts --ui", |
38 | 42 | "json-schemas:sync": "scripts/cli update_submodule && yarn json-schemas:generate", |
39 | 43 | "json-schemas:generate": "scripts/cli build_json2type && node scripts/generate-schema-types.ts", |
40 | 44 | "size": "node scripts/show-bundle-size.ts", |
41 | 45 | "woke": "scripts/cli woke", |
42 | 46 | "docs:serve": "typedoc && npx http-server ./docs -p 8080 -o" |
43 | 47 | }, |
44 | 48 | "devDependencies": { |
45 | | - "@eslint/js": "9.38.0", |
| 49 | + "@eslint/js": "9.39.1", |
46 | 50 | "@jsdevtools/coverage-istanbul-loader": "3.0.5", |
47 | | - "@playwright/test": "1.55.1", |
48 | | - "@swc/core": "1.13.20", |
49 | | - "@types/chrome": "0.1.24", |
| 51 | + "@playwright/test": "1.56.1", |
| 52 | + "@swc/core": "1.15.1", |
| 53 | + "@types/chrome": "0.1.27", |
50 | 54 | "@types/connect-busboy": "1.0.3", |
51 | 55 | "@types/cors": "2.8.19", |
52 | | - "@types/express": "5.0.3", |
| 56 | + "@types/express": "5.0.5", |
53 | 57 | "@types/jasmine": "3.10.18", |
54 | | - "@types/node": "24.9.1", |
| 58 | + "@types/node": "24.10.0", |
55 | 59 | "ajv": "8.17.1", |
56 | 60 | "browserstack-local": "1.5.8", |
57 | 61 | "chrome-webstore-upload": "4.0.3", |
58 | 62 | "connect-busboy": "1.0.0", |
59 | 63 | "cors": "2.8.5", |
60 | 64 | "emoji-name-map": "2.0.3", |
61 | | - "eslint": "9.38.0", |
| 65 | + "eslint": "9.39.1", |
62 | 66 | "eslint-module-utils": "2.12.1", |
63 | 67 | "eslint-plugin-import": "2.32.0", |
64 | 68 | "eslint-plugin-jasmine": "4.2.2", |
65 | | - "eslint-plugin-jsdoc": "61.1.5", |
66 | | - "eslint-plugin-unicorn": "61.0.2", |
| 69 | + "eslint-plugin-jsdoc": "61.1.12", |
| 70 | + "eslint-plugin-unicorn": "62.0.0", |
67 | 71 | "express": "5.1.0", |
68 | | - "globals": "16.4.0", |
| 72 | + "globals": "16.5.0", |
69 | 73 | "html-webpack-plugin": "5.6.4", |
70 | 74 | "http-server": "14.1.1", |
71 | 75 | "jasmine-core": "3.99.1", |
|
80 | 84 | "karma-spec-reporter": "0.0.36", |
81 | 85 | "karma-webpack": "5.0.0", |
82 | 86 | "lerna": "9.0.0", |
83 | | - "minimatch": "10.0.3", |
| 87 | + "minimatch": "10.1.1", |
84 | 88 | "prettier": "3.6.2", |
85 | | - "puppeteer": "24.26.0", |
| 89 | + "puppeteer": "24.29.1", |
86 | 90 | "swc-loader": "0.2.6", |
87 | 91 | "terser-webpack-plugin": "5.3.14", |
88 | 92 | "ts-loader": "9.5.4", |
89 | 93 | "ts-node": "10.9.2", |
90 | 94 | "tsconfig-paths-webpack-plugin": "4.2.0", |
91 | 95 | "typedoc": "0.28.14", |
92 | 96 | "typescript": "5.9.3", |
93 | | - "typescript-eslint": "8.46.2", |
| 97 | + "typescript-eslint": "8.46.3", |
94 | 98 | "webpack": "5.102.1", |
95 | 99 | "webpack-cli": "6.0.1", |
96 | 100 | "webpack-dev-middleware": "7.4.5" |
|
99 | 103 | "puppeteer-core@npm:21.11.0/ws": "8.17.1" |
100 | 104 | }, |
101 | 105 | "volta": { |
102 | | - "node": "24.10.0", |
103 | | - "yarn": "4.10.3" |
| 106 | + "node": "24.11.0", |
| 107 | + "yarn": "4.11.0" |
104 | 108 | }, |
105 | | - "packageManager": "yarn@4.10.3" |
| 109 | + "packageManager": "yarn@4.11.0" |
106 | 110 | } |
0 commit comments