Skip to content

Commit

Permalink
chore(version): upgrade to a specified version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoGathK committed Apr 29, 2022
1 parent 63917c8 commit f97871d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vodyani/winston",
"license": "MIT",
"version": "0.1.9",
"version": "8.0.1",
"author": "ChoGathK",
"description": "winston adapter for nestjs",
"homepage": "https://github.com/vodyani/winston#readme",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@types/jest": "27.4.1",
"@types/node": "16.11.26",
"@types/supertest": "2.0.11",
"@vodyani/eslint-config": "^1.0.9",
"@vodyani/eslint-config": "1.0.9",
"husky": "7.0.4",
"jest": "27.5.1",
"supertest": "6.2.2",
Expand All @@ -77,7 +77,7 @@
},
"dependencies": {
"@nestjs/common": "8.4.4",
"@vodyani/core": "0.3.7",
"@vodyani/core": "8.0.1",
"@vodyani/transformer": "0.5.3",
"winston": "3.6.0",
"winston-daily-rotate-file": "4.6.1"
Expand Down

0 comments on commit f97871d

Please sign in to comment.