Skip to content

Commit 1af5a2e

Browse files
Piyush Singh GaurPiyush Singh Gaur
authored andcommitted
revert(chore): downgrade tar due to lerna release incompatibility
downgrade tar due to lerna release incompatibility GH-2405
1 parent 93e995a commit 1af5a2e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
}
3030
},
3131
"overrides": {
32-
"tar": "^7.5.7",
3332
"semver": "^7.5.4",
3433
"multer": "^2.0.2",
3534
"tough-cookie": "^4.1.3",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"semver": "^7.5.4",
5353
"simple-git": "^3.19.1",
5454
"sinon": "^15.2.0",
55-
"tar": "^7.5.7",
55+
"tar": "^6.2.0",
5656
"ts-morph": "^19.0.0",
5757
"tslib": "^2.6.2",
5858
"yeoman-environment": "^3.19.3",
@@ -269,4 +269,4 @@
269269
"@types/aws-lambda": "^8.10.110"
270270
}
271271
}
272-
}
272+
}

sandbox/telemed-app/backend/authentication-service/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
"postman-request": {
111111
"qs": "^6.14.1"
112112
},
113-
"tar": "^7.5.7",
114-
"semver": "^7.5.4"
113+
"semver": "^7.5.4"
115114
}
116115
}

0 commit comments

Comments
 (0)