Skip to content

Commit

Permalink
Merge pull request #27 from homer0/next
Browse files Browse the repository at this point in the history
v6.0.0: chore: update project
  • Loading branch information
homer0 committed Dec 31, 2019
2 parents 228825a + 1d0f1b0 commit 5f7237a
Show file tree
Hide file tree
Showing 5 changed files with 1,013 additions and 997 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 @@ -19,7 +19,7 @@ It adds the required presets to the [Babel](https://babeljs.io) configuration in
|--------------|----------------------------------------------------------------------------------------|
| Package | projext-plugin-webpack-react. |
| Description | Allows you to bundle a React project with projext using the webpack build engine. |
| Node Version | >= v8.0.0 |
| Node Version | >= v10.13.0 |

## Usage

Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
"name": "projext-plugin-webpack-react",
"description": "Allows you to bundle a React project with projext using the webpack build engine.",
"homepage": "https://homer0.github.io/projext-plugin-webpack-react/",
"version": "5.0.1",
"version": "6.0.0",
"repository": "homer0/projext-plugin-webpack-react",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
"dependencies": {
"@babel/preset-react": "7.6.3",
"@babel/core": "7.6.4",
"react-hot-loader": "^4.12.15",
"react": "^16.11.0",
"react-dom": "^16.11.0"
"@babel/preset-react": "7.7.4",
"@babel/core": "7.7.7",
"react-hot-loader": "^4.12.18",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"@types/react": "^16.9.17"
},
"devDependencies": {
"wootils": "^2.6.5",
"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",
"wootils": "^3.0.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",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"esdoc-node": "1.0.4",
"coveralls": "^3.0.7",
"husky": "^3.0.9"
"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
Loading

0 comments on commit 5f7237a

Please sign in to comment.