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 Jul 3, 2023
1 parent b4080a5 commit 7d3c6cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 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.2

- ⬆️ dependency upgrade.

## 10.1.1

- 🐛 fix some type bugs.
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"url": "https://github.com/vangware/utils/issues"
},
"dependencies": {
"@vangware/predicates": "^2.1.15",
"@vangware/types": "^6.0.0"
"@vangware/predicates": "^2.1.16",
"@vangware/types": "^6.0.1"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.4.1",
"@types/node": "^20.2.5",
"@vangware/configs": "^4.3.12",
"@vangware/test": "^10.3.6",
"c8": "^7.14.0",
"eslint": "^8.42.0",
"@evilmartians/lefthook": "^1.4.3",
"@types/node": "^20.3.3",
"@vangware/configs": "^4.3.13",
"@vangware/test": "^10.3.7",
"c8": "^8.0.0",
"eslint": "^8.44.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"tsx": "^3.12.7",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=20",
Expand Down

0 comments on commit 7d3c6cc

Please sign in to comment.