|
3 | 3 | "name": "@digital-alchemy/synapse", |
4 | 4 | "repository": "https://github.com/Digital-Alchemy-TS/synapse", |
5 | 5 | "homepage": "https://docs.digital-alchemy.app/Synapse", |
6 | | - "version": "25.8.21", |
| 6 | + "version": "25.10.19-beta.0", |
7 | 7 | "scripts": { |
8 | 8 | "start:mock": "tsx src/mock/main.mts", |
9 | 9 | "demo": "tsx src/demo/main.mts", |
|
38 | 38 | }, |
39 | 39 | "license": "MIT", |
40 | 40 | "dependencies": { |
41 | | - "better-sqlite3": "^12.2.0", |
42 | | - "drizzle-orm": "^0.44.4", |
43 | | - "mysql2": "^3.14.3", |
| 41 | + "better-sqlite3": "^12.4.1", |
| 42 | + "drizzle-orm": "^0.44.6", |
| 43 | + "mysql2": "^3.15.2", |
44 | 44 | "postgres": "^3.4.7" |
45 | 45 | }, |
46 | 46 | "peerDependencies": { |
|
50 | 50 | "uuid": "*" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@cspell/eslint-plugin": "^9.2.0", |
| 53 | + "@cspell/eslint-plugin": "^9.2.1", |
54 | 54 | "@digital-alchemy/core": "^25.8.21", |
55 | | - "@digital-alchemy/hass": "^25.8.21", |
56 | | - "@eslint/compat": "^1.3.2", |
| 55 | + "@digital-alchemy/hass": "^25.10.19-beta.0", |
| 56 | + "@eslint/compat": "^1.4.0", |
57 | 57 | "@eslint/eslintrc": "^3.3.1", |
58 | | - "@eslint/js": "^9.33.0", |
| 58 | + "@eslint/js": "^9.38.0", |
59 | 59 | "@types/better-sqlite3": "^7.6.13", |
60 | | - "@types/bun": "^1.2.20", |
61 | | - "@types/node": "^24.3.0", |
| 60 | + "@types/bun": "^1.3.0", |
| 61 | + "@types/node": "^24.8.1", |
62 | 62 | "@types/node-cron": "^3.0.11", |
63 | 63 | "@types/pg": "^8.15.5", |
64 | | - "@types/uuid": "^10.0.0", |
| 64 | + "@types/uuid": "^11.0.0", |
65 | 65 | "@types/ws": "^8.18.1", |
66 | | - "@typescript-eslint/eslint-plugin": "8.40.0", |
67 | | - "@typescript-eslint/parser": "8.40.0", |
| 66 | + "@typescript-eslint/eslint-plugin": "8.46.1", |
| 67 | + "@typescript-eslint/parser": "8.46.1", |
68 | 68 | "@vitest/coverage-v8": "^3.2.4", |
69 | 69 | "@vitest/ui": "^3.2.4", |
70 | | - "bun": "^1.2.20", |
71 | | - "bun-types": "^1.2.20", |
72 | | - "dayjs": "^1.11.13", |
73 | | - "drizzle-kit": "^0.31.4", |
74 | | - "eslint": "9.33.0", |
| 70 | + "bun": "^1.3.0", |
| 71 | + "bun-types": "^1.3.0", |
| 72 | + "dayjs": "^1.11.18", |
| 73 | + "drizzle-kit": "^0.31.5", |
| 74 | + "eslint": "9.38.0", |
75 | 75 | "eslint-config-prettier": "10.1.8", |
76 | 76 | "eslint-plugin-import": "^2.32.0", |
77 | | - "eslint-plugin-jsonc": "^2.20.1", |
78 | | - "eslint-plugin-no-unsanitized": "^4.1.2", |
| 77 | + "eslint-plugin-jsonc": "^2.21.0", |
| 78 | + "eslint-plugin-no-unsanitized": "^4.1.4", |
79 | 79 | "eslint-plugin-prettier": "^5.5.4", |
80 | 80 | "eslint-plugin-security": "^3.0.1", |
81 | 81 | "eslint-plugin-simple-import-sort": "^12.1.1", |
82 | | - "eslint-plugin-sonarjs": "^3.0.4", |
| 82 | + "eslint-plugin-sonarjs": "^3.0.5", |
83 | 83 | "eslint-plugin-sort-keys-fix": "^1.1.2", |
84 | | - "eslint-plugin-unicorn": "^60.0.0", |
| 84 | + "eslint-plugin-unicorn": "^61.0.2", |
85 | 85 | "node-cron": "^4.2.1", |
86 | 86 | "prettier": "^3.6.2", |
87 | | - "tsx": "^4.20.4", |
88 | | - "type-fest": "^4.41.0", |
89 | | - "typescript": "^5.9.2", |
90 | | - "uuid": "^11.1.0", |
| 87 | + "tsx": "^4.20.6", |
| 88 | + "type-fest": "^5.1.0", |
| 89 | + "typescript": "^5.9.3", |
| 90 | + "uuid": "^13.0.0", |
91 | 91 | "vitest": "^3.2.4", |
92 | 92 | "ws": "^8.18.3" |
93 | 93 | }, |
94 | | - "packageManager": "yarn@4.9.3" |
| 94 | + "packageManager": "yarn@4.10.3" |
95 | 95 | } |
0 commit comments