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

Commit

Permalink
Fix/v2 (#309)
Browse files Browse the repository at this point in the history
* npm updates (#307)

Co-authored-by: Dariusz Porowski <[email protected]>

* Update README.md (#308)

This branch has been merged

Co-authored-by: Dariusz Porowski <[email protected]>
Co-authored-by: Johan Myburgh <[email protected]>
  • Loading branch information
3 people authored Sep 22, 2021
1 parent ebefce6 commit cd85a37
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 82 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"hashicorp.terraform",
"ms-azuretools.vscode-docker",
"ms-vscode.vscode-node-azure-pack",
"ms-azuretools.vscode-azureterraform"
"ms-azuretools.vscode-azureterraform",
"msjsdiag.debugger-for-edge"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ It is useful but not required to have a basic knowledge of the following topics:
## Resources

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.
> **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.
196 changes: 118 additions & 78 deletions apis/userprofile/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions apis/userprofile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"swagger-ui-express": "^3.0.10",
"swaggerize-express": "^4.0.5",
"swagmock": "1.0.0",
"tedious": "^2.6.4"
"tedious": "^2.6.4",
"trim": "^1.0.1"
},
"devDependencies": {
"eslint": "6.8.0",
Expand All @@ -25,7 +26,7 @@
"nyc": "15.0.1",
"supertest": "4.0.2",
"swagger-parser": "9.0.1",
"tap-junit": "3.1.2",
"tap-junit": "^5.0.1",
"tape": "5.0.0"
},
"nyc": {
Expand Down

0 comments on commit cd85a37

Please sign in to comment.