Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Mar 11, 2020
1 parent a88418b commit 709701e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

- Fixed copying of co-located `.test.js`/`.spec.js` files when building a React component or web module by also passing the new `--no-copy-ignored` flag when calling @babel/cli [[#529](https://github.com/insin/nwb/pull/529)]

## Dependencies

- inquirer: v7.0.6 → [v7.1.0](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@7.1.0)
- minimist v1.2.0 → [v1.2.4](https://github.com/substack/minimist/compare/1.2.0...1.2.4) - security fix
- open: v7.0.2 → [v7.0.3](https://github.com/sindresorhus/open/releases/tag/v7.0.3)

# 0.24.1 / 2020-03-11

## Fixed
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"filesize": "6.1.0",
"fs-extra": "8.1.0",
"gzip-size": "5.1.1",
"inquirer": "7.0.6",
"minimist": "1.2.0",
"inquirer": "7.1.0",
"minimist": "1.2.4",
"ora": "4.0.3",
"resolve": "1.15.1",
"run-series": "1.1.8",
Expand Down Expand Up @@ -95,7 +95,7 @@
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.9.0",
"@insin/npm-install-webpack-plugin": "5.0.0",
"open": "7.0.2",
"open": "7.0.3",
"postcss-loader": "3.0.0",
"style-loader": "1.1.3",
"terser-webpack-plugin": "2.3.5",
Expand Down

0 comments on commit 709701e

Please sign in to comment.