@dazl/addons 1.7.1 → 1.7.2
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/addons.json +0 -18
- package/package.json +4 -4
package/dist/addons.json
CHANGED
|
@@ -117,24 +117,6 @@
|
|
|
117
117
|
"homepage": "https://motion.dev/",
|
|
118
118
|
"exampleUsagePrompt": "Create smooth and interactive animations for the current page using the Motion library."
|
|
119
119
|
},
|
|
120
|
-
"react-konva": {
|
|
121
|
-
"id": "react-konva",
|
|
122
|
-
"displayName": "Konva",
|
|
123
|
-
"description": "Drawing complex canvas graphics",
|
|
124
|
-
"dependencies": [
|
|
125
|
-
"react-konva",
|
|
126
|
-
"konva"
|
|
127
|
-
],
|
|
128
|
-
"tags": [
|
|
129
|
-
"canvas",
|
|
130
|
-
"graphics",
|
|
131
|
-
"drawing",
|
|
132
|
-
"2d",
|
|
133
|
-
"visualization"
|
|
134
|
-
],
|
|
135
|
-
"homepage": "https://konvajs.org/",
|
|
136
|
-
"exampleUsagePrompt": "Create an interactive canvas graphic using React Konva that includes shapes, images, and text elements."
|
|
137
|
-
},
|
|
138
120
|
"react-leaflet": {
|
|
139
121
|
"id": "react-leaflet",
|
|
140
122
|
"displayName": "Leaflet",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dazl/addons",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Add-ons for Dazl",
|
|
6
6
|
"exports": {
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/mocha": "^10.0.10",
|
|
23
23
|
"@types/node": "24",
|
|
24
|
-
"@types/react": "^19.2.
|
|
24
|
+
"@types/react": "^19.2.14",
|
|
25
25
|
"@types/react-dom": "^19.2.3",
|
|
26
26
|
"@types/react-image-gallery": "^1.2.4",
|
|
27
27
|
"classnames": "^2.5.1",
|
|
28
|
-
"mocha": "
|
|
29
|
-
"motion": "^12.
|
|
28
|
+
"mocha": "12.0.0-beta-10",
|
|
29
|
+
"motion": "^12.34.4",
|
|
30
30
|
"prettier": "^3.8.1",
|
|
31
31
|
"react": "^19.2.4",
|
|
32
32
|
"react-dom": "^19.2.4",
|