Skip to content

Commit 4fbec85

Browse files
committed
fix: update yarn.lock with dataloader dependency entries
- Add [email protected] and dataloader@^2.2.2 entries to yarn.lock - Resolves CI formatting check failure caused by missing lockfile entries - Ensures yarn install doesn't modify lockfile during CI builds
1 parent e9a5b8b commit 4fbec85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4554,6 +4554,11 @@ dargs@^7.0.0:
45544554
resolved "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz"
45554555
integrity sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==
45564556

4557+
dataloader@^2.2.2:
4558+
version "2.2.3"
4559+
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.2.3.tgz#42d10b4913515f5b37c6acedcb4960d6ae1b1517"
4560+
integrity sha512-y2krtASINtPFS1rSDjacrFgn1dcUuoREVabwlOGOe4SdxenREqwjwjElAdwvbGM7kgZz9a3KVicWR7vcz8rnzA==
4561+
45574562
dateformat@^3.0.0:
45584563
version "3.0.3"
45594564
resolved "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz"

0 commit comments

Comments
 (0)