svelte-tweakpane-ui 1.5.4 → 1.5.6

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 +22 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-tweakpane-ui",
3
- "version": "1.5.4",
3
+ "version": "1.5.6",
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",
@@ -183,48 +183,48 @@
183
183
  "./dist"
184
184
  ],
185
185
  "dependencies": {
186
- "@kitschpatrol/tweakpane-plugin-camerakit": "0.3.1-beta.2",
187
- "@kitschpatrol/tweakpane-plugin-essentials": "0.2.2-beta.2",
188
- "@kitschpatrol/tweakpane-plugin-file-import": "1.1.2-beta.1",
189
- "@kitschpatrol/tweakpane-plugin-image": "2.0.1-beta.4",
190
- "@kitschpatrol/tweakpane-plugin-inputs": "1.0.4-beta.3",
191
- "@kitschpatrol/tweakpane-plugin-profiler": "0.4.2-beta.2",
192
- "@kitschpatrol/tweakpane-plugin-rotation": "0.2.1-beta.1",
193
- "@kitschpatrol/tweakpane-plugin-textarea": "2.0.1-beta.1",
194
- "@kitschpatrol/tweakpane-plugin-waveform": "1.0.4-beta.2",
186
+ "@kitschpatrol/tweakpane-plugin-camerakit": "0.3.1-beta.3",
187
+ "@kitschpatrol/tweakpane-plugin-essentials": "0.2.2-beta.3",
188
+ "@kitschpatrol/tweakpane-plugin-file-import": "1.1.2-beta.2",
189
+ "@kitschpatrol/tweakpane-plugin-image": "2.0.1-beta.6",
190
+ "@kitschpatrol/tweakpane-plugin-inputs": "1.0.4-beta.4",
191
+ "@kitschpatrol/tweakpane-plugin-profiler": "0.4.2-beta.3",
192
+ "@kitschpatrol/tweakpane-plugin-rotation": "0.2.1-beta.2",
193
+ "@kitschpatrol/tweakpane-plugin-textarea": "2.0.1-beta.2",
194
+ "@kitschpatrol/tweakpane-plugin-waveform": "1.0.4-beta.3",
195
195
  "@tweakpane/core": "2.0.5",
196
196
  "esm-env": "^1.2.2",
197
197
  "fast-copy": "^3.0.2",
198
198
  "fast-equals": "^5.2.2",
199
- "nanoid": "^5.1.2",
199
+ "nanoid": "^5.1.4",
200
200
  "svelte-persisted-store": "0.12.0",
201
201
  "tweakpane": "4.0.5"
202
202
  },
203
203
  "devDependencies": {
204
- "@kitschpatrol/shared-config": "^5.1.0",
204
+ "@kitschpatrol/shared-config": "^5.3.1",
205
205
  "@phenomnomnominal/tsquery": "^6.1.3",
206
- "@playwright/test": "^1.50.1",
206
+ "@playwright/test": "^1.51.1",
207
207
  "@stkb/rewrap": "^0.1.0",
208
208
  "@sveltejs/adapter-static": "^3.0.8",
209
- "@sveltejs/kit": "^2.17.3",
209
+ "@sveltejs/kit": "^2.20.0",
210
210
  "@sveltejs/package": "^2.3.10",
211
211
  "@sveltejs/vite-plugin-svelte": "^3.1.2",
212
212
  "@types/eslint": "^8.56.12",
213
213
  "@types/fs-extra": "^11.0.4",
214
- "@types/node": "^18.19.79",
215
- "bumpp": "^10.0.3",
216
- "eslint": "^9.21.0",
214
+ "@types/node": "^18.19.80",
215
+ "bumpp": "^10.1.0",
216
+ "eslint": "^9.22.0",
217
217
  "fs-extra": "^11.3.0",
218
218
  "glob": "^11.0.1",
219
219
  "postcss-html": "^1.8.0",
220
220
  "prettier": "^3.5.3",
221
- "publint": "^0.3.8",
221
+ "publint": "^0.3.9",
222
222
  "read-package-up": "^11.0.0",
223
- "remark-mdat": "^1.0.1",
223
+ "remark-mdat": "^1.0.2",
224
224
  "svelte": "^4.2.19",
225
- "svelte-check": "^4.1.4",
225
+ "svelte-check": "^4.1.5",
226
226
  "svelte-language-server": "0.17.0",
227
- "svelte2tsx": "^0.7.34",
227
+ "svelte2tsx": "^0.7.35",
228
228
  "ts-morph": "^24.0.0",
229
229
  "tslib": "^2.8.1",
230
230
  "tsx": "^4.19.3",
@@ -267,7 +267,7 @@
267
267
  "kit-dev": " pnpm run kit-examples && vite dev",
268
268
  "kit-examples": "tsx ./scripts/generate-kit-examples.ts",
269
269
  "kit-preview": "vite preview",
270
- "lint": "kpi lint",
270
+ "lint": "kpi lint && svelte-check --tsconfig ./tsconfig.build.json",
271
271
  "release": "pnpm run build && bumpp --commit 'Release: %s' && pnpm publish --ignore-scripts --otp $(op read 'op://Personal/Npmjs/one-time password?attribute=otp')",
272
272
  "rewrap": "rewrap -i --column 100 `find src \\( -name '*.svelte' -o -name '*.ts' -o -name '*.html' \\) -type f | grep -v src/examples`",
273
273
  "test": "pnpm run --sequential /^test:/",