Skip to content

Commit

Permalink
chore(*): upgrade webpack deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tbash committed Feb 1, 2019
1 parent c25f2e5 commit 04a6455
Show file tree
Hide file tree
Showing 8 changed files with 4,875 additions and 3,068 deletions.
7,193 changes: 4,472 additions & 2,721 deletions assets/package-lock.json

Large diffs are not rendered by default.

30 changes: 12 additions & 18 deletions assets/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "ellie",
"description": "ellie-app.com",
"repository": "https://github.com/lukewestby/ellie.git",
"repository": "https://github.com/ellie-app/ellie.git",
"version": "1.0.0",
"license": "BSD-3-Clause",
"scripts": {
"build": "webpack --mode production --config webpack.prod.config.js",
"start": "webpack-dev-server --mode development --config webpack.dev.config.js",
"graphql": "elm-graphql --introspection-file ../priv/graphql/schema.json --base Ellie.Api --output ./elm-stuff/generated/dillonkearns/graphql"
},
"dependencies": {
"@absinthe/socket": "^0.2.0",
"@babel/core": "7.0.0-beta.46",
Expand All @@ -12,35 +17,24 @@
"@dillonkearns/elm-graphql": "^1.0.7",
"@webcomponents/custom-elements": "1.1.0",
"babel-loader": "8.0.0-beta.4",
"babel-plugin-elm-pre-minify": "0.1.2",
"codemirror": "5.27.4",
"compression-webpack-plugin": "1.1.11",
"compression-webpack-plugin": "^1.1.11",
"copy-webpack-plugin": "4.5.1",
"css-loader": "0.28.4",
"elm": "^0.19.0-bugfix2",
"elm-format": "^0.8.1",
"elm-webpack-loader": "^5.0.0",
"jszip": "3.1.5",
"marked": "0.3.17",
"natives": "^1.1.6",
"newless": "0.3.0",
"opbeat-js": "3.1.4",
"phoenix": "1.3.0",
"ric": "1.3.0",
"serviceworker-loader": "0.1.0",
"string-replace-webpack-plugin": "0.1.3",
"style-loader": "0.18.2",
"svg-inline-loader": "0.8.0",
"sw-toolbox": "3.6.0",
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22",
"webpack": "3.3.0",
"webpack-dev-server": "2.5.1",
"webpack-manifest-plugin": "2.0.2"
},
"scripts": {
"start": "yarn run watch",
"watch": "MIX_ENV=dev webpack-dev-server --watch --config ./webpack.dev.config.js",
"build": "webpack --config ./webpack.prod.config.js",
"graphql": "elm-graphql --introspection-file ../priv/graphql/schema.json --base Ellie.Api --output ./elm-stuff/generated/dillonkearns/graphql"
"terser-webpack-plugin": "^1.1.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.9",
"webpack-manifest-plugin": "^2.0.4"
}
}
Loading

0 comments on commit 04a6455

Please sign in to comment.