Skip to content

Commit

Permalink
chore(deps): update eslint tooling
Browse files Browse the repository at this point in the history
eslint-config-logdna@4.0.2
eslint@7.20.0

Semver: patch
  • Loading branch information
mdeltito committed Apr 15, 2021
1 parent c41c1e5 commit 2298f36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict'

const pkg = require('./package.json')
const Transport = require('winston-transport')
const {createLogger} = require('@logdna/logger')
const pkg = require('./package.json')

// Convert between Winston levels and @logdna/logger levels
const levelTranslate = new Map([
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"winston-transport": "^4.4.0"
},
"devDependencies": {
"eslint": "^7.10.0",
"eslint-config-logdna": "^2.0.0",
"eslint": "^7.20.0",
"eslint-config-logdna": "^4.0.2",
"nock": "^13.0.4",
"tap": "^14.10.8",
"tap-xunit": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'use strict'

const logdnaWinston = require('../index.js')
const {test} = require('tap')
const nock = require('nock')
const winston = require('winston')
const logdnaWinston = require('../index.js')

nock.disableNetConnect()

Expand Down

0 comments on commit 2298f36

Please # to comment.