Skip to content

Commit

Permalink
feat(create-plugin): add peerDependences for grafana eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Nov 26, 2024
1 parent 30713ee commit 39fcb1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/create-plugin/templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@grafana/plugin-e2e": "^1.12.2",{{/if}}
"@grafana/tsconfig": "^2.0.0",{{#if usePlaywright}}
"@playwright/test": "^1.41.2",{{/if}}
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@swc/core": "^1.3.90",
"@swc/helpers": "^0.5.0",
"@swc/jest": "^0.2.26",
Expand All @@ -34,8 +35,15 @@
"@types/node": "^20.8.7",{{#unless useReactRouterV6}}
"@types/react-router-dom": "^{{ reactRouterVersion }}",{{/unless}}
"@types/testing-library__jest-dom": "5.14.8",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsdoc": "^46.8.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
Expand Down

0 comments on commit 39fcb1e

Please sign in to comment.