Skip to content

Commit a5ba59d

Browse files
committed
Update dependencies
1 parent 8f65800 commit a5ba59d

2 files changed

Lines changed: 1010 additions & 2034 deletions

File tree

package.json

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,19 @@
2626
"postcss": "^8.2.14"
2727
},
2828
"dependencies": {
29-
"postcss-selector-parser": "^6.0.6"
29+
"postcss-selector-parser": "^6.0.8"
3030
},
3131
"devDependencies": {
32-
"@logux/eslint-config": "^45.4.6",
33-
"clean-publish": "^2.2.0",
34-
"eslint": "^7.31.0",
32+
"@logux/eslint-config": "^46.1.1",
33+
"clean-publish": "^3.4.4",
34+
"eslint": "^8.5.0",
3535
"eslint-config-standard": "^16.0.3",
36-
"eslint-plugin-import": "^2.23.4",
37-
"eslint-plugin-jest": "^24.4.0",
36+
"eslint-plugin-import": "^2.25.3",
3837
"eslint-plugin-node": "^11.1.0",
39-
"eslint-plugin-prefer-let": "^1.1.0",
40-
"eslint-plugin-promise": "^5.1.0",
41-
"eslint-plugin-security": "^1.4.0",
42-
"eslint-plugin-unicorn": "^34.0.1",
43-
"jest": "^27.0.6",
44-
"lint-staged": "^11.1.1",
45-
"postcss": "^8.3.6",
46-
"postcss-sharec-config": "^0.4.1",
47-
"prettier": "^2.2.1",
48-
"simple-git-hooks": "^2.4.1"
49-
},
50-
"simple-git-hooks": {
51-
"pre-commit": "npx lint-staged"
38+
"eslint-plugin-prefer-let": "^3.0.1",
39+
"eslint-plugin-promise": "^6.0.0",
40+
"jest": "^27.4.5",
41+
"postcss": "^8.4.5"
5242
},
5343
"prettier": {
5444
"arrowParens": "avoid",
@@ -58,16 +48,14 @@
5848
"singleQuote": true,
5949
"trailingComma": "none"
6050
},
61-
"lint-staged": {
62-
"*.js": [
63-
"prettier --write",
64-
"eslint --fix"
65-
]
66-
},
6751
"eslintConfig": {
6852
"extends": "@logux/eslint-config",
6953
"rules": {
7054
"unicorn/better-regex": "off"
55+
},
56+
"globals": {
57+
"it": "readonly",
58+
"expect": "readonly"
7159
}
7260
},
7361
"jest": {
@@ -77,9 +65,5 @@
7765
"statements": 100
7866
}
7967
}
80-
},
81-
"sharec": {
82-
"config": "postcss-sharec-config",
83-
"version": "0.4.1"
8468
}
8569
}

0 commit comments

Comments
 (0)