@djangocfg/layouts 2.1.464 → 2.1.465
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 +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/layouts",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.465",
|
|
4
4
|
"description": "Simple, straightforward layout components for Next.js - import and use with props",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"layouts",
|
|
@@ -89,10 +89,11 @@
|
|
|
89
89
|
"check": "tsc --noEmit"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
|
-
"@djangocfg/api": "^2.1.
|
|
93
|
-
"@djangocfg/centrifugo": "^2.1.
|
|
94
|
-
"@djangocfg/
|
|
95
|
-
"@djangocfg/
|
|
92
|
+
"@djangocfg/api": "^2.1.465",
|
|
93
|
+
"@djangocfg/centrifugo": "^2.1.465",
|
|
94
|
+
"@djangocfg/devtools": "^2.1.465",
|
|
95
|
+
"@djangocfg/i18n": "^2.1.465",
|
|
96
|
+
"@djangocfg/ui-core": "^2.1.465",
|
|
96
97
|
"@hookform/resolvers": "^5.2.2",
|
|
97
98
|
"consola": "^3.4.2",
|
|
98
99
|
"lucide-react": "^0.545.0",
|
|
@@ -108,8 +109,7 @@
|
|
|
108
109
|
"tailwindcss": "^4.1.18",
|
|
109
110
|
"tailwindcss-animate": "^1.0.7",
|
|
110
111
|
"zod": "^4.3.6",
|
|
111
|
-
"zustand": "^5.0.0"
|
|
112
|
-
"@djangocfg/devtools": "^2.1.464"
|
|
112
|
+
"zustand": "^5.0.0"
|
|
113
113
|
},
|
|
114
114
|
"peerDependenciesMeta": {
|
|
115
115
|
"@djangocfg/devtools": {
|
|
@@ -117,27 +117,27 @@
|
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
"dependencies": {
|
|
120
|
-
"libphonenumber-js": "^1.
|
|
120
|
+
"libphonenumber-js": "^1.13.8",
|
|
121
121
|
"nextjs-toploader": "^3.9.17",
|
|
122
122
|
"qrcode.react": "^4.2.0",
|
|
123
123
|
"react-ga4": "^2.1.0",
|
|
124
|
-
"uuid": "^11.1.
|
|
124
|
+
"uuid": "^11.1.1"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
|
-
"@djangocfg/api": "^2.1.
|
|
128
|
-
"@djangocfg/centrifugo": "^2.1.
|
|
129
|
-
"@djangocfg/
|
|
130
|
-
"@djangocfg/
|
|
131
|
-
"@djangocfg/
|
|
132
|
-
"@djangocfg/ui-
|
|
133
|
-
"@
|
|
134
|
-
"@types/
|
|
135
|
-
"@types/react
|
|
136
|
-
"
|
|
137
|
-
"
|
|
127
|
+
"@djangocfg/api": "^2.1.465",
|
|
128
|
+
"@djangocfg/centrifugo": "^2.1.465",
|
|
129
|
+
"@djangocfg/devtools": "^2.1.465",
|
|
130
|
+
"@djangocfg/i18n": "^2.1.465",
|
|
131
|
+
"@djangocfg/typescript-config": "^2.1.465",
|
|
132
|
+
"@djangocfg/ui-core": "^2.1.465",
|
|
133
|
+
"@djangocfg/ui-tools": "^2.1.465",
|
|
134
|
+
"@types/node": "^25.9.5",
|
|
135
|
+
"@types/react": "19.2.15",
|
|
136
|
+
"@types/react-dom": "19.2.3",
|
|
137
|
+
"eslint": "^9.39.5",
|
|
138
|
+
"next-intl": "^4.13.2",
|
|
138
139
|
"typescript": "^5.9.3",
|
|
139
|
-
"zustand": "^5.0.
|
|
140
|
-
"@djangocfg/devtools": "^2.1.464"
|
|
140
|
+
"zustand": "^5.0.14"
|
|
141
141
|
},
|
|
142
142
|
"publishConfig": {
|
|
143
143
|
"access": "public"
|