Skip to content

Commit

Permalink
Update cypress to v13.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehats committed Nov 30, 2023
1 parent 8854f77 commit e66121d
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 66 deletions.
2 changes: 1 addition & 1 deletion src/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/included:12.4.0 AS development
FROM cypress/included:13.6.0 AS development
ARG VERSION
ARG REVISION
ENV REACT_APP_VERSION ${VERSION}+${REVISION}
Expand Down
164 changes: 100 additions & 64 deletions src/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"styled-components": "^5.3.3"
},
"devDependencies": {
"cypress": "^12.4.0",
"cypress": "^13.6.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.26.0",
Expand Down

0 comments on commit e66121d

Please sign in to comment.