Skip to content

Commit

Permalink
Added resolution for underscore version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jmakar-s1 committed Mar 23, 2023
1 parent b202afb commit 8300f69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
},
"author": "[email protected]",
"license": "Apache-2.0",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@grafana/e2e": "9.3.8",
Expand Down Expand Up @@ -54,15 +57,15 @@
"webpack-cli": "^4.9.2",
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@grafana/data": "latest",
"@grafana/runtime": "latest",
"@grafana/ui": "latest",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"resolutions": {
"underscore": "1.12.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9458,10 +9458,10 @@ unbox-primitive@^1.0.2:
has-symbols "^1.0.3"
which-boxed-primitive "^1.0.2"

[email protected]:
version "1.7.0"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.7.0.tgz#6bbaf0877500d36be34ecaa584e0db9fef035209"
integrity sha512-cp0oQQyZhUM1kpJDLdGO1jPZHgS/MpzoWYfe9+CM2h/QGDZlqwT2T3YGukuBdaNJ/CAPoeyAZRRHz8JFo176vA==
underscore@1.12.1, underscore@1.7.0:
version "1.12.1"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==

unicode-canonical-property-names-ecmascript@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 8300f69

Please sign in to comment.