Skip to content

Commit

Permalink
Bump typescript-eslint to ^8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent d6b78a3 commit dc5ed22
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 88 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
"@types/requestidlecallback": "^0.3.7",
"@types/sinon": "^17.0.3",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"autoprefixer": "^10.4.20",
"axe-core": "4.10.0",
"babel-loader": "^9.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "src/index.js",
"devDependencies": {
"@types/eslint": "^8.56.12",
"@typescript-eslint/utils": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0"
"@typescript-eslint/utils": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0"
},
"scripts": {
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/eslint-plugin-material-ui/**/*.test.js' --timeout 3000"
Expand Down
Loading

0 comments on commit dc5ed22

Please sign in to comment.