Skip to content

Commit

Permalink
chore(deps-dev:) bump (#82)
Browse files Browse the repository at this point in the history
## πŸ’Œ Description

dev deps bump

## πŸ—οΈ Type of change

<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->

- [ ] πŸ“š Examples / docs / tutorials
- [ ] πŸ› Bug fix (non-breaking change which fixes an issue)
- [ ] πŸ₯‚ Improvement (non-breaking change which improves an existing
feature)
- [ ] πŸš€ New feature (non-breaking change which adds functionality)
- [ ] πŸ’₯ Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🚨 Security fix
- [x] ⬆️ Dependencies update

## βœ”οΈ Checklist

<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->

- [ ] I've read the [`Code of
Conduct`](https://github.com/raven-actions/publish-and-tag/blob/main/.github/CODE_OF_CONDUCT.md)
document.
- [ ] I've read the
[`Contributing`](https://github.com/raven-actions/publish-and-tag/blob/main/.github/CONTRIBUTING.md)
guide.
  • Loading branch information
DariuszPorowski authored Mar 9, 2024
1 parent be8a39b commit a481a37
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 68 deletions.
155 changes: 90 additions & 65 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
"@types/js-yaml": "^4.0.9",
"@types/semver": "^7.5.8",
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"js-yaml": "^4.1.0",
"nock": "^13.5.3",
"nock": "^13.5.4",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}

0 comments on commit a481a37

Please sign in to comment.