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
Lucas Ciruzzi committed Dec 12, 2020
1 parent 1b6eeb3 commit 7e29ee8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).
This project uses [Gitmoji](https://gitmoji.carloscuesta.me/)

## 5.0.5

- :arrow_up: dependency upgrade.

## 5.0.4

- :arrow_up: dependency upgrade.
Expand Down
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@vangware/test",
"description": "✅ Equality test with enforced legibility",
"version": "5.0.4",
"version": "5.0.5",
"author": {
"name": "Vangware",
"url": "https://vangware.com"
Expand All @@ -11,19 +11,19 @@
"url": "https://github.com/vangware/test/issues"
},
"dependencies": {
"@vangware/forcli": "^1.1.18",
"@vangware/utils": "^6.1.1",
"@vangware/forcli": "^1.1.19",
"@vangware/utils": "^6.1.2",
"diff": "^5.0.0",
"ts-node": "^9.1.1"
},
"devDependencies": {
"@types/diff": "^4.0.2",
"@types/eslint": "^7.2.6",
"@types/node": "^14.14.10",
"@types/node": "^14.14.13",
"@types/prettier": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"@vangware/base": "4.1.8",
"@vangware/base": "4.1.10",
"c8": "^7.3.5",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
Expand All @@ -38,7 +38,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"typedoc": "^0.19.2",
"typescript": "^4.1.2"
"typescript": "^4.1.3"
},
"exports": {
".": {
Expand Down

0 comments on commit 7e29ee8

Please sign in to comment.