Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Bump the minor-and-patch group across 10 directories with 6 updates (#…
Browse files Browse the repository at this point in the history
…190)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Johnson-Pint <[email protected]>
  • Loading branch information
dependabot[bot] and mattjohnsonpint authored Sep 25, 2024
1 parent 371fe4c commit a0e4b0e
Show file tree
Hide file tree
Showing 23 changed files with 984 additions and 779 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ updates:
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "xid-ts"
versions: ["1.1.3"] # see https://github.com/hypermodeAI/functions-as/pull/189

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
152 changes: 87 additions & 65 deletions examples/anthropic-functions/package-lock.json

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

10 changes: 5 additions & 5 deletions examples/anthropic-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
},
"dependencies": {
"@hypermode/functions-as": "../../src",
"@hypermode/models-as": "^0.2.3",
"@hypermode/models-as": "^0.2.4",
"json-as": "^0.9.21"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.11.1",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/parser": "^8.7.0",
"assemblyscript": "^0.27.29",
"assemblyscript-prettier": "^3.0.1",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"typescript-eslint": "^8.7.0",
"visitor-as": "^0.11.4"
},
"overrides": {
Expand Down
Loading

0 comments on commit a0e4b0e

Please sign in to comment.