svelte-tweakpane-ui 1.5.0 → 1.5.1

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 +36 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-tweakpane-ui",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
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": {
@@ -202,44 +202,44 @@
202
202
  "@kitschpatrol/tweakpane-plugin-rotation": "0.2.1-beta.1",
203
203
  "@kitschpatrol/tweakpane-plugin-textarea": "2.0.1-beta.1",
204
204
  "@kitschpatrol/tweakpane-plugin-waveform": "1.0.4-beta.2",
205
- "@tweakpane/core": "2.0.4",
206
- "esm-env": "1.0.0",
207
- "fast-copy": "3.0.2",
208
- "fast-equals": "5.0.1",
209
- "nanoid": "5.0.7",
210
- "svelte-persisted-store": "0.11.0",
211
- "tweakpane": "4.0.4"
205
+ "@tweakpane/core": "2.0.5",
206
+ "esm-env": "^1.2.1",
207
+ "fast-copy": "^3.0.2",
208
+ "fast-equals": "^5.0.1",
209
+ "nanoid": "^5.0.9",
210
+ "svelte-persisted-store": "0.12.0",
211
+ "tweakpane": "4.0.5"
212
212
  },
213
213
  "devDependencies": {
214
- "@kitschpatrol/shared-config": "4.7.11",
215
- "@phenomnomnominal/tsquery": "6.1.3",
216
- "@playwright/test": "1.48.1",
217
- "@stkb/rewrap": "0.1.0",
218
- "@sveltejs/adapter-static": "3.0.5",
219
- "@sveltejs/kit": "2.7.2",
220
- "@sveltejs/package": "2.3.5",
221
- "@sveltejs/vite-plugin-svelte": "3.1.2",
222
- "@types/eslint": "8.56.12",
223
- "@types/fs-extra": "11.0.4",
224
- "@types/node": "18.19.57",
225
- "bumpp": "9.7.1",
226
- "eslint": "8.57.1",
227
- "fs-extra": "11.2.0",
228
- "glob": "11.0.0",
229
- "postcss-html": "1.7.0",
230
- "publint": "0.2.11",
231
- "read-package-up": "11.0.0",
232
- "remark-mdat": "0.7.3",
233
- "svelte": "4.2.19",
234
- "svelte-check": "4.0.5",
214
+ "@kitschpatrol/shared-config": "^4.7.12",
215
+ "@phenomnomnominal/tsquery": "^6.1.3",
216
+ "@playwright/test": "^1.49.1",
217
+ "@stkb/rewrap": "^0.1.0",
218
+ "@sveltejs/adapter-static": "^3.0.6",
219
+ "@sveltejs/kit": "^2.10.1",
220
+ "@sveltejs/package": "^2.3.7",
221
+ "@sveltejs/vite-plugin-svelte": "^3.1.2",
222
+ "@types/eslint": "^8.56.12",
223
+ "@types/fs-extra": "^11.0.4",
224
+ "@types/node": "^18.19.68",
225
+ "bumpp": "^9.9.0",
226
+ "eslint": "^8.57.1",
227
+ "fs-extra": "^11.2.0",
228
+ "glob": "^11.0.0",
229
+ "postcss-html": "^1.7.0",
230
+ "publint": "^0.2.12",
231
+ "read-package-up": "^11.0.0",
232
+ "remark-mdat": "^0.7.4",
233
+ "svelte": "^4.2.19",
234
+ "svelte-check": "^4.1.1",
235
235
  "svelte-language-server": "0.17.0",
236
- "svelte2tsx": "0.7.22",
237
- "ts-morph": "24.0.0",
238
- "tslib": "2.8.0",
239
- "tsx": "4.19.1",
240
- "typescript": "5.6.3",
241
- "vite": "5.4.9",
242
- "yaml": "2.6.0"
236
+ "svelte2tsx": "^0.7.30",
237
+ "ts-morph": "^24.0.0",
238
+ "tslib": "^2.8.1",
239
+ "tsx": "^4.19.2",
240
+ "typescript": "~5.6.3",
241
+ "vite": "^5.4.11",
242
+ "yaml": "^2.6.1"
243
243
  },
244
244
  "publishConfig": {
245
245
  "access": "public"