svelte-tweakpane-ui 1.5.7 → 1.5.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-tweakpane-ui",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.8",
|
|
4
4
|
"description": "A Svelte component library wrapping UI elements from Tweakpane, plus some additional functionality for convenience and flexibility.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"@kitschpatrol/tweakpane-plugin-essentials": "0.2.2-beta.3",
|
|
188
188
|
"@kitschpatrol/tweakpane-plugin-file-import": "1.1.2-beta.2",
|
|
189
189
|
"@kitschpatrol/tweakpane-plugin-image": "2.0.1-beta.6",
|
|
190
|
-
"@kitschpatrol/tweakpane-plugin-inputs": "1.0.4-beta.
|
|
190
|
+
"@kitschpatrol/tweakpane-plugin-inputs": "1.0.4-beta.5",
|
|
191
191
|
"@kitschpatrol/tweakpane-plugin-profiler": "0.4.2-beta.3",
|
|
192
192
|
"@kitschpatrol/tweakpane-plugin-rotation": "0.2.1-beta.2",
|
|
193
193
|
"@kitschpatrol/tweakpane-plugin-textarea": "2.0.1-beta.2",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"tweakpane": "4.0.5"
|
|
202
202
|
},
|
|
203
203
|
"devDependencies": {
|
|
204
|
-
"@kitschpatrol/shared-config": "^5.4.
|
|
204
|
+
"@kitschpatrol/shared-config": "^5.4.2",
|
|
205
205
|
"@phenomnomnominal/tsquery": "^6.1.3",
|
|
206
206
|
"@playwright/test": "^1.52.0",
|
|
207
207
|
"@stkb/rewrap": "^0.1.0",
|