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 13, 2023
1 parent 2bb4294 commit cb52bf3
Show file tree
Hide file tree
Showing 4 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.4

- ⬆️ dependency upgrade.

## 10.1.3

- ⬆️ dependency upgrade.
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"url": "https://github.com/vangware/utils/issues"
},
"dependencies": {
"@vangware/predicates": "^2.1.17",
"@vangware/types": "^6.0.2"
"@vangware/predicates": "^2.1.18",
"@vangware/types": "^6.0.4"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.4.3",
"@types/node": "^20.4.0",
"@vangware/configs": "^4.3.15",
"@vangware/test": "^10.3.8",
"@evilmartians/lefthook": "^1.4.5",
"@types/node": "^20.4.2",
"@vangware/configs": "^5.0.0",
"@vangware/test": "^10.3.10",
"c8": "^8.0.0",
"eslint": "^8.44.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
Expand Down Expand Up @@ -67,7 +67,7 @@
"lint:fix": "eslint {src,tests} --fix",
"pre-compile": "tsc --noEmit --project tsconfig.dist.json",
"prepublishOnly": "run-s compile prettify",
"prettify": "prettier --write --loglevel warn './dist/**/*.{js,ts}'",
"prettify": "prettier --ignore-path=.prettierignore --log-level=warn --write './dist/**/*.{js,ts}'",
"test": "NODE_OPTIONS='--loader tsx --no-warnings' c8 test"
},
"sideEffects": false,
Expand Down
1 change: 0 additions & 1 deletion prettier.config.cjs

This file was deleted.

1 change: 1 addition & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from "@vangware/configs/prettier.config.js";

0 comments on commit cb52bf3

Please sign in to comment.