Skip to content

Commit 8ec0b3f

Browse files
hiroppyevilebottnawi
authored andcommitted
chore(deps): update deps (#442)
1 parent 965de1c commit 8ec0b3f

File tree

3 files changed

+43
-60
lines changed

3 files changed

+43
-60
lines changed

package-lock.json

Lines changed: 38 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
"@babel/preset-env": "^7.5.5",
4444
"@commitlint/cli": "^8.1.0",
4545
"@commitlint/config-conventional": "^8.1.0",
46-
"@webpack-contrib/defaults": "^5.0.1",
46+
"@webpack-contrib/defaults": "^5.0.2",
4747
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
4848
"babel-jest": "^24.8.0",
4949
"commitlint-azure-pipelines-cli": "^1.0.2",
5050
"cross-env": "^5.2.0",
5151
"del": "^4.1.1",
5252
"del-cli": "^1.1.0",
5353
"eslint": "^5.16.0",
54-
"eslint-plugin-import": "^2.18.0",
54+
"eslint-plugin-import": "^2.18.2",
5555
"eslint-plugin-prettier": "^3.1.0",
5656
"express": "^4.17.1",
5757
"file-loader": "^3.0.1",
58-
"husky": "^3.0.0",
58+
"husky": "^3.0.1",
5959
"jest": "^24.8.0",
6060
"jest-junit": "^6.4.0",
6161
"lint-staged": "^9.2.0",

test/reporter.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import fs from 'fs';
44
import path from 'path';
55

6-
import middleware from '..';
7-
86
import statOptions from './fixtures/stat-options';
97

8+
import middleware from '..';
9+
1010
const statsPath = path.join(__dirname, './fixtures', 'stats.txt');
1111
const rawStats = fs.readFileSync(statsPath, 'utf8');
1212

0 commit comments

Comments
 (0)