Commits on Source (13)
-
-
Florent Poittevin authored
-
Florent Poittevin authored
-
Florent Poittevin authored
-
Florent Poittevin authored
-
Florent Poittevin authored
-
Florent Poittevin authored
-
Florent Poittevin authored
-
Florent Poittevin authored
-
Florent Poittevin authored
-
Florent Poittevin authored
-
Florent Poittevin authored
-
Florent Poittevin authored
Showing
- package-lock.json 31 additions, 99 deletionspackage-lock.json
- package.json 4 additions, 1 deletionpackage.json
- src/app/features/admin/funding-agencies/stores/admin-funding-agencies.action.ts 12 additions, 0 deletions.../funding-agencies/stores/admin-funding-agencies.action.ts
- src/app/features/admin/institution/stores/admin-institution.action.ts 12 additions, 0 deletions...ures/admin/institution/stores/admin-institution.action.ts
- src/app/features/admin/license/stores/admin-license.action.ts 12 additions, 0 deletions...app/features/admin/license/stores/admin-license.action.ts
- src/app/features/admin/oauth2-client/stores/admin-oauth2-client.action.ts 12 additions, 0 deletions.../admin/oauth2-client/stores/admin-oauth2-client.action.ts
- src/app/features/admin/orgunit/stores/admin-organizational-unit.action.ts 12 additions, 0 deletions.../admin/orgunit/stores/admin-organizational-unit.action.ts
- src/app/features/admin/person/stores/admin-person.action.ts 12 additions, 0 deletionssrc/app/features/admin/person/stores/admin-person.action.ts
- src/app/features/admin/preservation-policy/stores/admin-preservation-policy.action.ts 12 additions, 0 deletions...rvation-policy/stores/admin-preservation-policy.action.ts
- src/app/features/admin/role/stores/admin-role.action.ts 12 additions, 0 deletionssrc/app/features/admin/role/stores/admin-role.action.ts
- src/app/features/admin/submission-policy/stores/admin-submission-policy.action.ts 12 additions, 0 deletions...ubmission-policy/stores/admin-submission-policy.action.ts
- src/app/features/admin/user/stores/admin-user.action.ts 12 additions, 0 deletionssrc/app/features/admin/user/stores/admin-user.action.ts
- src/app/features/deposit/components/routables/deposit-detail/deposit-detail.routable.html 2 additions, 3 deletions...nts/routables/deposit-detail/deposit-detail.routable.html
- src/app/features/deposit/components/routables/deposit-detail/deposit-detail.routable.ts 23 additions, 25 deletions...nents/routables/deposit-detail/deposit-detail.routable.ts
- src/app/features/deposit/stores/data-file/deposit-data-file.action.ts 3 additions, 3 deletions...ures/deposit/stores/data-file/deposit-data-file.action.ts
- src/app/features/deposit/stores/data-file/deposit-data-file.state.ts 2 additions, 3 deletions...tures/deposit/stores/data-file/deposit-data-file.state.ts
- src/app/features/deposit/stores/deposit.action.ts 12 additions, 0 deletionssrc/app/features/deposit/stores/deposit.action.ts
- src/app/features/deposit/stores/deposit.state.ts 15 additions, 1 deletionsrc/app/features/deposit/stores/deposit.state.ts
- src/app/features/home/components/routables/home-search/home-search.routable.ts 44 additions, 22 deletions.../components/routables/home-search/home-search.routable.ts
- src/app/features/home/stores/home.state.ts 2 additions, 4 deletionssrc/app/features/home/stores/home.state.ts
... | ... | @@ -69,7 +69,7 @@ |
"primeicons": "2.0.0", | ||
"primeng": "8.0.4", | ||
"rxjs": "6.5.3", | ||
"solidify-frontend": "0.2.2", | ||
"solidify-frontend": "0.2.9", | ||
"sync-pom-version-to-package": "1.3.1", | ||
"ts-key-enum": "2.0.0", | ||
"tslib": "1.10.0", | ||
... | ... | @@ -100,5 +100,8 @@ |
"ts-node": "8.4.1", | ||
"tslint": "5.11.0", | ||
"typescript": "~3.5.2" | ||
}, | ||
"optionalDependencies": { | ||
"fsevents": "1.2.9" | ||
} | ||
} |