-
- Downloads
Merge branch 'validatedForm'
Should be completely working but just with the required constraint
No related branches found
No related tags found
Showing
- addon/templates/components/delete-row.hbs 1 addition, 1 deletionaddon/templates/components/delete-row.hbs
- blueprints/ember-aws-ehipster/index.js 8 additions, 0 deletionsblueprints/ember-aws-ehipster/index.js
- blueprints/entity-factory/files/__root__/controllers/entity-factory/__name__.js 11 additions, 1 deletion...ory/files/__root__/controllers/entity-factory/__name__.js
- blueprints/entity-factory/files/__root__/templates/entity-factory/__name__.hbs 0 additions, 4 deletions...tory/files/__root__/templates/entity-factory/__name__.hbs
- blueprints/entity-factory/index.js 10 additions, 8 deletionsblueprints/entity-factory/index.js
- package.json 5 additions, 5 deletionspackage.json
{ | ||
"name": "ember-aws-ehipster", | ||
"version": "0.3.9", | ||
"version": "0.3.17", | ||
"description": "Attempt to build a complete web application using serverless architecture on AWS", | ||
"keywords": [ | ||
"ember-addon", | ||
... | ... | @@ -36,17 +36,17 @@ |
"ember-pikaday": "^2.3.0", | ||
"jhipster-core": "^3.4.0", | ||
"shelljs": "^0.8.2", | ||
"ember-validated-form": "^2.0.0-alpha.3", | ||
"ember-validated-form": "^1.4.2", | ||
"ember-concurrency": "^0.8.26", | ||
"ember-changeset": "^1.6.0", | ||
"ember-changeset-validations": "^1.3.3" | ||
"ember-changeset-validations": "^1.3.3", | ||
"ember-cli-string-helpers": "^2.0.0", | ||
"ember-composable-helpers": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"broccoli-asset-rev": "^2.4.5", | ||
"ember-ajax": "^3.0.0", | ||
"ember-auto-import": "^1.2.15", | ||
"ember-changeset": "^1.6.0", | ||
"ember-changeset-validations": "^1.3.3", | ||
"ember-cli": "~3.1.4", | ||
"ember-cli-dependency-checker": "^2.0.0", | ||
"ember-cli-eslint": "^4.2.1", | ||
... | ... |
Please register or sign in to comment