Skip to content

Commit

Permalink
Update combined dependencies (#6276)
Browse files Browse the repository at this point in the history
This PR was created by the Combine PRs action by combining the following
PRs:

* #6268 chore(deps-dev): bump @types/lodash from 4.14.186 to 4.14.191
* #6267 chore(deps-dev): bump eslint-plugin-react from 7.31.8 to 7.31.11
* #6204 chore(deps): bump playwright from v1.26.0-focal to v1.28.1-focal
* #6112 chore(deps-dev): bump app-builder-lib from 23.5.1 to 23.6.0

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dependabot[bot] authored Dec 19, 2022
1 parent 2967c3f commit f262659
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 80 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# reference: https://stackoverflow.com/a/51683309/3711475
# reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker

FROM mcr.microsoft.com/playwright:v1.26.0-focal AS setup
FROM mcr.microsoft.com/playwright:v1.28.1-focal AS setup

USER root

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^29.2.3",
"@types/jsdom": "^20.0.1",
"@types/lodash": "^4.14.186",
"@types/lodash": "^4.14.191",
"@types/luxon": "^3.1.0",
"@types/node": "^16.11.7",
"@types/react": "^16.14.25",
Expand All @@ -119,7 +119,7 @@
"@types/webextension-polyfill": "^0.9.1",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"app-builder-lib": "^23.5.1",
"app-builder-lib": "^23.6.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"codecov": "^3.8.3",
"commander": "^9.4.1",
Expand All @@ -132,7 +132,7 @@
"esbuild": "^0.15.12",
"eslint": "^8.24.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-security": "^1.5.0",
"express": "^4.18.2",
"extract-zip": "^2.0.1",
Expand Down
Loading

0 comments on commit f262659

Please sign in to comment.