Skip to content

Commit

Permalink
Update mismatched versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed Apr 11, 2024
1 parent b86a7d9 commit b236761
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 30 deletions.
110 changes: 87 additions & 23 deletions verification/curator-service/ui/package-lock.json

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

11 changes: 4 additions & 7 deletions verification/curator-service/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
"cypress-run-edge": "cypress run --browser edge",
"cypress-run-chrome": "cypress run --headless --browser chrome"
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"resetMocks": false
},
Expand Down Expand Up @@ -108,15 +105,15 @@
"csvtojson": "^2.0.10",
"cypress": "^13.2.0",
"cypress-file-upload": "^5.0.8",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^4.3.8",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom-fifteen": "^1.0.2",
"lint-staged": "^10.4.0",
"mongodb": "^4.9.1",
"prettier": "^2.4.1",
"prettier": "^3.2.5",
"typescript": "^4.8.2"
},
"husky": {
Expand Down

0 comments on commit b236761

Please sign in to comment.