Upgrades @novadi/core and refactors dependency registration
Updates package dependencies to latest version of @novadi/core Simplifies dependency and service registration by removing automatic array resolution of stores, API repositories, and entity services Adds DateColumnDataSource as a new column data source implementation
This commit is contained in:
parent
cd2466426b
commit
871f5c5682
3 changed files with 9 additions and 17 deletions
|
|
@ -39,7 +39,7 @@
|
|||
"vitest": "^3.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@novadi/core": "^0.5.5",
|
||||
"@novadi/core": "^0.6.0",
|
||||
"@rollup/rollup-win32-x64-msvc": "^4.52.2",
|
||||
"dayjs": "^1.11.19",
|
||||
"fuse.js": "^7.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue