Skip to content

Commit

Permalink
Merge pull request #69 from grafana/jackw/fix-deps
Browse files Browse the repository at this point in the history
Templates: move @types/lodash and add react and react-dom to dependencies
  • Loading branch information
jackw authored Oct 17, 2022
2 parents b83d0a8 + 9a3eae6 commit 1e86304
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions templates/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/glob": "^8.0.0",
"@types/jest": "^27.4.1",{{#if_eq pluginType "app"}}
"@types/jest": "^27.4.1",
"@types/lodash": "latest",{{#if_eq pluginType "app"}}
"@types/react-router-dom": "^5.3.3",{{/if_eq}}
"@types/node": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^4.33.0",
Expand Down Expand Up @@ -62,8 +63,8 @@
"@grafana/data": "{{ grafanaVersion }}",
"@grafana/runtime": "{{ grafanaVersion }}",
"@grafana/ui": "{{ grafanaVersion }}",
"@types/lodash": "latest"{{#if_eq pluginType "app"}},
"react-router-dom": "^5.2.0"
{{/if_eq}}
"react": "17.0.2",
"react-dom": "17.0.2"{{#if_eq pluginType "app"}},
"react-router-dom": "^5.2.0"{{/if_eq}}
}
}

0 comments on commit 1e86304

Please sign in to comment.