Skip to content

Commit

Permalink
Merge 5bc0594 into cc7e4ee
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed May 5, 2019
2 parents cc7e4ee + 5bc0594 commit 6676fc3
Show file tree
Hide file tree
Showing 2 changed files with 790 additions and 816 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "projext-plugin-webpack",
"description": "Allows projext to use webpack as a build engine.",
"homepage": "https://homer0.github.io/projext-plugin-webpack/",
"version": "8.0.0",
"version": "8.0.1",
"repository": "homer0/projext-plugin-webpack",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
"dependencies": {
"projext": "^6.0.3",
"projext": "^6.0.4",
"wootils": "^2.2.3",
"jimple": "1.5.0",
"fs-extra": "7.0.1",
"extend": "3.0.2",

"webpack": "4.30.0",
"webpack-cli": "3.3.1",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.3.1",
"mini-css-extract-plugin": "0.6.0",
"html-webpack-plugin": "3.2.0",
Expand All @@ -24,8 +24,8 @@
"optimize-css-assets-webpack-plugin": "5.0.1",
"copy-webpack-plugin": "5.0.3",

"@babel/core": "7.4.3",
"node-sass": "4.11.0",
"@babel/core": "7.4.4",
"node-sass": "4.12.0",

"babel-loader": "8.0.5",
"css-loader": "2.1.1",
Expand All @@ -38,18 +38,18 @@
"source-map-loader": "0.2.4",

"webpack-dev-middleware": "3.6.2",
"webpack-hot-middleware": "2.24.3",
"webpack-hot-middleware": "2.24.4",

"opener": "1.5.1"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-node": "8.0.1",
"@babel/preset-env": "7.4.3",
"eslint-plugin-node": "9.0.1",
"@babel/preset-env": "7.4.4",
"jest-ex": "^6.0.1",
"jest-cli": "24.7.1",
"jest-cli": "24.8.0",
"jasmine-expect": "4.0.1",
"jimpex": "^3.0.0",
"esdoc": "1.1.0",
Expand Down

0 comments on commit 6676fc3

Please sign in to comment.