Skip to content

Commit

Permalink
Merge pull request #88 from homer0/homer0_update
Browse files Browse the repository at this point in the history
chore: update project
  • Loading branch information
homer0 committed Dec 29, 2019
2 parents fcbec24 + eddf38f commit 566a077
Show file tree
Hide file tree
Showing 5 changed files with 1,279 additions and 1,122 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.10
10.13
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "8.11"
- "10.15"
- "10.18"
- "12.14"
after_success:
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Allows [projext](https://yarnpkg.com/en/package/projext) to use [webpack](https:
|--------------|-------------------------------------------------------------------------------|
| Package | projext-plugin-webpack |
| Description | Allows projext to use webpack as a build engine. |
| Node Version | >= v8.0.0 |
| Node Version | >= v10.13.0 |

## Usage

Expand Down
57 changes: 28 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,68 +8,67 @@
"license": "MIT",
"dependencies": {
"projext": "^7.2.0",
"wootils": "^2.6.5",
"wootils": "^3.0.1",
"jimple": "^1.5.0",
"fs-extra": "^8.1.0",
"extend": "^3.0.2",

"core-js": "^3.3.3",
"core-js": "^3.6.1",
"regenerator-runtime": "0.13.3",

"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0",
"mini-css-extract-plugin": "0.8.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"mini-css-extract-plugin": "0.9.0",
"html-webpack-plugin": "^3.2.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"compression-webpack-plugin": "^3.0.0",
"terser-webpack-plugin": "^2.2.1",
"compression-webpack-plugin": "^3.0.1",
"terser-webpack-plugin": "^2.3.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"copy-webpack-plugin": "^5.0.4",
"copy-webpack-plugin": "^5.1.1",
"extra-watch-webpack-plugin": "^1.0.3",

"@babel/core": "7.6.4",
"node-sass": "^4.12.0",
"@babel/core": "7.7.7",
"node-sass": "^4.13.0",

"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"css-loader": "^3.4.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"raw-loader": "^3.1.0",
"file-loader": "^4.2.0",
"url-loader": "^2.2.0",
"resolve-url-loader": "^3.1.0",
"style-loader": "^1.1.2",
"raw-loader": "^4.0.0",
"file-loader": "^5.0.2",
"url-loader": "^3.0.0",
"resolve-url-loader": "^3.1.1",
"source-map-loader": "0.2.4",

"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",

"webpack-bundle-analyzer": "^3.6.0",

"terser": "^4.3.9",
"terser": "^4.4.3",

"opener": "^1.5.1"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-plugin-homer0": "^2.0.1",
"@babel/preset-env": "7.6.3",
"@babel/plugin-transform-runtime": "7.6.2",
"jest-ex": "^6.1.1",
"eslint": "^6.8.0",
"eslint-plugin-homer0": "^3.0.0",
"@babel/preset-env": "7.7.7",
"@babel/plugin-transform-runtime": "7.7.6",
"jest-ex": "^7.0.1",
"jest-cli": "^24.9.0",
"jasmine-expect": "^4.0.3",
"jimpex": "^4.0.3",
"jimpex": "^5.0.0",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"esdoc-node": "1.0.4",
"leasot": "^8.3.0",
"coveralls": "^3.0.7",
"husky": "^3.0.9"
"leasot": "^9.3.1",
"coveralls": "^3.0.9",
"husky": "^3.1.0"
},
"engine-strict": true,
"engines": {
"node": ">=8.10.0",
"npm": ">=3.0.0"
"node": ">=10.13.0"
},
"main": "src/index.js",
"husky": {
Expand Down

0 comments on commit 566a077

Please sign in to comment.