Skip to content

Commit 244b082

Browse files
authored
fix: pin import-in-the-middle to v2.0.0 (#7148)
Version 2.0.1 was just released which causes issue with some of our CI tests. It's too early to say if this is only a CI issue, but until we can investigate, it's better to pin it.
1 parent edfc7c6 commit 244b082

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
],
128128
"dependencies": {
129129
"dc-polyfill": "^0.1.10",
130-
"import-in-the-middle": "^2.0.0"
130+
"import-in-the-middle": "2.0.0"
131131
},
132132
"optionalDependencies": {
133133
"@datadog/libdatadog": "0.7.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,7 @@ import-fresh@^3.2.1:
26422642
parent-module "^1.0.0"
26432643
resolve-from "^4.0.0"
26442644

2645-
import-in-the-middle@^2.0.0:
2645+
import-in-the-middle@2.0.0:
26462646
version "2.0.0"
26472647
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-2.0.0.tgz#295948cee94d0565314824c6bd75379d13e5b1a5"
26482648
integrity sha512-yNZhyQYqXpkT0AKq3F3KLasUSK4fHvebNH5hOsKQw2dhGSALvQ4U0BqUc5suziKvydO5u5hgN2hy1RJaho8U5A==

0 commit comments

Comments
 (0)