Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 19, 2024
1 parent 76593a6 commit 80467c5
Show file tree
Hide file tree
Showing 3 changed files with 1,024 additions and 737 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]
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"postcss": "^8.2.14"
},
"dependencies": {
"postcss-selector-parser": "^6.0.13"
"postcss-selector-parser": "^6.1.1"
},
"devDependencies": {
"@logux/eslint-config": "^52.0.1",
"c8": "^8.0.1",
"clean-publish": "^4.2.0",
"eslint": "^8.51.0",
"@logux/eslint-config": "^53.2.1",
"c8": "^10.1.2",
"clean-publish": "^5.0.0",
"eslint": "^9.7.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.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",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-prefer-let": "^4.0.0",
"eslint-plugin-promise": "^6.4.0",
"postcss": "^8.4.39",
"uvu": "^0.5.6"
},
"prettier": {
Expand Down
Loading

0 comments on commit 80467c5

Please sign in to comment.