Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
⬆️ dependency upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Shiru committed Aug 10, 2023
1 parent bb1bc96 commit 3d9ed39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
- This project adheres to [Semantic Versioning][semver].
- This project uses [Gitmoji][gitmoji]

## 10.1.7

- ⬆️ dependency upgrade.

## 10.1.6

- ⬆️ dependency upgrade.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"url": "https://github.com/vangware/utils/issues"
},
"dependencies": {
"@vangware/predicates": "^2.1.20",
"@vangware/types": "^6.0.7"
"@vangware/predicates": "^2.1.21",
"@vangware/types": "^6.1.0"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.4.8",
"@types/node": "^20.4.7",
"@vangware/configs": "^5.1.0",
"@vangware/test": "^10.3.12",
"@types/node": "^20.4.9",
"@vangware/configs": "^5.1.1",
"@vangware/test": "^10.3.13",
"c8": "^8.0.1",
"eslint": "^8.46.0",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 3d9ed39

Please sign in to comment.