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 Jul 30, 2024
1 parent d1c2349 commit 6a3aab7
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 167 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.3.3
nodejs 20.15.0
ruby 3.3.4
nodejs 20.16.0
24 changes: 12 additions & 12 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@
"test": "echo 'No tests on eslint-config'"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@babel/eslint-parser": "8 || 10 || 7",
"eslint": "8.57.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-jsx-control-statements": "3.0.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-webpack-plugin": "4.2.0",
"typescript": "5.5.2"
"typescript": "5.5.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"eslint": "8.57.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-jsx-control-statements": "3.0.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-webpack-plugin": "4.2.0",
"prettier": "3.3.2",
"semver": "7.6.2",
"typescript": "5.5.2"
"prettier": "3.3.3",
"semver": "7.6.3",
"typescript": "5.5.4"
},
"dependencies": {
"eslint-config-prettier": "^9.0.0"
Expand Down
Loading

0 comments on commit 6a3aab7

Please sign in to comment.