Bump welshman/util

This commit is contained in:
Jon Staab 2024-07-18 13:30:09 -07:00
parent a3ed33564a
commit ab7a28ae34
2 changed files with 1 additions and 3 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -9,7 +9,6 @@
"check:es": "eslint 'src/**/*.{js,ts,svelte}' --quiet",
"check:ts": "svelte-check --tsconfig ./tsconfig.json --threshold error",
"check:fmt": "prettier --check $(git diff head --name-only --diff-filter d | grep -E '(js|ts|svelte)$' | xargs)",
"check:cycles": "madge --circular src/main.js",
"check:errors": "run-p check:es check:ts check:cycles",
"check": "run-p check:errors check:fmt",
"format": "prettier --write $(git diff head --name-only --diff-filter d | grep -E '(js|ts|svelte)$' | xargs)",
@ -30,7 +29,6 @@
"eslint": "^8.57.0",
"eslint-plugin-svelte": "^2.37.0",
"favicons": "^7.2.0",
"madge": "^6.1.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
@ -59,7 +57,7 @@
"@welshman/feeds": "^0.0.12",
"@welshman/lib": "^0.0.11",
"@welshman/net": "^0.0.14",
"@welshman/util": "^0.0.16",
"@welshman/util": "^0.0.17",
"bowser": "^2.11.0",
"classnames": "^2.5.1",
"compressorjs": "^1.2.1",