Skip to content

Commit

Permalink
chore: Dependency updates
Browse files Browse the repository at this point in the history
Updating some dependencies based on dependabot suggestions.
  • Loading branch information
neilcampbell committed Aug 31, 2023
1 parent edd5228 commit aa6251a
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 26 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
pull_request:
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
node-version: 18.x
working-directory: ./
run-commit-lint: true
run-build: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
name: Continuous Integration
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
node-version: 18.x
run-commit-lint: true
pre-test-script: |
pipx install algokit
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
- ci
- check_docs
with:
node-version: 18.x
build-path: dist
artifact-name: package

Expand Down
56 changes: 34 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Algorand Foundation",
"license": "MIT",
"engines": {
"node": ">=16.0"
"node": ">=18.0"
},
"type": "module",
"main": "./cjs/index.js",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@types/uuid": "^9.0.2",
"algosdk": "^2.5.0",
"better-npm-audit": "^3.7.3",
"conventional-changelog-conventionalcommits": "^6.0.0",
"conventional-changelog-conventionalcommits": "^7.0.1",
"copyfiles": "^2.4.1",
"dotenv-cli": "^7.3.0",
"eslint": "^8.47.0",
Expand All @@ -96,7 +96,7 @@
"tiny-invariant": "^1.3.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typedoc": "^0.25.0",
"typedoc-plugin-markdown": "^3.15.4",
"typescript": "^5.1.3",
"uuid": "^9.0.0"
Expand Down Expand Up @@ -160,4 +160,4 @@
"@semantic-release/github"
]
}
}
}

0 comments on commit aa6251a

Please sign in to comment.