svelte-tweakpane-ui 1.5.1 → 1.5.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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-tweakpane-ui",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Svelte component library wrapping UI elements from Tweakpane, plus some additional functionality for convenience and flexibility.",
|
|
6
6
|
"repository": {
|
|
@@ -203,9 +203,9 @@
|
|
|
203
203
|
"@kitschpatrol/tweakpane-plugin-textarea": "2.0.1-beta.1",
|
|
204
204
|
"@kitschpatrol/tweakpane-plugin-waveform": "1.0.4-beta.2",
|
|
205
205
|
"@tweakpane/core": "2.0.5",
|
|
206
|
-
"esm-env": "^1.2.
|
|
206
|
+
"esm-env": "^1.2.2",
|
|
207
207
|
"fast-copy": "^3.0.2",
|
|
208
|
-
"fast-equals": "^5.
|
|
208
|
+
"fast-equals": "^5.2.2",
|
|
209
209
|
"nanoid": "^5.0.9",
|
|
210
210
|
"svelte-persisted-store": "0.12.0",
|
|
211
211
|
"tweakpane": "4.0.5"
|
|
@@ -213,33 +213,33 @@
|
|
|
213
213
|
"devDependencies": {
|
|
214
214
|
"@kitschpatrol/shared-config": "^4.7.12",
|
|
215
215
|
"@phenomnomnominal/tsquery": "^6.1.3",
|
|
216
|
-
"@playwright/test": "^1.
|
|
216
|
+
"@playwright/test": "^1.50.0",
|
|
217
217
|
"@stkb/rewrap": "^0.1.0",
|
|
218
|
-
"@sveltejs/adapter-static": "^3.0.
|
|
219
|
-
"@sveltejs/kit": "^2.
|
|
220
|
-
"@sveltejs/package": "^2.3.
|
|
218
|
+
"@sveltejs/adapter-static": "^3.0.8",
|
|
219
|
+
"@sveltejs/kit": "^2.16.1",
|
|
220
|
+
"@sveltejs/package": "^2.3.9",
|
|
221
221
|
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
|
222
222
|
"@types/eslint": "^8.56.12",
|
|
223
223
|
"@types/fs-extra": "^11.0.4",
|
|
224
|
-
"@types/node": "^18.19.
|
|
225
|
-
"bumpp": "^9.
|
|
224
|
+
"@types/node": "^18.19.74",
|
|
225
|
+
"bumpp": "^9.11.1",
|
|
226
226
|
"eslint": "^8.57.1",
|
|
227
|
-
"fs-extra": "^11.
|
|
228
|
-
"glob": "^11.0.
|
|
229
|
-
"postcss-html": "^1.
|
|
227
|
+
"fs-extra": "^11.3.0",
|
|
228
|
+
"glob": "^11.0.1",
|
|
229
|
+
"postcss-html": "^1.8.0",
|
|
230
230
|
"publint": "^0.2.12",
|
|
231
231
|
"read-package-up": "^11.0.0",
|
|
232
|
-
"remark-mdat": "^0.7.
|
|
232
|
+
"remark-mdat": "^0.7.5",
|
|
233
233
|
"svelte": "^4.2.19",
|
|
234
|
-
"svelte-check": "^4.1.
|
|
234
|
+
"svelte-check": "^4.1.4",
|
|
235
235
|
"svelte-language-server": "0.17.0",
|
|
236
|
-
"svelte2tsx": "^0.7.
|
|
236
|
+
"svelte2tsx": "^0.7.34",
|
|
237
237
|
"ts-morph": "^24.0.0",
|
|
238
238
|
"tslib": "^2.8.1",
|
|
239
239
|
"tsx": "^4.19.2",
|
|
240
240
|
"typescript": "~5.6.3",
|
|
241
|
-
"vite": "^5.4.
|
|
242
|
-
"yaml": "^2.
|
|
241
|
+
"vite": "^5.4.14",
|
|
242
|
+
"yaml": "^2.7.0"
|
|
243
243
|
},
|
|
244
244
|
"publishConfig": {
|
|
245
245
|
"access": "public"
|