Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 31, 2024
1 parent 7926689 commit 95ee963
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 105 deletions.
8 changes: 8 additions & 0 deletions .changeset/renovate-f855e1e.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'filter-data': patch
---

Updated dependency `packageManager` to `pnpm@8.15.5`.
Updated dependency `@types/node` to `^20.12.2`.
Updated dependency `@types/ramda` to `^0.29.12`.
Updated dependency `typescript` to `^5.4.3`.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filter-data",
"version": "0.5.1",
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.5",
"description": "simple, fast data filter",
"keywords": [
"match-sorter",
Expand Down Expand Up @@ -68,8 +68,8 @@
"@swc/core": "^1.4.11",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/ramda": "^0.29.10",
"@types/node": "^20.12.2",
"@types/ramda": "^0.29.12",
"@web-configs/eslint-plugin": "^0.5.2",
"@web-configs/prettier": "^0.1.2",
"eslint": "^8.57.0",
Expand All @@ -83,7 +83,7 @@
"ts-toolbelt": "^9.6.0",
"tslib": "^2.6.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"prettier": "@web-configs/prettier"
}
Loading

0 comments on commit 95ee963

Please sign in to comment.