mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-04 22:09:10 +00:00
chore: add external deepmerge utility
This commit is contained in:
@@ -18,5 +18,8 @@ export { millisToString } from './src/date-utils/millisToString.js';
|
|||||||
// time utils
|
// time utils
|
||||||
export { dayInMs, mts } from './src/timeConstants.js';
|
export { dayInMs, mts } from './src/timeConstants.js';
|
||||||
|
|
||||||
|
// helpers from externals
|
||||||
|
export { deepmerge } from './src/externals/deepmerge.js';
|
||||||
|
|
||||||
// generic utilities
|
// generic utilities
|
||||||
export { isNumeric } from './src/types/types.js';
|
export { isNumeric } from './src/types/types.js';
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"cleanup": "rm -rf .turbo && rm -rf node_modules"
|
"cleanup": "rm -rf .turbo && rm -rf node_modules"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"deepmerge-ts": "^5.1.0",
|
||||||
"luxon": "^3.3.0",
|
"luxon": "^3.3.0",
|
||||||
"nanoid": "^4.0.1"
|
"nanoid": "^4.0.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Generated
+7
@@ -251,6 +251,7 @@ importers:
|
|||||||
'@types/luxon': ^3.2.0
|
'@types/luxon': ^3.2.0
|
||||||
'@typescript-eslint/eslint-plugin': ^5.48.1
|
'@typescript-eslint/eslint-plugin': ^5.48.1
|
||||||
'@typescript-eslint/parser': ^5.48.1
|
'@typescript-eslint/parser': ^5.48.1
|
||||||
|
deepmerge-ts: ^5.1.0
|
||||||
eslint: ^8.31.0
|
eslint: ^8.31.0
|
||||||
eslint-config-prettier: ^8.6.0
|
eslint-config-prettier: ^8.6.0
|
||||||
eslint-plugin-prettier: ^4.2.1
|
eslint-plugin-prettier: ^4.2.1
|
||||||
@@ -262,6 +263,7 @@ importers:
|
|||||||
typescript: ^4.9.4
|
typescript: ^4.9.4
|
||||||
vitest: ^0.30.1
|
vitest: ^0.30.1
|
||||||
dependencies:
|
dependencies:
|
||||||
|
deepmerge-ts: 5.1.0
|
||||||
luxon: 3.3.0
|
luxon: 3.3.0
|
||||||
nanoid: 4.0.1
|
nanoid: 4.0.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
@@ -4156,6 +4158,11 @@ packages:
|
|||||||
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/deepmerge-ts/5.1.0:
|
||||||
|
resolution: {integrity: sha512-eS8dRJOckyo9maw9Tu5O5RUi/4inFLrnoLkBe3cPfDMx3WZioXtmOew4TXQaxq7Rhl4xjDtR7c6x8nNTxOvbFw==}
|
||||||
|
engines: {node: '>=16.0.0'}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/deepmerge/4.3.0:
|
/deepmerge/4.3.0:
|
||||||
resolution: {integrity: sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==}
|
resolution: {integrity: sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
|
|||||||
Reference in New Issue
Block a user