mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-05 03:56:26 +03:00
fix package.json (#18092)
This is currently preventing BlackDuck from running.
This commit is contained in:
parent
7dc3439c9a
commit
730d377f23
@ -6,7 +6,8 @@
|
||||
"version": "0.0.0",
|
||||
"resolutions": {
|
||||
"@bazel/typescript/**/protobufjs": "^6.10.3",
|
||||
"**/glob-parent": "^5.1.2"
|
||||
"**/glob-parent": "^5.1.2",
|
||||
"semver": "5.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mixer/parallel-prettier": "^2.0.1",
|
||||
@ -37,8 +38,5 @@
|
||||
"devDependencies": {
|
||||
"@bazel/hide-bazel-files": "1.7.0",
|
||||
"@bazel/typescript": "4.6.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"semver": "5.7.2"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user