Skip to content

Commit

Permalink
Bump globby from 10.0.2 to 11.0.0 (#4528)
Browse files Browse the repository at this point in the history
Bump globby from 10.0.2 to 11.0.0
  • Loading branch information
hudochenkov committed Jan 12, 2020
2 parents eaee6a4 + 6a2ffbd commit 5e58ee7
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 12 deletions.
5 changes: 4 additions & 1 deletion lib/__tests__/printConfig.test.js
Expand Up @@ -3,9 +3,12 @@
const path = require('path');
const pluginWarnAboutFoo = require('./fixtures/plugin-warn-about-foo');
const printConfig = require('../printConfig');
const replaceBackslashes = require('./replaceBackslashes');

it('printConfig uses getConfigForFile to retrieve the config', () => {
const filepath = path.join(__dirname, 'fixtures/getConfigForFile/a/b/foo.css');
const filepath = replaceBackslashes(
path.join(__dirname, 'fixtures/getConfigForFile/a/b/foo.css'),
);

return printConfig({
files: [filepath],
Expand Down
37 changes: 27 additions & 10 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"file-entry-cache": "^5.0.1",
"get-stdin": "^7.0.0",
"global-modules": "^2.0.0",
"globby": "^10.0.2",
"globby": "^11.0.0",
"globjoin": "^0.1.4",
"html-tags": "^3.1.0",
"ignore": "^5.1.4",
Expand Down

0 comments on commit 5e58ee7

Please sign in to comment.