Skip to content

Commit d3966e0

Browse files
committed
feat: add dayjs
1 parent 30fba3b commit d3966e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"dependencies": {
3535
"@digital-alchemy/core": "^0.3.11",
3636
"@digital-alchemy/hass": "^0.3.14",
37-
"@digital-alchemy/synapse": "^0.3.5"
37+
"@digital-alchemy/synapse": "^0.3.5",
38+
"dayjs": "^1.11.10"
3839
},
3940
"devDependencies": {
4041
"@cspell/eslint-plugin": "^8.7.0",

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -2067,6 +2067,7 @@ __metadata:
20672067
"@typescript-eslint/parser": "npm:7.6.0"
20682068
"@vitest/coverage-v8": "npm:^1.5.0"
20692069
bun: "npm:^1.1.4"
2070+
dayjs: "npm:^1.11.10"
20702071
eslint: "npm:8.57.0"
20712072
eslint-config-prettier: "npm:9.1.0"
20722073
eslint-plugin-import: "npm:^2.29.1"

0 commit comments

Comments
 (0)