Skip to content

Commit

Permalink
Merge pull request #1302 from DFE-Digital/fix-npm-install-eslint
Browse files Browse the repository at this point in the history
Fix eslint npm install errors
  • Loading branch information
cshnimble authored Jul 3, 2024
2 parents 7c42845 + ecf9757 commit 238eecd
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
112 changes: 56 additions & 56 deletions ConcernsCaseWork/ConcernsCaseWork.CypressTests/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 ConcernsCaseWork/ConcernsCaseWork.CypressTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"license": "ISC",
"devDependencies": {
"@types/luxon": "^3.3.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/parser": "^8.0.0-alpha.10",
"axe-core": "^4.6.3",
"cypress": "^13.0.0",
"cypress-axe": "^1.4.0",
"cypress-localstorage-commands": "^2.0.0",
"cypress-multi-reporters": "^1.5.0",
"cypress-slack-reporter": "^1.5.3",
"eslint": "^9.0.0",
"eslint": "^9.6.0",
"eslint-plugin-cypress": "^3.0.0",
"luxon": "^3.3.0",
"mocha": "^10.0.0",
Expand Down

0 comments on commit 238eecd

Please sign in to comment.