Skip to content

Commit 59f1c7f

Browse files
committed
Move to released Logux Core
1 parent 25db900 commit 59f1c7f

File tree

2 files changed

+109
-105
lines changed

2 files changed

+109
-105
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
3939
},
4040
"peerDependencies": {
41-
"@logux/core": "^0.8.0",
41+
"@logux/core": "^0.9.0",
4242
"@nanostores/preact": ">=0.0.0",
4343
"@nanostores/react": ">=0.0.0",
4444
"@nanostores/vue": ">=0.0.0",
@@ -72,14 +72,14 @@
7272
}
7373
},
7474
"dependencies": {
75-
"@logux/actions": "^0.3.1",
75+
"@logux/actions": "^0.4.0",
7676
"fast-json-stable-stringify": "^2.1.0",
7777
"nanodelay": "^2.0.2",
7878
"nanoevents": "^9.0.0",
7979
"nanoid": "^5.0.7"
8080
},
8181
"devDependencies": {
82-
"@logux/core": "github:logux/core#next",
82+
"@logux/core": "^0.9.0",
8383
"@logux/eslint-config": "^53.3.0",
8484
"@nanostores/preact": "^0.5.2",
8585
"@nanostores/react": "^0.7.3",
@@ -94,7 +94,7 @@
9494
"@types/react-dom": "^18.3.0",
9595
"@types/ws": "^8.5.12",
9696
"@vitest/coverage-v8": "^2.0.5",
97-
"@vue/compiler-sfc": "^3.4.35",
97+
"@vue/compiler-sfc": "^3.4.36",
9898
"check-dts": "^0.8.0",
9999
"clean-publish": "^5.0.0",
100100
"eslint": "^9.8.0",
@@ -105,7 +105,7 @@
105105
"nanostores": "^0.11.2",
106106
"picocolors": "^1.0.1",
107107
"postcss": "^8.4.41",
108-
"preact": "10.22.0",
108+
"preact": "10.23.1",
109109
"print-snapshots": "^0.4.2",
110110
"react": "^18.3.1",
111111
"react-dom": "^18.3.1",
@@ -114,7 +114,7 @@
114114
"typescript": "^5.5.4",
115115
"vite": "^5.3.5",
116116
"vitest": "^2.0.5",
117-
"vue": "^3.4.35"
117+
"vue": "^3.4.36"
118118
},
119119
"prettier": {
120120
"arrowParens": "avoid",

0 commit comments

Comments
 (0)