@djangocfg/devtools 2.1.469 → 2.1.470

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djangocfg/devtools",
3
- "version": "2.1.469",
3
+ "version": "2.1.470",
4
4
  "description": "Frontend devtools for django-cfg apps: error/console capture with backend ingest, plus a floating debug panel. One package, one event stream.",
5
5
  "keywords": [
6
6
  "django",
@@ -48,15 +48,15 @@
48
48
  "lint": "eslint ."
49
49
  },
50
50
  "peerDependencies": {
51
- "@djangocfg/ui-core": "^2.1.469",
51
+ "@djangocfg/ui-core": "^2.1.470",
52
52
  "lucide-react": ">=0.400.0",
53
53
  "react": "^19.2.4",
54
54
  "react-dom": "^19.2.4",
55
55
  "zustand": "^5.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@djangocfg/typescript-config": "^2.1.469",
59
- "@djangocfg/ui-core": "^2.1.469",
58
+ "@djangocfg/typescript-config": "^2.1.470",
59
+ "@djangocfg/ui-core": "^2.1.470",
60
60
  "@types/node": "^25.9.5",
61
61
  "@types/react": "19.2.15",
62
62
  "lucide-react": "^0.545.0",