Skip to content

Commit 5df5212

Browse files
author
Eduard Aksamitov
committed
build(deps): use release logux core and client
1 parent 1b140ea commit 5df5212

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
2727
},
2828
"peerDependencies": {
29-
"@logux/client": "logux/client#next",
30-
"@logux/core": "logux/core#next",
29+
"@logux/client": "^0.10.0",
30+
"@logux/core": "^0.7.0",
3131
"vue": ">=3.0.11"
3232
},
3333
"dependencies": {
3434
"@vue/devtools-api": "^6.0.0-beta.8"
3535
},
3636
"devDependencies": {
37-
"@logux/client": "logux/client#next",
38-
"@logux/core": "logux/core#next",
37+
"@logux/client": "^0.10.0",
38+
"@logux/core": "^0.7.0",
3939
"@logux/eslint-config": "^45.4.1",
4040
"@logux/sharec-config": "^0.10.1",
4141
"@typescript-eslint/eslint-plugin": "^4.22.0",
@@ -52,11 +52,11 @@
5252
"eslint-plugin-security": "^1.4.0",
5353
"eslint-plugin-unicorn": "^31.0.0",
5454
"lint-staged": "^10.5.4",
55+
"prettier": "^2.2.1",
56+
"simple-git-hooks": "^2.4.1",
5557
"typescript": "^4.2.4",
5658
"vue": "^3.0.10",
57-
"yaspeller": "^7.0.0",
58-
"prettier": "^2.2.1",
59-
"simple-git-hooks": "^2.4.1"
59+
"yaspeller": "^7.0.0"
6060
},
6161
"simple-git-hooks": {
6262
"pre-commit": "npx lint-staged"

yarn.lock

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -270,23 +270,26 @@
270270
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
271271
integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==
272272

273-
"@logux/actions@logux/actions":
274-
version "0.0.0"
275-
resolved "https://codeload.github.com/logux/actions/tar.gz/18da8a3eadafa5dea8ec3903aa9e604a8d3a5422"
273+
"@logux/actions@^0.1.0":
274+
version "0.1.0"
275+
resolved "https://registry.yarnpkg.com/@logux/actions/-/actions-0.1.0.tgz#4ee83b3d26101f2fde21b3a198e6605fb032fd8b"
276+
integrity sha512-TPz7g3fW7BhmwMU4XEEe2y9dSimPMutw64AjpHTNHqIVgRL4KyUHc1tkOxSursdq05zGJtnSmy5y1R2PleVmNw==
276277

277-
"@logux/client@logux/client#next":
278-
version "0.9.3"
279-
resolved "https://codeload.github.com/logux/client/tar.gz/4ecece0889e8f94045ba0812f1999f49a8191dcb"
278+
"@logux/client@^0.10.0":
279+
version "0.10.0"
280+
resolved "https://registry.yarnpkg.com/@logux/client/-/client-0.10.0.tgz#34f8d9ac95bf442b1250115b28de7b44924fbdcc"
281+
integrity sha512-t/TY5oF+xrPT3BPzQfrix8rthHTe5ffMmRQGLbGdO+mONlvivSeD9JpGyUPuBOIoalOFg83dMd5da/fzltvPjA==
280282
dependencies:
281-
"@logux/actions" logux/actions
283+
"@logux/actions" "^0.1.0"
282284
fast-json-stable-stringify "^2.1.0"
283285
nanodelay "^2.0.0"
284286
nanoevents "^6.0.0"
285287
nanoid "^3.1.22"
286288

287-
"@logux/core@logux/core#next":
288-
version "0.6.2"
289-
resolved "https://codeload.github.com/logux/core/tar.gz/89c7d68269ce4c99bce015d5f05efaa11df134bf"
289+
"@logux/core@^0.7.0":
290+
version "0.7.0"
291+
resolved "https://registry.yarnpkg.com/@logux/core/-/core-0.7.0.tgz#b167e97127f2eb9b9faf37ca637ce929aa6e5f3e"
292+
integrity sha512-vUpJ3KBlPoIqSpvNxf9hTUVT8zn1eNRAE8p4mbHbaOyNVEE9LQpYnBqxm6yQxcojhz/I/3NdeaBY0F2XbAwJsg==
290293
dependencies:
291294
nanoevents "^6.0.0"
292295

0 commit comments

Comments
 (0)