Skip to content

Commit 8a4003b

Browse files
committed
Update dependencies
1 parent 650560a commit 8a4003b

File tree

5 files changed

+856
-745
lines changed

5 files changed

+856
-745
lines changed

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import loguxConfig from '@logux/eslint-config'
2+
3+
export default [...loguxConfig]

lib/safe-parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
let tokenizer = require('postcss/lib/tokenize')
21
let Comment = require('postcss/lib/comment')
32
let Parser = require('postcss/lib/parser')
3+
let tokenizer = require('postcss/lib/tokenize')
44

55
class SafeParser extends Parser {
66
checkMissedSemicolon() {}

package.json

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,10 @@
4141
"postcss": "^8.4.31"
4242
},
4343
"devDependencies": {
44-
"@logux/eslint-config": "^52.0.1",
45-
"clean-publish": "^4.2.0",
46-
"eslint": "^8.51.0",
47-
"eslint-config-standard": "^17.1.0",
48-
"eslint-plugin-import": "^2.28.1",
49-
"eslint-plugin-n": "^16.1.0",
50-
"eslint-plugin-node-import": "^1.0.4",
51-
"eslint-plugin-perfectionist": "^2.1.0",
52-
"eslint-plugin-prefer-let": "^3.0.1",
53-
"eslint-plugin-promise": "^6.1.1",
54-
"postcss": "^8.4.31",
44+
"@logux/eslint-config": "^53.4.0",
45+
"clean-publish": "^5.0.0",
46+
"eslint": "^9.11.1",
47+
"postcss": "^8.4.47",
5548
"postcss-parser-tests": "^8.8.0"
5649
},
5750
"prettier": {
@@ -62,17 +55,6 @@
6255
"singleQuote": true,
6356
"trailingComma": "none"
6457
},
65-
"eslintConfig": {
66-
"extends": "@logux/eslint-config"
67-
},
68-
"jest": {
69-
"testEnvironment": "node",
70-
"coverageThreshold": {
71-
"global": {
72-
"statements": 100
73-
}
74-
}
75-
},
7658
"clean-publish": {
7759
"cleanDocs": true
7860
}

0 commit comments

Comments
 (0)