|
26 | 26 | "test:e2e:extra_features": "npx playwright test --project=extra-features-desktop --project=extra-features-mobile" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@playwright/test": "^1.49.0", |
30 | 29 | "@axe-core/playwright": "^4.10.1", |
31 | | - "commander": "^9.5.0", |
32 | | - "eslint": "^8.37.0", |
33 | | - "eslint-plugin-header": "^3.1.1", |
34 | | - "eslint-plugin-no-relative-import-paths": "^1.5.3", |
| 30 | + "@playwright/test": "^1.49.0", |
35 | 31 | "@typescript-eslint/eslint-plugin": "^5.57.0", |
36 | 32 | "@typescript-eslint/parser": "^5.57.0", |
| 33 | + "commander": "^9.5.0", |
| 34 | + "eslint": "^8.37.0", |
37 | 35 | "eslint-config-prettier": "8.8.0", |
| 36 | + "eslint-plugin-header": "^3.1.1", |
38 | 37 | "eslint-plugin-jest": "^27.2.1", |
39 | 38 | "eslint-plugin-jsx-a11y": "6.7.1", |
| 39 | + "eslint-plugin-no-relative-import-paths": "^1.5.3", |
40 | 40 | "eslint-plugin-prettier": "4.2.1", |
41 | 41 | "eslint-plugin-react": "^7.32.2", |
42 | 42 | "eslint-plugin-react-hooks": "^4.6.0", |
43 | 43 | "eslint-plugin-use-effect-no-deps": "^1.1.2", |
44 | | - "prettier": "^2.8.6", |
45 | 44 | "jsdom": "^22.1.0", |
46 | 45 | "lerna": "^6.6.1", |
| 46 | + "prettier": "^2.8.6", |
47 | 47 | "semver": "^7.5.2", |
48 | 48 | "shelljs": "^0.9.2", |
49 | 49 | "syncpack": "^10.1.0" |
|
53 | 53 | "npm": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0" |
54 | 54 | }, |
55 | 55 | "dependencies": { |
| 56 | + "@aws-sdk/client-cloudwatch": "^3.962.0", |
56 | 57 | "node-fetch": "^2.6.9" |
57 | 58 | } |
58 | 59 | } |
0 commit comments