@djangocfg/layouts 2.1.459 → 2.1.460

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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djangocfg/layouts",
3
- "version": "2.1.459",
3
+ "version": "2.1.460",
4
4
  "description": "Simple, straightforward layout components for Next.js - import and use with props",
5
5
  "keywords": [
6
6
  "layouts",
@@ -89,10 +89,10 @@
89
89
  "check": "tsc --noEmit"
90
90
  },
91
91
  "peerDependencies": {
92
- "@djangocfg/api": "^2.1.459",
93
- "@djangocfg/centrifugo": "^2.1.459",
94
- "@djangocfg/i18n": "^2.1.459",
95
- "@djangocfg/ui-core": "^2.1.459",
92
+ "@djangocfg/api": "^2.1.460",
93
+ "@djangocfg/centrifugo": "^2.1.460",
94
+ "@djangocfg/i18n": "^2.1.460",
95
+ "@djangocfg/ui-core": "^2.1.460",
96
96
  "@hookform/resolvers": "^5.2.2",
97
97
  "consola": "^3.4.2",
98
98
  "lucide-react": "^0.545.0",
@@ -109,7 +109,7 @@
109
109
  "tailwindcss-animate": "^1.0.7",
110
110
  "zod": "^4.3.6",
111
111
  "zustand": "^5.0.0",
112
- "@djangocfg/devtools": "^2.1.459"
112
+ "@djangocfg/devtools": "^2.1.460"
113
113
  },
114
114
  "peerDependenciesMeta": {
115
115
  "@djangocfg/devtools": {
@@ -124,12 +124,12 @@
124
124
  "uuid": "^11.1.0"
125
125
  },
126
126
  "devDependencies": {
127
- "@djangocfg/api": "^2.1.459",
128
- "@djangocfg/centrifugo": "^2.1.459",
129
- "@djangocfg/i18n": "^2.1.459",
130
- "@djangocfg/typescript-config": "^2.1.459",
131
- "@djangocfg/ui-core": "^2.1.459",
132
- "@djangocfg/ui-tools": "^2.1.459",
127
+ "@djangocfg/api": "^2.1.460",
128
+ "@djangocfg/centrifugo": "^2.1.460",
129
+ "@djangocfg/i18n": "^2.1.460",
130
+ "@djangocfg/typescript-config": "^2.1.460",
131
+ "@djangocfg/ui-core": "^2.1.460",
132
+ "@djangocfg/ui-tools": "^2.1.460",
133
133
  "@types/node": "^25.2.3",
134
134
  "@types/react": "^19.2.15",
135
135
  "@types/react-dom": "^19.2.3",
@@ -137,7 +137,7 @@
137
137
  "next-intl": "^4.9.1",
138
138
  "typescript": "^5.9.3",
139
139
  "zustand": "^5.0.9",
140
- "@djangocfg/devtools": "^2.1.459"
140
+ "@djangocfg/devtools": "^2.1.460"
141
141
  },
142
142
  "publishConfig": {
143
143
  "access": "public"