Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#48)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: update lock file

* fix: type error

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: thundermiracle <cissoliu@gmail.com>
  • Loading branch information
renovate[bot] and thundermiracle authored Nov 1, 2022
1 parent da0ef42 commit fa6f667
Show file tree
Hide file tree
Showing 10 changed files with 1,027 additions and 808 deletions.
1 change: 1 addition & 0 deletions __test__/lib/utils.getObjValue.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { getObjValue } from '../../src/lib/utils';

import type { DataObjectWithNull } from '../../src/lib/types';

const data: DataObjectWithNull = {
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filter-data",
"version": "0.2.0",
"packageManager": "pnpm@7.1.7",
"packageManager": "pnpm@7.12.2",
"description": "simple, fast data filter",
"keywords": [
"match-sorter",
Expand Down Expand Up @@ -48,28 +48,28 @@
"ramda": "0.28.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@rollup/plugin-typescript": "^8.5.0",
"@swc/core": "^1.2.196",
"@swc/jest": "^0.2.21",
"@types/jest": "^28.1.0",
"@types/match-sorter": "^6.0.0",
"@types/node": "^17.0.39",
"@types/ramda": "^0.28.13",
"@web-configs/eslint-plugin": "^0.3.0",
"@web-configs/prettier": "^0.1.1",
"@types/ramda": "^0.28.15",
"@web-configs/eslint-plugin": "^0.5.0",
"@web-configs/prettier": "^0.1.2",
"eslint": "^8.16.0",
"fuse.js": "^6.6.2",
"jest": "^28.1.0",
"match-sorter": "^6.3.1",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"rollup": "^2.75.5",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"tsx": "^3.4.2",
"typescript": "^4.7.2"
"tsx": "^3.9.0",
"typescript": "^4.8.3"
},
"prettier": "@web-configs/prettier"
}
Loading

0 comments on commit fa6f667

Please sign in to comment.