Skip to content

Commit

Permalink
build: deps update (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens authored Aug 3, 2024
1 parent 8969ddf commit 0a5d35c
Show file tree
Hide file tree
Showing 13 changed files with 1,405 additions and 1,467 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
test_types:
uses: ./.github/workflows/test-types.yml
type_check:
uses: ./.github/workflows/type-check.yml
uses: ./.github/workflows/typecheck.yml

release:
needs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
workflow_call:

jobs:
type-check:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run type-check
- run: pnpm run typecheck
10 changes: 5 additions & 5 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"deepmerge-ts": "link:..",
"defu": "^6.1.4",
"lodash": "^4.17.21",
"merge-anything": "^5.1.7",
"merge-anything": "^6.0.2",
"object-accumulator": "^0.0.5"
},
"devDependencies": {
"@types/node": "20.14.2",
"tinybench": "2.8.0",
"tsx": "4.11.2",
"typescript": "5.4.5"
"@types/node": "22.1.0",
"tinybench": "2.9.0",
"tsx": "4.16.5",
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 0a5d35c

Please sign in to comment.