@cratis/components 1.6.6 → 1.6.7

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 +8 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cratis/components",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "",
5
5
  "author": "Cratis",
6
6
  "license": "MIT",
@@ -106,29 +106,28 @@
106
106
  "build-storybook": "storybook build"
107
107
  },
108
108
  "dependencies": {
109
- "@cratis/arc": "^20.0.0",
110
- "@cratis/arc.react": "^20.0.0",
111
- "@cratis/arc.vite": "^20.0.0",
112
109
  "allotment": "1.20.5",
113
110
  "framer-motion": "12.38.0",
114
111
  "pixi.js": "^8.17.1",
115
112
  "primeicons": "7.0.0",
116
113
  "primereact": "10.9.7",
117
114
  "quill": "^2.0.3",
118
- "react": "19.2.4",
119
- "react-dom": "19.2.4",
120
115
  "react-icons": "5.6.0",
121
116
  "react-leaflet": "^5.0.0",
122
117
  "react-router-dom": "7.13.2",
123
- "reflect-metadata": "0.2.2",
124
118
  "ts-deepmerge": "7.0.3",
125
- "tsyringe": "4.10.0",
126
119
  "usehooks-ts": "3.1.1"
127
120
  },
128
121
  "devDependencies": {
129
122
  "storybook": "^10.3.3"
130
123
  },
131
124
  "peerDependencies": {
132
- "react": "^18.0.0 || ^19.0.0"
125
+ "@cratis/arc": "^20.0.0",
126
+ "@cratis/arc.react": "^20.0.0",
127
+ "@cratis/arc.vite": "^20.0.0",
128
+ "react": "^19.0.0",
129
+ "react-dom": "^19.0.0",
130
+ "reflect-metadata": "0.2.2",
131
+ "tsyringe": "4.10.0"
133
132
  }
134
133
  }