Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit cd85a37

Browse files
Fix/v2 (#309)
* npm updates (#307) Co-authored-by: Dariusz Porowski <Dariusz.Porowski@microsoft.com> * Update README.md (#308) This branch has been merged Co-authored-by: Dariusz Porowski <Dariusz.Porowski@microsoft.com> Co-authored-by: Johan Myburgh <myburgh@gmail.com>
1 parent ebefce6 commit cd85a37

4 files changed

Lines changed: 123 additions & 82 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"hashicorp.terraform",
2222
"ms-azuretools.vscode-docker",
2323
"ms-vscode.vscode-node-azure-pack",
24-
"ms-azuretools.vscode-azureterraform"
24+
"ms-azuretools.vscode-azureterraform",
25+
"msjsdiag.debugger-for-edge"
2526
],
2627

2728
// Use 'forwardPorts' to make a list of ports inside the container available locally.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ It is useful but not required to have a basic knowledge of the following topics:
4646
## Resources
4747

4848
The provisioning of this environment for proctors can be found in the [DevOps Openhack Proctor](https://github.com/Azure-Samples/openhack-devops-proctor) Github repository.
49-
> **Note**: During the Dry Run relevant code can be found in the **openhack_refresh** branch. Post Dry Run these changes will be committed to master.

apis/userprofile/package-lock.json

Lines changed: 118 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/userprofile/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"swagger-ui-express": "^3.0.10",
1717
"swaggerize-express": "^4.0.5",
1818
"swagmock": "1.0.0",
19-
"tedious": "^2.6.4"
19+
"tedious": "^2.6.4",
20+
"trim": "^1.0.1"
2021
},
2122
"devDependencies": {
2223
"eslint": "6.8.0",
@@ -25,7 +26,7 @@
2526
"nyc": "15.0.1",
2627
"supertest": "4.0.2",
2728
"swagger-parser": "9.0.1",
28-
"tap-junit": "3.1.2",
29+
"tap-junit": "^5.0.1",
2930
"tape": "5.0.0"
3031
},
3132
"nyc": {

0 commit comments

Comments
 (0)