Skip to content

Commit

Permalink
Merge pull request #208 from City-of-Helsinki/renovate/glob-10.x
Browse files Browse the repository at this point in the history
Update dependency glob to v10
  • Loading branch information
khalima authored Oct 24, 2023
2 parents 0d9e0e6 + 2264c0f commit 9de43fb
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 17 deletions.
288 changes: 273 additions & 15 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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-import": "^2.25.3",
"expose-loader": "^4.0.0",
"glob": "^8.0.0",
"glob": "^10.0.0",
"hds-design-tokens": "^2.0.0",
"html-loader": "^4.0.0",
"html-webpack-plugin": "^5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Entries = () => {
const ignore = [];

glob.sync(pattern, {ignore: ignore}).map((item) => {
entries[path.parse(item).name] = item }
entries[path.parse(item).name] = `./${item}` }
);
return entries;
};
Expand Down

0 comments on commit 9de43fb

Please sign in to comment.