Skip to content

Commit 3626021

Browse files
author
Eduard Aksamitov
committed
build(deps): bump & cleanup
1 parent 3e66bd1 commit 3626021

File tree

2 files changed

+627
-2695
lines changed

2 files changed

+627
-2695
lines changed

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,36 +25,35 @@
2525
"peerDependencies": {
2626
"@logux/client": "logux/client#next",
2727
"@logux/core": "logux/core#next",
28-
"vue": ">=3.0.6"
28+
"vue": ">=3.0.11"
2929
},
3030
"dependencies": {
31-
"@vue/devtools-api": "^6.0.0-beta.7"
31+
"@vue/devtools-api": "^6.0.0-beta.8"
3232
},
3333
"devDependencies": {
3434
"@logux/client": "logux/client#next",
3535
"@logux/core": "logux/core#next",
36-
"@logux/eslint-config": "^44.1.2",
37-
"@logux/sharec-config": "^0.8.5",
38-
"@typescript-eslint/eslint-plugin": "^4.15.2",
39-
"@typescript-eslint/parser": "^4.15.2",
36+
"@logux/eslint-config": "^45.4.1",
37+
"@logux/sharec-config": "^0.10.1",
38+
"@typescript-eslint/eslint-plugin": "^4.22.0",
39+
"@typescript-eslint/parser": "^4.22.0",
4040
"check-dts": "^0.4.4",
41-
"eslint": "^7.20.0",
41+
"eslint": "^7.25.0",
4242
"eslint-config-standard": "^16.0.2",
4343
"eslint-plugin-import": "^2.22.1",
44-
"eslint-plugin-jest": "^24.1.5",
44+
"eslint-plugin-jest": "^24.3.5",
4545
"eslint-plugin-node": "^11.1.0",
4646
"eslint-plugin-prefer-let": "^1.1.0",
4747
"eslint-plugin-prettierx": "^0.17.1",
48-
"eslint-plugin-promise": "^4.3.1",
48+
"eslint-plugin-promise": "^5.1.0",
4949
"eslint-plugin-security": "^1.4.0",
50-
"eslint-plugin-unicorn": "^28.0.2",
51-
"husky": "^4.3.0",
52-
"jest": "^26.6.3",
50+
"eslint-plugin-unicorn": "^31.0.0",
5351
"lint-staged": "^10.5.4",
54-
"ts-jest": "^26.5.2",
55-
"typescript": "^4.2.2",
56-
"vue": "^3.0.5",
57-
"yaspeller": "^7.0.0"
52+
"typescript": "^4.2.4",
53+
"vue": "^3.0.10",
54+
"yaspeller": "^7.0.0",
55+
"prettier": "^2.2.1",
56+
"simple-git-hooks": "^2.4.1"
5857
},
5958
"husky": {
6059
"hooks": {

0 commit comments

Comments
 (0)