mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-11 23:00:19 +01:00
merge branch heads
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
"enzyme": "^3.3.0",
|
||||
"enzyme-adapter-react-16": "^1.1.1",
|
||||
"fetch-mock": "^6.5.0",
|
||||
"flow-bin": "^0.75.0",
|
||||
"flow-bin": "^0.77.0",
|
||||
"flow-typed": "^2.5.1",
|
||||
"jest-junit": "^5.1.0",
|
||||
"node-sass-chokidar": "^1.3.0",
|
||||
|
||||
@@ -8,5 +8,5 @@ export type User = {
|
||||
password: string,
|
||||
admin: boolean,
|
||||
active: boolean,
|
||||
_links?: Links
|
||||
_links: Links
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user