Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2023
1 parent ff3562a commit c8fddb4
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 190 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"node": "20.x"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/core": "7.22.10",
"@babel/eslint-parser": "7.22.10",
"@babel/preset-env": "7.22.10",
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@sitaggart/eslint-config": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"url": "https://github.com/SiTaggart/lint-config/issues"
},
"peerDependencies": {
"eslint": "8.36.0",
"prettier": "2.8.4"
"eslint": "8.46.0",
"prettier": "2.8.8"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"url": "https://github.com/SiTaggart/lint-config/issues"
},
"peerDependencies": {
"eslint": "8.36.0",
"prettier": "2.8.4"
"eslint": "8.46.0",
"prettier": "2.8.8"
},
"dependencies": {
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/core": "7.22.10",
"@babel/eslint-parser": "7.22.10",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard": "17.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "https://github.com/SiTaggart/lint-config/issues"
},
"peerDependencies": {
"prettier": "2.8.4"
"prettier": "2.8.8"
},
"gitHead": "5ab9ad16ed50b7f5fa90a71c9efb4cbd95569a43"
}
Loading

0 comments on commit c8fddb4

Please sign in to comment.