Skip to content

Commit 88e4ba6

Browse files
committed
feat: add slugify dependency for thread creation
1 parent 8fb8f28 commit 88e4ba6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"dayjs": "^1.9.6",
2727
"normalize.css": "^8.0.1",
2828
"nprogress": "^0.2.0",
29+
"slugify": "^1.6.1",
2930
"socketcluster-client": "^14.3.2",
3031
"swrv": "^1.0.0-beta.5",
3132
"vue": "^3.0.0",

Diff for: yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -7896,6 +7896,11 @@ slice-ansi@^4.0.0:
78967896
astral-regex "^2.0.0"
78977897
is-fullwidth-code-point "^3.0.0"
78987898

7899+
slugify@^1.6.1:
7900+
version "1.6.1"
7901+
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.1.tgz#a5fcaef29f4e57c6e932ce7044b6ffd9cf81b641"
7902+
integrity sha512-5ofqMTbetNhxlzjYYLBaZFQd6oiTuSkQlyfPEFIMwgUABlZQ0hbk5xIV9Ydd5jghWeRoO7GkiJliUvTpLOjNRA==
7903+
78997904
snapdragon-node@^2.0.1:
79007905
version "2.1.1"
79017906
resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"

0 commit comments

Comments
 (0)