Skip to content

Commit da88e5c

Browse files
committed
chore: Consistency in dependencies
1 parent dddce06 commit da88e5c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
"playground:develop": "cd playground && yarn develop"
2525
},
2626
"dependencies": {
27+
"chalk": "^4.1.2",
2728
"cli-table": "^0.3.6",
29+
"commander": "^8.3.0",
30+
"inquirer": "^8.2.0",
2831
"immutable": "^3.8.2",
2932
"react-diff-viewer": "^3.1.1",
3033
"redux-immutable": "^4.0.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3868,7 +3868,7 @@ capture-exit@^2.0.0:
38683868
dependencies:
38693869
rsvp "^4.8.4"
38703870

3871-
[email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
3871+
[email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
38723872
version "4.1.2"
38733873
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
38743874
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -6735,7 +6735,7 @@ ini@^1.3.4, ini@~1.3.0:
67356735
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
67366736
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
67376737

6738-
6738+
[email protected], inquirer@^8.2.0:
67396739
version "8.2.0"
67406740
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.0.tgz#f44f008dd344bbfc4b30031f45d984e034a3ac3a"
67416741
integrity sha512-0crLweprevJ02tTuA6ThpoAERAGyVILC4sS74uib58Xf/zSr1/ZWtmm7D5CI+bSQEaA04f0K7idaHpQbSWgiVQ==

0 commit comments

Comments
 (0)