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 Sep 25, 2023
1 parent e9a11f7 commit c013af6
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 186 deletions.
22 changes: 11 additions & 11 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": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@babel/eslint-parser": "8 || 10 || 7",
"eslint": "8.47.0",
"eslint": "8.50.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-jsx-control-statements": "3.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-webpack-plugin": "4.0.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@babel/core": "7.22.10",
"@babel/eslint-parser": "7.22.10",
"eslint": "8.47.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@babel/core": "7.23.0",
"@babel/eslint-parser": "7.22.15",
"eslint": "8.50.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-jsx-control-statements": "3.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-webpack-plugin": "4.0.1",
"prettier": "3.0.2",
"prettier": "3.0.3",
"semver": "7.5.4",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"dependencies": {
"eslint-config-prettier": "^9.0.0"
Expand Down
Loading

0 comments on commit c013af6

Please sign in to comment.