Skip to content

Commit b640bec

Browse files
committed
bump node dev deps and deps; bump .NET nuget packages
1 parent 2afd8c3 commit b640bec

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

GhostUI/ClientApp/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@fortawesome/free-brands-svg-icons": "^5.15.3",
1616
"@fortawesome/free-solid-svg-icons": "^5.15.3",
1717
"@fortawesome/vue-fontawesome": "^2.0.2",
18-
"@microsoft/signalr": "^5.0.4",
18+
"@microsoft/signalr": "^5.0.5",
1919
"axios": "^0.21.1",
2020
"bulma": "^0.9.2",
21-
"core-js": "^3.9.1",
21+
"core-js": "^3.10.1",
2222
"register-service-worker": "^1.7.2",
2323
"vue": "^2.6.12",
2424
"vue-class-component": "^7.2.6",
@@ -29,10 +29,10 @@
2929
"vuex": "^3.6.2"
3030
},
3131
"devDependencies": {
32-
"@testing-library/jest-dom": "^5.11.9",
33-
"@types/jest": "^26.0.21",
34-
"@typescript-eslint/eslint-plugin": "^4.18.0",
35-
"@typescript-eslint/parser": "^4.18.0",
32+
"@testing-library/jest-dom": "^5.11.10",
33+
"@types/jest": "^26.0.22",
34+
"@typescript-eslint/eslint-plugin": "^4.21.0",
35+
"@typescript-eslint/parser": "^4.21.0",
3636
"@vue/cli-plugin-babel": "^4.5.12",
3737
"@vue/cli-plugin-e2e-nightwatch": "^4.5.12",
3838
"@vue/cli-plugin-eslint": "^4.5.12",
@@ -43,14 +43,14 @@
4343
"@vue/eslint-config-prettier": "^6.0.0",
4444
"@vue/eslint-config-typescript": "^7.0.0",
4545
"@vue/test-utils": "1.1.3",
46-
"eslint": "^7.22.0",
46+
"eslint": "^7.24.0",
4747
"eslint-plugin-prettier": "^3.3.1",
48-
"eslint-plugin-vue": "^7.7.0",
48+
"eslint-plugin-vue": "^7.8.0",
4949
"node-sass": "^5.0.0",
5050
"prettier": "^2.2.1",
5151
"sass-loader": "^10.1.1",
5252
"ts-jest": "^26.5.4",
53-
"typescript": "^4.2.3",
53+
"typescript": "^4.2.4",
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.8" />
25-
<PackageReference Include="NSwag.MSBuild" Version="13.10.8">
24+
<PackageReference Include="NSwag.AspNetCore" Version="13.10.9" />
25+
<PackageReference Include="NSwag.MSBuild" Version="13.10.9">
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.8.0 (NJsonSchema v10.3.11.0 (Newtonsoft.Json v12.0.0.0))",
2+
"x-generator": "NSwag v13.10.9.0 (NJsonSchema v10.4.1.0 (Newtonsoft.Json v12.0.0.0))",
33
"openapi": "3.0.0",
44
"info": {
55
"title": "GhostUI API",

0 commit comments

Comments
 (0)