Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent b56efa7 commit c2e7c43
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 194 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.3.2
ruby 3.3.3
nodejs 20.14.0
14 changes: 7 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"test": "echo 'No tests on eslint-config'"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@babel/eslint-parser": "8 || 10 || 7",
"eslint": "8.57.0",
"eslint-plugin-flowtype": "8.0.3",
Expand All @@ -37,17 +37,17 @@
"typescript": "5.4.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@babel/core": "7.24.6",
"@babel/eslint-parser": "7.24.6",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"eslint": "8.57.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-jsx-control-statements": "3.0.0",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-webpack-plugin": "4.2.0",
"prettier": "3.3.0",
"prettier": "3.3.2",
"semver": "7.6.2",
"typescript": "5.4.5"
},
Expand Down
Loading

0 comments on commit c2e7c43

Please sign in to comment.