|
38 | 38 | "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
39 | 39 | },
|
40 | 40 | "peerDependencies": {
|
41 |
| - "@logux/core": "^0.8.0", |
| 41 | + "@logux/core": "^0.9.0", |
42 | 42 | "@nanostores/preact": ">=0.0.0",
|
43 | 43 | "@nanostores/react": ">=0.0.0",
|
44 | 44 | "@nanostores/vue": ">=0.0.0",
|
|
72 | 72 | }
|
73 | 73 | },
|
74 | 74 | "dependencies": {
|
75 |
| - "@logux/actions": "^0.3.1", |
| 75 | + "@logux/actions": "^0.4.0", |
76 | 76 | "fast-json-stable-stringify": "^2.1.0",
|
77 | 77 | "nanodelay": "^2.0.2",
|
78 | 78 | "nanoevents": "^9.0.0",
|
79 | 79 | "nanoid": "^5.0.7"
|
80 | 80 | },
|
81 | 81 | "devDependencies": {
|
82 |
| - "@logux/core": "github:logux/core#next", |
| 82 | + "@logux/core": "^0.9.0", |
83 | 83 | "@logux/eslint-config": "^53.3.0",
|
84 | 84 | "@nanostores/preact": "^0.5.2",
|
85 | 85 | "@nanostores/react": "^0.7.3",
|
|
94 | 94 | "@types/react-dom": "^18.3.0",
|
95 | 95 | "@types/ws": "^8.5.12",
|
96 | 96 | "@vitest/coverage-v8": "^2.0.5",
|
97 |
| - "@vue/compiler-sfc": "^3.4.35", |
| 97 | + "@vue/compiler-sfc": "^3.4.36", |
98 | 98 | "check-dts": "^0.8.0",
|
99 | 99 | "clean-publish": "^5.0.0",
|
100 | 100 | "eslint": "^9.8.0",
|
|
105 | 105 | "nanostores": "^0.11.2",
|
106 | 106 | "picocolors": "^1.0.1",
|
107 | 107 | "postcss": "^8.4.41",
|
108 |
| - "preact": "10.22.0", |
| 108 | + "preact": "10.23.1", |
109 | 109 | "print-snapshots": "^0.4.2",
|
110 | 110 | "react": "^18.3.1",
|
111 | 111 | "react-dom": "^18.3.1",
|
|
114 | 114 | "typescript": "^5.5.4",
|
115 | 115 | "vite": "^5.3.5",
|
116 | 116 | "vitest": "^2.0.5",
|
117 |
| - "vue": "^3.4.35" |
| 117 | + "vue": "^3.4.36" |
118 | 118 | },
|
119 | 119 | "prettier": {
|
120 | 120 | "arrowParens": "avoid",
|
|
0 commit comments