Skip to content

Commit

Permalink
chore: update deps (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow authored Mar 12, 2024
1 parent f78818d commit 67b8168
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ defaults_configure_nvm: &defaults_configure_nvm
if [ -f "$NVM_DIR" ]; then
echo "==> $NVM_DIR exists. Skipping steps 2-4!"
else
else
echo "==> $NVM_DIR does not exists. Executing steps 2-4!"
echo "2. Installing NVM"
Expand Down Expand Up @@ -456,6 +456,7 @@ workflows:
ignore:
- /feature*/
- /bugfix*/
- master
- test-lint:
context: org-global
requires:
Expand Down
28 changes: 14 additions & 14 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@mojaloop/api-snippets": "^17.4.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.21",
"@types/node": "^20.11.26",
"audit-ci": "^6.6.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "15.0.0",
Expand All @@ -61,7 +61,7 @@
"pre-commit": "^1.2.2",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"standard-version": {
"scripts": {
Expand Down

0 comments on commit 67b8168

Please sign in to comment.