@djangocfg/layouts 2.1.222 → 2.1.223
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 +18 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/layouts",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.223",
|
|
4
4
|
"description": "Simple, straightforward layout components for Next.js - import and use with props",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"layouts",
|
|
@@ -74,13 +74,14 @@
|
|
|
74
74
|
"check": "tsc --noEmit"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@djangocfg/api": "^2.1.
|
|
78
|
-
"@djangocfg/centrifugo": "^2.1.
|
|
79
|
-
"@djangocfg/i18n": "^2.1.
|
|
80
|
-
"@djangocfg/monitor": "^2.1.
|
|
81
|
-
"@djangocfg/
|
|
82
|
-
"@djangocfg/ui-
|
|
83
|
-
"@djangocfg/ui-
|
|
77
|
+
"@djangocfg/api": "^2.1.223",
|
|
78
|
+
"@djangocfg/centrifugo": "^2.1.223",
|
|
79
|
+
"@djangocfg/i18n": "^2.1.223",
|
|
80
|
+
"@djangocfg/monitor": "^2.1.223",
|
|
81
|
+
"@djangocfg/debuger": "^2.1.223",
|
|
82
|
+
"@djangocfg/ui-core": "^2.1.223",
|
|
83
|
+
"@djangocfg/ui-nextjs": "^2.1.223",
|
|
84
|
+
"@djangocfg/ui-tools": "^2.1.223",
|
|
84
85
|
"@hookform/resolvers": "^5.2.2",
|
|
85
86
|
"consola": "^3.4.2",
|
|
86
87
|
"lucide-react": "^0.545.0",
|
|
@@ -102,21 +103,21 @@
|
|
|
102
103
|
}
|
|
103
104
|
},
|
|
104
105
|
"dependencies": {
|
|
105
|
-
"@djangocfg/debuger": "^2.1.222",
|
|
106
106
|
"nextjs-toploader": "^3.9.17",
|
|
107
107
|
"qrcode.react": "^4.2.0",
|
|
108
108
|
"react-ga4": "^2.1.0",
|
|
109
109
|
"uuid": "^11.1.0"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
|
-
"@djangocfg/api": "^2.1.
|
|
113
|
-
"@djangocfg/i18n": "^2.1.
|
|
114
|
-
"@djangocfg/centrifugo": "^2.1.
|
|
115
|
-
"@djangocfg/monitor": "^2.1.
|
|
116
|
-
"@djangocfg/
|
|
117
|
-
"@djangocfg/
|
|
118
|
-
"@djangocfg/ui-
|
|
119
|
-
"@djangocfg/ui-
|
|
112
|
+
"@djangocfg/api": "^2.1.223",
|
|
113
|
+
"@djangocfg/i18n": "^2.1.223",
|
|
114
|
+
"@djangocfg/centrifugo": "^2.1.223",
|
|
115
|
+
"@djangocfg/monitor": "^2.1.223",
|
|
116
|
+
"@djangocfg/debuger": "^2.1.223",
|
|
117
|
+
"@djangocfg/typescript-config": "^2.1.223",
|
|
118
|
+
"@djangocfg/ui-core": "^2.1.223",
|
|
119
|
+
"@djangocfg/ui-nextjs": "^2.1.223",
|
|
120
|
+
"@djangocfg/ui-tools": "^2.1.223",
|
|
120
121
|
"@types/node": "^24.7.2",
|
|
121
122
|
"@types/react": "^19.1.0",
|
|
122
123
|
"@types/react-dom": "^19.1.0",
|