Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Upgrade cypress to 4.10.0 and downgrade start-server-and-test to 1.10.6
Browse files Browse the repository at this point in the history
Did this to fix conflict with start-server-and-test version 1.11.0 and
lodash that was causing start-server-and-test to not work properly:
bahmutov/start-server-and-test#269
  • Loading branch information
aclift19 committed Jul 9, 2020
1 parent 431f4cd commit 7cefa77
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 56 deletions.
93 changes: 39 additions & 54 deletions ui/package-lock.json

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

4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"awesome-typescript-loader": "^5.2.1",
"cypress": "^4.9.0",
"cypress": "^4.10.0",
"eslint": "^6.8.0",
"eslint-config-fbjs": "^3.1.1",
"eslint-config-standard": "^14.1.0",
Expand All @@ -95,7 +95,7 @@
"redux-mock-store": "^1.5.4",
"sonarqube-scanner": "^2.6.0",
"source-map-loader": "^0.2.4",
"start-server-and-test": "^1.11.0",
"start-server-and-test": "1.10.6",
"typescript": "^3.8.3"
},
"husky": {
Expand Down

0 comments on commit 7cefa77

Please sign in to comment.