@uniai-fe/uds-templates 0.5.20 → 0.5.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniai-fe/uds-templates",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.21",
|
|
4
4
|
"description": "UNIAI Design System; UI Templates Package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@svgr/webpack": "^8.1.0",
|
|
73
73
|
"@tanstack/react-query": "^5.100.9",
|
|
74
|
-
"@types/node": "^24.
|
|
74
|
+
"@types/node": "^24.12.3",
|
|
75
75
|
"@types/react": "^19.2.14",
|
|
76
76
|
"@types/react-dom": "^19.2.3",
|
|
77
77
|
"@uniai-fe/eslint-config": "workspace:*",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@uniai-fe/util-rtc": "workspace:*",
|
|
88
88
|
"eslint": "^9.39.2",
|
|
89
89
|
"jotai": "^2.20.0",
|
|
90
|
-
"next": "^15.5.
|
|
90
|
+
"next": "^15.5.18",
|
|
91
91
|
"prettier": "^3.8.3",
|
|
92
92
|
"react-hook-form": "^7.75.0",
|
|
93
93
|
"sass": "^1.99.0",
|
|
@@ -367,7 +367,6 @@ export interface API_Res_LoginRule {
|
|
|
367
367
|
menu_id: number;
|
|
368
368
|
/**
|
|
369
369
|
* 접근 권한 메뉴 정보
|
|
370
|
-
* @deprecated
|
|
371
370
|
*/
|
|
372
371
|
menu: API_Res_LoginRuleMenu;
|
|
373
372
|
flag: number;
|
|
@@ -415,7 +414,6 @@ export interface API_Res_LoginRole {
|
|
|
415
414
|
created_at: string;
|
|
416
415
|
/**
|
|
417
416
|
* 접근권한 정보 목록
|
|
418
|
-
* @deprecated
|
|
419
417
|
*/
|
|
420
418
|
rules: API_Res_LoginRule[];
|
|
421
419
|
}
|