Skip to content
1,356 changes: 1,334 additions & 22 deletions package-lock.json

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@
"test:e2e:extra_features": "npx playwright test --project=extra-features-desktop --project=extra-features-mobile"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@axe-core/playwright": "^4.10.1",
"commander": "^9.5.0",
"eslint": "^8.37.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"@playwright/test": "^1.49.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"commander": "^9.5.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-use-effect-no-deps": "^1.1.2",
"prettier": "^2.8.6",
"jsdom": "^22.1.0",
"lerna": "^6.6.1",
"prettier": "^2.8.6",
"semver": "^7.5.2",
"shelljs": "^0.9.2",
"syncpack": "^10.1.0"
Expand All @@ -53,6 +53,7 @@
"npm": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.962.0",
"node-fetch": "^2.6.9"
}
}
Loading
Loading