Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #910 from gobuffalo/task/updating-webpack
Browse files Browse the repository at this point in the history
Moving to use webpack 3.10.0 and updated tools
  • Loading branch information
markbates authored Feb 11, 2018
2 parents 98a27a5 + 796e175 commit 0f77060
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Buffalo [![GoDoc](https://godoc.org/github.com/gobuffalo/buffalo?status.svg)](https://godoc.org/github.com/gobuffalo/buffalo) [![Build Status](https://travis-ci.org/gobuffalo/buffalo.svg?branch=master)](https://travis-ci.org/gobuffalo/buffalo) [![Go Report Card](https://goreportcard.com/badge/github.com/gobuffalo/buffalo)](https://goreportcard.com/report/github.com/gobuffalo/buffalo) [![Build status](https://ci.appveyor.com/api/projects/status/fjv5u499p78uvbxa/branch/master?svg=true)](https://ci.appveyor.com/project/markbates/buffalo/branch/master)
# Buffalo [![GoDoc](https://godoc.org/github.com/gobuffalo/buffalo?status.svg)](https://godoc.org/github.com/gobuffalo/buffalo) [![Build Status](https://travis-ci.org/gobuffalo/buffalo.svg?branch=master)](https://travis-ci.org/gobuffalo/buffalo) [![Go Report Card](https://goreportcard.com/badge/github.com/gobuffalo/buffalo)](https://goreportcard.com/report/github.com/gobuffalo/buffalo) [![Build status](https://ci.appveyor.com/api/projects/status/fjv5u499p78uvbxa/branch/master?svg=true)](https://ci.appveyor.com/project/markbates/buffalo/branch/master) [![Open Source Helpers](https://www.codetriage.com/gobuffalo/buffalo/badges/users.svg)](https://www.codetriage.com/gobuffalo/buffalo)

Buffalo is a Go web development eco-system. Designed to make the life of a Go web developer easier.

Expand Down
20 changes: 10 additions & 10 deletions generators/assets/webpack/templates/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"babel-cli": "~6.24.1",
"babel-core": "~6.25.0",
"babel-loader": "~7.0.0",
"babel-cli": "~6.26.0",
"babel-core": "~6.26.0",
"babel-loader": "~7.1.2",
"babel-preset-env": "~1.5.2",
{{ if eq .opts.Bootstrap 4 -}}
"bootstrap": "4.0.0",
Expand All @@ -17,20 +17,20 @@
"copy-webpack-plugin": "~4.0.1",
"css-loader": "~0.28.4",
"expose-loader": "~0.7.3",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "~0.11.2",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "~1.1.6",
"font-awesome": "~4.7.0",
"gopherjs-loader": "^0.0.1",
"jquery": "~3.2.1",
"jquery-ujs": "~1.2.2",
"node-sass": "~4.5.3",
"npm-install-webpack-plugin": "4.0.4",
"npm-install-webpack-plugin": "4.0.5",
"path": "~0.12.7",
"sass-loader": "~6.0.5",
"style-loader": "~0.18.2",
"sass-loader": "~6.0.6",
"style-loader": "~0.20.1",
"uglifyjs-webpack-plugin": "~0.4.6",
"url-loader": "~0.5.9",
"webpack": "~2.3.0",
"url-loader": "~0.6.2",
"webpack": "~3.10.0",
"webpack-manifest-plugin": "~1.2.1"
}
}

0 comments on commit 0f77060

Please sign in to comment.