Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#732)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 47a0b8a commit cf48e9b
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
md5sum gambling-script/*
zip -r gambling-script-${{ env.RELEASE_VERSION }}.zip gambling-script
- name: Release
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.0
if: startsWith(github.ref, 'refs/tags/')
with:
files: gambling-script-${{ env.RELEASE_VERSION }}.zip
Expand Down
210 changes: 96 additions & 114 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@types/copy-webpack-plugin": "10.1.3",
"@types/jest": "29.5.14",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
Expand Down

0 comments on commit cf48e9b

Please sign in to comment.