mirror of
https://github.com/teableio/teable
synced 2024-11-21 23:04:16 +00:00
8e8152a1b2
* feat: user field support filter `Me` * fix: selection filter user 'Me' * fix: `sqlite` dateRangeOfMonths agg func * refactor: remove queryUserId param use `cls` user --------- Co-authored-by: pengap <penganpingprivte@gmail.com>
14 lines
326 B
YAML
14 lines
326 B
YAML
# npm-check-updates configuration used by yarn deps:check && yarn deps:update
|
|
# convenience scripts.
|
|
# @link https://github.com/raineorshine/npm-check-updates
|
|
|
|
# Add here exclusions on packages if any
|
|
reject: [
|
|
'vite-plugin-svgr',
|
|
|
|
# Too early cause in esm
|
|
'is-port-reachable',
|
|
'nanoid',
|
|
'node-fetch',
|
|
]
|