Skip to content

Commit

Permalink
Merge pull request #1198 from qdraw/feature/202307_npm_update
Browse files Browse the repository at this point in the history
update npm packages
  • Loading branch information
qdraw authored Jul 21, 2023
2 parents 9a77614 + 823130e commit 9a7b861
Show file tree
Hide file tree
Showing 34 changed files with 9,079 additions and 7,559 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/developer-guide/azure-devops/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ So **no** desktop application is build. This is referenced by: `pipelines/azure/
The following variables are used:

- `$(STARSKY_SONAR_KEY)` - project key for sonarcloud
- `$(STARSKY_SONAR_LOGIN)` - login key for sonarcloud
- `$(STARSKY_SONAR_TOKEN)` - login key for sonarcloud
- `$(STARSKY_SONAR_ORGANISATION)` - organisation in sonarcloud

### azure-pipelines-starsky-shared-web-only
Expand Down
4 changes: 3 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ Semantic Versioning 2.0.0 is from version 0.1.6+

## version 0.5.10 - 2023-07-?? {#v0.5.10}

- [x] (Changed) _Back-end_ [Upgrade to .NET 6 - SDK 6.0.410 (Runtime: 6.0.16)](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.18/6.0.18.md) (PR #1178)
- [x] (Changed) _Back-end_ Upgrade to .NET 6 - SDK 6.0.410 (Runtime: 6.0.16 (PR #1178)
- [x] (Changed) _Back-end_ [Upgrade to .NET 6 - SDK 6.0.412 (Runtime: 6.0.20)](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.20/6.0.20.md) (PR #1193)
- [x] (Changed) _Front-end_ Upgrade npm packages (PR #1198)
- [x] (Changed) _Back-end_ Sonarqube settings from sonar.login to sonar.token (PR #1198)

## version 0.5.9 - 2023-05-18 {#v0.5.9}

Expand Down
21 changes: 12 additions & 9 deletions starsky-tools/dropbox-import/package-lock.json

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

2 changes: 1 addition & 1 deletion starsky-tools/dropbox-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"axios": "^1.4.0",
"dotenv": "^16.0.3"
"dotenv": "^16.3.1"
},
"author": "",
"license": "ISC"
Expand Down
Loading

1 comment on commit 9a7b861

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.