Skip to content

Commit

Permalink
Update deps & misc
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Oct 21, 2023
1 parent 0262ba3 commit 4ee5ca3
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 32 deletions.
64 changes: 37 additions & 27 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/3urobeat",
"repository": "https://github.com/3urobeat/steam-comment-service-bot",
"devDependencies": {
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-plugin-jsdoc": "^46.8.2",
"tsd-jsdoc": "^2.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions src/data/fileStructure.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,12 @@
{
"path": "package-lock.json",
"url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/package-lock.json",
"checksum": "f8b9b1b8725562e47840937f2fce5572"
"checksum": "ee2daa9612dd6c5020571b3695a3252f"
},
{
"path": "package.json",
"url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/package.json",
"checksum": "b469fc7f41324624b456b0b401cde966"
"checksum": "ed5a56e37b5fd20ec75257c5f891c447"
},
{
"path": "scripts/README.md",
Expand Down Expand Up @@ -648,7 +648,7 @@
{
"path": "src/libraryPatches/README.md",
"url": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/src/libraryPatches/README.md",
"checksum": "16b893837633053d265f3dd6d8de96b8"
"checksum": "2c4baad1e1b0fa93057af168d761cab6"
},
{
"path": "src/libraryPatches/discussions.js",
Expand Down
2 changes: 1 addition & 1 deletion src/libraryPatches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ These patches have been applied in the past:
- Add full sharedfiles support: [#306](https://github.com/DoctorMcKay/node-steamcommunity/pull/306)
- Fix resolving vanity returning error: [#314](https://github.com/DoctorMcKay/node-steamcommunity/pull/314)
- Re-enable primaryGroup profile setting: [#287](https://github.com/DoctorMcKay/node-steamcommunity/pull/287) & [#307](https://github.com/DoctorMcKay/node-steamcommunity/pull/307)
- Add user/workshop follow & unfollow support: [#320](https://github.com/DoctorMcKay/node-steamcommunity/pull/320)
- Add user/workshop & curator follow & unfollow support: [#320](https://github.com/DoctorMcKay/node-steamcommunity/pull/320)

 

Expand Down

0 comments on commit 4ee5ca3

Please sign in to comment.