Skip to content

Commit

Permalink
Add underscore to resolutions in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgepoet committed Nov 9, 2023
1 parent 6e66556 commit e692cac
Show file tree
Hide file tree
Showing 2 changed files with 961 additions and 809 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@emotion/css": "^11.1.3",
"@grafana/aws-sdk": "0.3.0",
"@grafana/data": "9.3.2",
"@grafana/e2e": "9.3.2",
"@grafana/e2e": "10.2.0",
"@grafana/e2e-selectors": "9.3.2",
"@grafana/eslint-config": "^6.0.1",
"@grafana/runtime": "9.3.2",
Expand Down Expand Up @@ -78,7 +78,8 @@
"resolutions": {
"cosmiconfig": "8.3.6",
"debug": "2.6.9",
"d3-color": "3.1.0"
"d3-color": "3.1.0",
"underscore": "1.12.1"
},
"dependencies": {
"@grafana/experimental": "1.7.3",
Expand Down
Loading

0 comments on commit e692cac

Please sign in to comment.