Skip to content

Commit

Permalink
Version bumps (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez authored Nov 11, 2024
1 parent 8dce372 commit 4c45fcc
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 225 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@digital-alchemy/hass",
"repository": "https://github.com/Digital-Alchemy-TS/hass",
"homepage": "https://docs.digital-alchemy.app",
"version": "24.11.1",
"version": "24.11.2",
"description": "Typescript APIs for Home Assistant. Includes rest & websocket bindings",
"scripts": {
"build": "rm -rf dist/; tsc",
Expand Down Expand Up @@ -56,36 +56,36 @@
},
"license": "MIT",
"devDependencies": {
"@cspell/eslint-plugin": "^8.15.5",
"@digital-alchemy/core": "^24.10.8",
"@digital-alchemy/synapse": "^24.9.4",
"@cspell/eslint-plugin": "^8.16.0",
"@digital-alchemy/core": "^24.11.1",
"@digital-alchemy/synapse": "^24.11.1",
"@digital-alchemy/type-writer": "^24.10.2",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@faker-js/faker": "^9.1.0",
"@faker-js/faker": "^9.2.0",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.8.6",
"@types/node": "^22.9.0",
"@types/node-cron": "^3.0.11",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsonc": "^2.18.1",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^56.0.0",
"globals": "^15.11.0",
"globals": "^15.12.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"node-cron": "^3.0.3",
Expand All @@ -94,15 +94,15 @@
"ts-jest": "^29.2.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"uuid": "^11.0.2",
"uuid": "^11.0.3",
"ws": "^8.18.0"
},
"dependencies": {
"@digital-alchemy/core": "^24.10.8",
"@digital-alchemy/core": "^24.11.1",
"dayjs": "^1.11.13",
"semver": "^7.6.3",
"type-fest": "^4.26.1",
"uuid": "^11.0.2",
"uuid": "^11.0.3",
"ws": "^8.18.0"
},
"jest": {
Expand Down
Loading

0 comments on commit 4c45fcc

Please sign in to comment.