Skip to content

Commit

Permalink
Merge pull request #36 from grafana/ash/bump-deps
Browse files Browse the repository at this point in the history
Chore: bump deps and release new major version
  • Loading branch information
ashharrison90 authored Jan 10, 2024
2 parents 6a458bb + 3c7f885 commit e092c76
Show file tree
Hide file tree
Showing 2 changed files with 665 additions and 227 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/eslint-config",
"version": "6.0.1",
"version": "7.0.0",
"description": "Grafana's ESLint config",
"keywords": [
"grafana",
Expand All @@ -21,13 +21,13 @@
"index.js"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"eslint": "8.42.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.52.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jsdoc": "46.2.6",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"typescript": "4.8.4"
"typescript": "5.2.2"
}
}
Loading

0 comments on commit e092c76

Please sign in to comment.