Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Apr 7, 2020
1 parent 2e94189 commit 39b4326
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Unreleased (in `master`)

## Dependencies

- autoprefixer: v9.7.5 → [v9.7.6](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md#976)
- cross-spawn: v7.0.1 → [v7.0.2](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md#702-2020-04-04)
- css-loader: v3.4.2 → [v3.5.1](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#351-2020-04-07)
- html-webpack-plugin: v3.2.0 → [v4.0.4](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md#404-2020-04-01)
- semver: v7.1.3 → [v7.2.1](https://github.com/npm/node-semver/compare/v7.1.3...v7.2.1)

# 0.24.5 / 2020-03-24

## Changed
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"chalk": "3.0.0",
"copy-template-dir": "1.4.0",
"cross-spawn": "7.0.1",
"cross-spawn": "7.0.2",
"debug": "4.1.1",
"detect-port": "1.3.0",
"figures": "3.2.0",
Expand All @@ -43,7 +43,7 @@
"ora": "4.0.3",
"resolve": "1.15.1",
"run-series": "1.1.8",
"semver": "7.1.3",
"semver": "7.2.1",
"webpack-merge": "4.2.2",

"@babel/cli": "7.8.4",
Expand Down Expand Up @@ -85,14 +85,14 @@
"whatwg-fetch": "3.0.0",

"webpack": "4.42.1",
"autoprefixer": "9.7.5",
"autoprefixer": "9.7.6",
"babel-loader": "8.1.0",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.4.2",
"css-loader": "3.5.1",
"eventsource-polyfill": "0.9.6",
"file-loader": "4.3.0",
"html-webpack-plugin": "4.0.1",
"html-webpack-plugin": "4.0.4",
"mini-css-extract-plugin": "0.9.0",
"@insin/npm-install-webpack-plugin": "5.0.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
Expand All @@ -111,9 +111,9 @@
"cross-env": "7.0.2",
"eslint-config-jonnybuchanan": "6.0.0",
"eventsource": "1.0.7",
"flow-bin": "0.121.0",
"flow-bin": "0.122.0",
"glob": "7.1.6",
"nyc": "15.0.0",
"nyc": "15.0.1",
"rimraf": "3.0.2",
"temp": "0.9.1",
"tree-kill": "1.2.2"
Expand Down

0 comments on commit 39b4326

Please sign in to comment.