@cratis/components 1.6.6 → 1.6.8
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/dist/esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cratis/components",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.8",
|
|
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
|
-
"react-router-dom": "7.
|
|
123
|
-
"reflect-metadata": "0.2.2",
|
|
117
|
+
"react-router-dom": "7.14.0",
|
|
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
|
-
"storybook": "^10.3.
|
|
122
|
+
"storybook": "^10.3.4"
|
|
130
123
|
},
|
|
131
124
|
"peerDependencies": {
|
|
132
|
-
"
|
|
125
|
+
"@cratis/arc": "^20.3.1",
|
|
126
|
+
"@cratis/arc.react": "^20.3.1",
|
|
127
|
+
"@cratis/arc.vite": "^20.3.1",
|
|
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
|
}
|