Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Mar 1, 2025
1 parent 214fc45 commit 9b6cf6f
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Run automated release process with semantic-release
if: github.event_name == 'push'
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/changelog
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@
},
"dependencies": {
"eslint-config-prettier": "^10.0.0",
"globals": "^15.9.0",
"globals": "^16.0.0",
"typescript-eslint": "^8.0.0"
},
"devDependencies": {
"eslint": "^9.0.0",
"typescript": "^5.0.0"
"typescript": "~5.7.0"
},
"scripts": {
"postinstall": "echo ''; echo ''; printf '%s' ' ✨ 🚀 ✨ Get 20% discount on Hostiger Web Hosting: https://hostinger.com/?REFERRALCODE=BKZHOSTINDAB ✨ 🚀 ✨'; echo ''; echo '';"
},
"prettier": {
"printWidth": 60,
Expand Down
Loading

0 comments on commit 9b6cf6f

Please sign in to comment.