Skip to content

Commit

Permalink
Moves eslint to devDependency and save yarn.lock file (#1746)
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]>
  • Loading branch information
derek-ho and cwperks authored Jan 22, 2024
1 parent df1a4ea commit b38c754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,7 @@ glob-all@^3.2.1:
glob "^7.2.3"
yargs "^15.3.1"

glob-parent@5.1.2, glob-parent@^3.1.0, glob-parent@~5.1.2:
glob-parent@^3.1.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
Expand Down

0 comments on commit b38c754

Please sign in to comment.