Skip to content

Commit

Permalink
Moves eslint to devDependency and save yarn.lock file (#1746) (#1748)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
Co-authored-by: Craig Perkins <[email protected]>
(cherry picked from commit b38c754)

Co-authored-by: Derek Ho <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and derek-ho authored Jan 22, 2024
1 parent 7dc770d commit 898a16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"jose": "^4.11.2",
"saml-idp": "^1.2.1",
"selfsigned": "^2.0.1",
"typescript": "4.0.2"
"typescript": "4.0.2",
"eslint-plugin-cypress": "^2.8.1"
},
"dependencies": {
"@hapi/cryptiles": "5.0.0",
"@hapi/wreck": "^17.1.0",
"eslint-plugin-cypress": "^2.8.1",
"html-entities": "1.3.1"
},
"resolutions": {
Expand Down

0 comments on commit 898a16f

Please sign in to comment.