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 Sep 12, 2023
1 parent b571fa5 commit aaa569c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Use Checkout 3
uses: actions/checkout@v3
- name: Use Checkout 4
uses: actions/checkout@v4

- name: Copy required files to docs
run: mkdir ./docs && cp ./favicon.ico ./logo.svg ./docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Use Checkout 3
uses: actions/checkout@v3
- name: Use Checkout 4
uses: actions/checkout@v4

- name: Use Node.js 20
uses: actions/setup-node@v3
Expand Down
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.15

- ⬆️ dependency upgrade.

## 10.1.14

- ⬆️ 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,20 +12,20 @@
"url": "https://github.com/vangware/utils/issues"
},
"dependencies": {
"@vangware/predicates": "^2.1.28",
"@vangware/types": "^6.2.4"
"@vangware/predicates": "^2.1.29",
"@vangware/types": "^6.2.5"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.4.10",
"@types/node": "^20.6.0",
"@vangware/configs": "^5.1.6",
"@vangware/test": "^10.3.21",
"@vangware/configs": "^5.1.7",
"@vangware/test": "^10.3.22",
"c8": "^8.0.1",
"eslint": "^8.49.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"tsx": "^3.12.8",
"tsx": "^3.12.9",
"typescript": "^5.2.2"
},
"engines": {
Expand Down

0 comments on commit aaa569c

Please sign in to comment.