[DEPEND] update dependecy
This commit is contained in:
parent
abb572a778
commit
73bed05b5f
@ -20,7 +20,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>kangaroo-and-rabbit</groupId>
|
<groupId>kangaroo-and-rabbit</groupId>
|
||||||
<artifactId>archidata</artifactId>
|
<artifactId>archidata</artifactId>
|
||||||
<version>0.8.7</version>
|
<version>0.8.9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"rxjs": "^7.8.1",
|
"rxjs": "^7.8.1",
|
||||||
"zone.js": "^0.14.5",
|
"zone.js": "^0.14.5",
|
||||||
"zod": "3.23.8",
|
"zod": "3.23.8",
|
||||||
"@kangaroo-and-rabbit/kar-cw": "^0.2.2"
|
"@kangaroo-and-rabbit/kar-cw": "^0.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^17.3.7",
|
"@angular-devkit/build-angular": "^17.3.7",
|
||||||
|
@ -18,9 +18,9 @@ import {
|
|||||||
ClientToken,
|
ClientToken,
|
||||||
Long,
|
Long,
|
||||||
RightDescription,
|
RightDescription,
|
||||||
isRightDescription,
|
|
||||||
isApplication,
|
isApplication,
|
||||||
isLong,
|
isLong,
|
||||||
|
isRightDescription,
|
||||||
isApplicationSmall,
|
isApplicationSmall,
|
||||||
isClientToken,
|
isClientToken,
|
||||||
} from "./model"
|
} from "./model"
|
||||||
|
@ -20,8 +20,8 @@ import {
|
|||||||
UserAuthGet,
|
UserAuthGet,
|
||||||
UserCreate,
|
UserCreate,
|
||||||
UserOut,
|
UserOut,
|
||||||
isUserAuth,
|
|
||||||
isGetToken,
|
isGetToken,
|
||||||
|
isUserAuth,
|
||||||
isUserOut,
|
isUserOut,
|
||||||
isUserAuthGet,
|
isUserAuthGet,
|
||||||
} from "./model"
|
} from "./model"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user