Skip to content

Commit

Permalink
Fix: Dependabot Updates (#14)
Browse files Browse the repository at this point in the history
* updating depdendencies and resolving build issues.

* updating test vscode version for tests

* updating readme

* updating CI build to use node 16

* incrementing version and updating changelog

* update lock files
  • Loading branch information
Bobby Johnson authored Mar 30, 2022
1 parent 9948fa1 commit eb71199
Show file tree
Hide file tree
Showing 8 changed files with 2,605 additions and 1,910 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
- name: Install Dependencies
run: npm install
- name: Run Lint
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"eamodio.tsl-problem-matcher"
"amodio.tsl-problem-matcher"
]
}
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [1.3.3] - 2021-11-16

### Changed
- Gave resolver direct access to data proviers
- Gave resolver direct access to data providers

## [1.3.4] - 2022-02-23

### Changed
- Updated dependencies
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ If you have found a bug or if you have a feature request, please report them at
### License
---

This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more information.
Loading

0 comments on commit eb71199

Please sign in to comment.