Skip to content

Commit

Permalink
chore(npm): update dependencies (#24)
Browse files Browse the repository at this point in the history
<!-- CLICK "Preview" FOR INSTRUCTIONS IN A MORE READABLE FORMAT -->

## Proposed changes

Describe the big picture of your changes here to communicate to the 
maintainers why we should accept this pull request. If it fixes a bug 
or resolves a feature request, be sure to link to that issue.

## Types of changes

What types of changes does your code introduce?

_Put an `x` in the boxes that apply_

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)

## Checklist

_Put an `x` in the boxes that apply. You can also fill these out after 
creating the PR. If you're unsure about any of them, don't hesitate to
ask.
We're here to help! This is simply a reminder of what we are going to
look
for before merging your code._

- [ ] I have read the
[CONTRIBUTING](https://github.com/AthennaIO/View/blob/master/CONTRIBUTING.md)
documentation
- [ ] Lint and unit tests pass locally with my changes
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added necessary documentation (if appropriate)

## Further comments

If this is a relatively large or complex change, kick off the discussion
by
explaining why you chose the solution you did and what alternatives you 
considered, etc...
  • Loading branch information
jlenon7 authored Jan 6, 2024
1 parent 28eafac commit a791230
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 100 deletions.
161 changes: 66 additions & 95 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/view",
"version": "4.9.0",
"version": "4.10.0",
"description": "The Athenna template engine. Built on top of Edge.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -58,10 +58,10 @@
"edge.js": "^5.5.1"
},
"devDependencies": {
"@athenna/common": "^4.24.0",
"@athenna/config": "^4.10.0",
"@athenna/ioc": "^4.11.0",
"@athenna/test": "^4.16.0",
"@athenna/common": "^4.26.0",
"@athenna/config": "^4.11.0",
"@athenna/ioc": "^4.12.0",
"@athenna/test": "^4.17.0",
"@athenna/tsconfig": "^4.12.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
Expand Down

0 comments on commit a791230

Please sign in to comment.