Skip to content

Commit

Permalink
fixup! Separate client and server utils
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Oct 30, 2023
1 parent e67534f commit 1784cdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"axios": "^0.21.2",
"biggystring": "^3.0.2",
"body-parser": "^1.19.0",
"cleaner-config": "https://github.com/samholmes/cleaner-config#sam/fix-cli",
"cleaner-config": "^0.1.10",
"cleaners": "^0.3.13",
"commander": "^6.1.0",
"cors": "^2.8.5",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1912,9 +1912,10 @@ clean-stack@^2.0.0:
resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz"
integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==

"cleaner-config@https://github.com/samholmes/cleaner-config#sam/fix-cli":
version "0.1.9"
resolved "https://github.com/samholmes/cleaner-config#089b83a2727401818a6b2659253c78a4acae3f46"
cleaner-config@^0.1.10:
version "0.1.10"
resolved "https://registry.yarnpkg.com/cleaner-config/-/cleaner-config-0.1.10.tgz#5df39aedaa0837e073f65229a4a1a4da709ffbbc"
integrity sha512-LDPPn6Iv9e3Kdc+Dk+fPbyIaCzzqzuILnwgVJf53hic+1xh5VerfdN4NgzGX5dZC88BKUteCRwpFZxZ5TTcngQ==
dependencies:
cleaners "^0.3.8"
minimist "^1.2.5"
Expand Down

0 comments on commit 1784cdb

Please sign in to comment.