Skip to content

Commit

Permalink
updating deps (#164)
Browse files Browse the repository at this point in the history
* updating deps

* fixing typo
  • Loading branch information
vlio20 authored Dec 23, 2023
1 parent ad980ac commit 4b1a69b
Show file tree
Hide file tree
Showing 5 changed files with 2,707 additions and 2,203 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ module.exports = {
'func-names': ['off'],
'import/extensions': ['off'],
'import/no-extraneous-dependencies': ['off'],
}
},
overrides: [{
files: [ '*.spec.ts' ],
rules: {
'@typescript-eslint/no-unused-vars': ['off']
}
}]
};
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 20.x

- name: Run buikd and tests
- name: Run build and tests
run: |
npm ci
npm run test
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [2.0.8] - 2023-12-23

### Enchantments
- Update dependencies [164](https://github.com/vlio20/utils-decorators/commit/164)

## [2.0.7] - 2023-09-26

### Fixed
Expand Down
Loading

0 comments on commit 4b1a69b

Please sign in to comment.