Skip to content

Commit 8300f69

Browse files
committed
Added resolution for underscore version bump
1 parent b202afb commit 8300f69

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
},
1919
"author": "[email protected]",
2020
"license": "Apache-2.0",
21+
"engines": {
22+
"node": ">=18"
23+
},
2124
"devDependencies": {
2225
"@babel/core": "^7.16.7",
2326
"@grafana/e2e": "9.3.8",
@@ -54,15 +57,15 @@
5457
"webpack-cli": "^4.9.2",
5558
"webpack-livereload-plugin": "^3.0.2"
5659
},
57-
"engines": {
58-
"node": ">=18"
59-
},
6060
"dependencies": {
6161
"@emotion/css": "^11.1.3",
6262
"@grafana/data": "latest",
6363
"@grafana/runtime": "latest",
6464
"@grafana/ui": "latest",
6565
"react": "17.0.2",
6666
"react-dom": "17.0.2"
67+
},
68+
"resolutions": {
69+
"underscore": "1.12.1"
6770
}
6871
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9458,10 +9458,10 @@ unbox-primitive@^1.0.2:
94589458
has-symbols "^1.0.3"
94599459
which-boxed-primitive "^1.0.2"
94609460

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

94669466
unicode-canonical-property-names-ecmascript@^2.0.0:
94679467
version "2.0.0"

0 commit comments

Comments
 (0)