Skip to content

Commit

Permalink
Merge pull request #4 from homer0/next
Browse files Browse the repository at this point in the history
v2.0.1: chore: update project
  • Loading branch information
homer0 committed Apr 13, 2020
2 parents 790e5b6 + d219da8 commit fe21023
Show file tree
Hide file tree
Showing 3 changed files with 2,174 additions and 2,311 deletions.
32 changes: 16 additions & 16 deletions manifest.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "projext",
"version": "8.0.0"
"version": "8.0.1"
}
]
},
Expand All @@ -23,7 +23,7 @@
"name": "webpack",
"package": {
"name": "projext-plugin-webpack",
"version": "10.0.0"
"version": "10.0.1"
},
"default": true
},
Expand All @@ -32,7 +32,7 @@
"name": "Rollup",
"package": {
"name": "projext-plugin-rollup",
"version": "6.0.0"
"version": "7.0.0"
}
}
],
Expand All @@ -45,11 +45,11 @@
"packages": {
"webpack": {
"name": "projext-plugin-webpack-angularjs",
"version": "6.0.0"
"version": "6.0.1"
},
"rollup": {
"name": "projext-plugin-rollup-angularjs",
"version": "4.0.0"
"version": "4.0.1"
}
},
"template": {
Expand All @@ -69,7 +69,7 @@
"packages": {
"webpack": {
"name": "projext-plugin-webpack-aurelia",
"version": "3.0.0"
"version": "3.0.1"
}
},
"template": {
Expand All @@ -83,9 +83,9 @@
"aurelia-logging-console": "^1.1.1",
"aurelia-pal-browser": "^1.8.1",
"aurelia-polyfills": "^1.3.4",
"aurelia-templating": "^1.10.2",
"aurelia-templating": "^1.10.3",
"aurelia-templating-binding": "^1.5.3",
"aurelia-templating-resources": "^1.12.0"
"aurelia-templating-resources": "^1.13.0"
}
}
}
Expand All @@ -99,29 +99,29 @@
"packages": {
"webpack": {
"name": "projext-plugin-webpack-react",
"version": "6.0.0"
"version": "6.0.1"
},
"rollup": {
"name": "projext-plugin-rollup-react",
"version": "4.0.0"
"version": "4.0.1"
}
},
"template": {
"ssr": {
"dependencies": {
"react-dom": "^16.12.0"
"react-dom": "^16.13.1"
},
"devDependencies": {
"react": "^16.12.0",
"@types/react": "^16.9.17"
"react": "^16.13.1",
"@types/react": "^16.9.34"
}
},
"csr": {
"dependencies": {},
"devDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"@types/react": "^16.9.17"
"react": "^16.13.1",
"react-dom": "^16.13.1",
"@types/react": "^16.9.34"
}
}
}
Expand Down
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -2,32 +2,32 @@
"name": "create-projext",
"description": "Setup projext using npm init or yarn create",
"homepage": "https://projextjs.com",
"version": "2.0.0",
"version": "2.0.1",
"repository": "homer0/create-projext",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
"dependencies": {
"clear": "0.1.0",
"cli-spinner": "0.2.10",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.1",
"fs-extra": "^9.0.0",
"inquirer": "^7.1.0",
"jimple": "^1.5.0",
"minimist": "^1.2.0",
"minimist": "^1.2.5",
"node-fetch": "^2.6.0",
"wootils": "^3.0.1"
"wootils": "^3.0.3"
},
"devDependencies": {
"coveralls": "^3.0.9",
"coveralls": "^3.0.11",
"esdoc": "^1.1.0",
"esdoc-node": "1.0.4",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^6.8.0",
"eslint-plugin-homer0": "^3.0.0",
"husky": "^3.1.0",
"eslint-plugin-homer0": "^3.0.3",
"husky": "^4.2.5",
"jasmine-expect": "^4.0.3",
"jest-ex": "^7.0.1",
"jest-cli": "^24.9.0",
"leasot": "^9.3.1"
"jest-ex": "^8.0.1",
"jest-cli": "^25.3.0",
"leasot": "^10.2.0"
},
"engine-strict": true,
"engines": {
Expand Down

0 comments on commit fe21023

Please sign in to comment.