Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 4, 2024
1 parent 650560a commit 8a4003b
Show file tree
Hide file tree
Showing 5 changed files with 856 additions and 745 deletions.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import loguxConfig from '@logux/eslint-config'

export default [...loguxConfig]
2 changes: 1 addition & 1 deletion lib/safe-parser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let tokenizer = require('postcss/lib/tokenize')
let Comment = require('postcss/lib/comment')
let Parser = require('postcss/lib/parser')
let tokenizer = require('postcss/lib/tokenize')

class SafeParser extends Parser {
checkMissedSemicolon() {}
Expand Down
26 changes: 4 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,10 @@
"postcss": "^8.4.31"
},
"devDependencies": {
"@logux/eslint-config": "^52.0.1",
"clean-publish": "^4.2.0",
"eslint": "^8.51.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^2.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"postcss": "^8.4.31",
"@logux/eslint-config": "^53.4.0",
"clean-publish": "^5.0.0",
"eslint": "^9.11.1",
"postcss": "^8.4.47",
"postcss-parser-tests": "^8.8.0"
},
"prettier": {
Expand All @@ -62,17 +55,6 @@
"singleQuote": true,
"trailingComma": "none"
},
"eslintConfig": {
"extends": "@logux/eslint-config"
},
"jest": {
"testEnvironment": "node",
"coverageThreshold": {
"global": {
"statements": 100
}
}
},
"clean-publish": {
"cleanDocs": true
}
Expand Down
Loading

0 comments on commit 8a4003b

Please sign in to comment.