Skip to content

Commit

Permalink
Merge pull request #1603 from qdraw/feature/202406_npm_update
Browse files Browse the repository at this point in the history
upgrade npm
  • Loading branch information
qdraw authored Jun 12, 2024
2 parents 314fa5d + 378da12 commit b065ad1
Show file tree
Hide file tree
Showing 14 changed files with 1,739 additions and 1,687 deletions.
1,773 changes: 894 additions & 879 deletions documentation/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^1.1.0",
"@docusaurus/core": "3.3.2",
"@docusaurus/preset-classic": "3.3.2",
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
Expand Down
4 changes: 2 additions & 2 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Semantic Versioning 2.0.0 is from version 0.1.6+

## version 0.6.2 - _(Unreleased)_ - 2024-06-?? {#v0.6.2}

- [x] (Changed) Back-end Upgrade to .NET 8 - SDK 8.0.302 (Runtime: 8.0.6) (PR #1601)

- [x] (Changed) _Back-end_ Upgrade to .NET 8 - SDK 8.0.302 (Runtime: 8.0.6) (PR #1601)
- [x] (Changed) _Front-end_ Upgrade npm packages (PR #1603)

## version 0.6.1 - _(Unreleased)_ - 2024-05-16 {#v0.6.1}

Expand Down
18 changes: 9 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 @@ -10,7 +10,7 @@
"update:install": "npx --yes npm-check-updates -u && npm install"
},
"dependencies": {
"axios": "^1.6.8",
"axios": "^1.7.2",
"dotenv": "^16.4.5"
},
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions starsky-tools/localtunnel/package-lock.json

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

4 changes: 2 additions & 2 deletions starsky-tools/mail/package-lock.json

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

18 changes: 9 additions & 9 deletions starsky-tools/mock/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/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"ws": "^8.16.0"
"ws": "^8.17.0"
}
}
4 changes: 2 additions & 2 deletions starsky-tools/sync/package-lock.json

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

32 changes: 16 additions & 16 deletions starsky-tools/thumbnail/package-lock.json

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

4 changes: 2 additions & 2 deletions starsky-tools/thumbnail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"license": "ISC",
"dependencies": {
"@types/jpeg-autorotate": "^5.0.3",
"axios": "^1.6.8",
"axios": "^1.7.2",
"cwait": "^1.1.2",
"dotenv": "^16.4.5",
"jimp": "^0.22.12",
"jpeg-autorotate": "^9.0.0",
"p-iteration": "^1.1.8"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.14.2",
"concurrently": "^8.2.2",
"typescript": "^5.4.5"
}
Expand Down
Loading

1 comment on commit b065ad1

@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.