Skip to content

Commit

Permalink
fix(deps): update linters (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent 1710ae7 commit 7a12d35
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 170 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@web-configs/babel-preset": "workspace:*",
"@web-configs/eslint-plugin": "workspace:*",
"@web-configs/prettier": "workspace:*",
"eslint": "^8.52.0",
"eslint": "^8.54.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"jest": "^29.7.0",
"lerna": "^7.4.2",
"plop": "^3.1.2",
"prettier": "^3.0.3"
"prettier": "^3.1.0"
},
"prettier": "@web-configs/prettier"
}
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"eslint": "^8.52.0"
"eslint": "^8.54.0"
},
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
"@babel/eslint-plugin": "^7.23.5",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"change-case": "^4.1.2",
"common-tags": "^1.8.2",
"eslint-config-prettier": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"stylelint-config-prettier": "^9.0.5",
"stylelint-high-performance-animation": "^1.9.0",
"stylelint-order": "^6.0.3",
"stylelint-prettier": "^4.0.2",
"stylelint-scss": "^5.3.0"
"stylelint-prettier": "^4.1.0",
"stylelint-scss": "^5.3.1"
},
"peerDependencies": {
"stylelint": ">=15.11.0"
Expand Down
Loading

0 comments on commit 7a12d35

Please sign in to comment.