Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7335e86

Browse files
update .gitignore to exclude .vscode directory and package-lock.json; bump .NET nuget packages; npm dev deps
1 parent e917078 commit 7335e86

File tree

5 files changed

+63
-57
lines changed

5 files changed

+63
-57
lines changed

‎.gitignore

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
## Ignore Visual Studio temporary files, build results, and
2-
## files generated by popular Visual Studio add-ons.
3-
4-
# User-specific files
1+
# Editor directories and files
2+
.idea
53
*.suo
64
*.user
75
*.userosscache
6+
*.sln
87
*.sln.docstates
8+
*.ntvs*
9+
*.njsproj
10+
.vscode
911

1012
# File generated by NuGet package AspNetCore.HealthChecks.UI
1113
healthchecksdb
@@ -28,7 +30,9 @@ bld/
2830
# Visual Studio 2015 cache/options directory
2931
.vs/
3032
/wwwroot/dist/
33+
/ClientApp/dist/
3134
/GhostUI/wwwroot/dist
35+
/GhostUI/ClientApp/dist
3236

3337
# MSTest test Results
3438
[Tt]est[Rr]esult*/
@@ -197,6 +201,8 @@ ClientBin/
197201
*.publishsettings
198202
node_modules/
199203
orleans.codegen.cs
204+
.DS_Store
205+
package-lock.json
200206

201207
# Since there are multiple workflows, uncomment next line to ignore bower_components
202208
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)

‎GhostUI/ClientApp/package-lock.json

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

‎GhostUI/ClientApp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"devDependencies": {
3232
"@testing-library/jest-dom": "^5.11.9",
3333
"@types/jest": "^26.0.20",
34-
"@typescript-eslint/eslint-plugin": "^4.15.1",
35-
"@typescript-eslint/parser": "^4.15.1",
34+
"@typescript-eslint/eslint-plugin": "^4.15.2",
35+
"@typescript-eslint/parser": "^4.15.2",
3636
"@vue/cli-plugin-babel": "^4.5.11",
3737
"@vue/cli-plugin-e2e-nightwatch": "^4.5.11",
3838
"@vue/cli-plugin-eslint": "^4.5.11",
@@ -49,8 +49,8 @@
4949
"node-sass": "^5.0.0",
5050
"prettier": "^2.2.1",
5151
"sass-loader": "^10.1.1",
52-
"ts-jest": "^26.5.1",
53-
"typescript": "^4.1.5",
52+
"ts-jest": "^26.5.2",
53+
"typescript": "^4.2.2",
5454
"vue-svg-loader": "^0.16.0",
5555
"vue-template-compiler": "^2.6.12",
5656
"vuex-module-decorators": "^1.0.1"

‎GhostUI/GhostUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<PackageReference Include="AspNetCore.HealthChecks.UI" Version="5.0.1" />
2222
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="5.0.1" />
2323
<PackageReference Include="AspNetCore.HealthChecks.UI.InMemory.Storage" Version="5.0.1" />
24-
<PackageReference Include="NSwag.AspNetCore" Version="13.10.4" />
25-
<PackageReference Include="NSwag.MSBuild" Version="13.10.4">
24+
<PackageReference Include="NSwag.AspNetCore" Version="13.10.6" />
25+
<PackageReference Include="NSwag.MSBuild" Version="13.10.6">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2828
</PackageReference>

‎GhostUI/wwwroot/docs/api-specification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"x-generator": "NSwag v13.10.4.0 (NJsonSchema v10.3.7.0 (Newtonsoft.Json v12.0.0.0))",
2+
"x-generator": "NSwag v13.10.6.0 (NJsonSchema v10.3.8.0 (Newtonsoft.Json v12.0.0.0))",
33
"openapi": "3.0.0",
44
"info": {
55
"title": "GhostUI API",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /