Add slugify dependency

This commit is contained in:
2023-07-30 00:26:31 +04:00
parent 8e555b7794
commit e73c0555e7
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -37,7 +37,8 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-swipeable-views": "^0.13.9", "react-swipeable-views": "^0.13.9",
"react-virtuoso": "^4.4.0", "react-virtuoso": "^4.4.0",
"sharp": "^0.29.3" "sharp": "^0.29.3",
"slugify": "^1.6.6"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.7.0", "eslint": "^8.7.0",
+5
View File
@@ -7246,6 +7246,11 @@ slash@^4.0.0:
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
slugify@^1.6.6:
version "1.6.6"
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.6.tgz#2d4ac0eacb47add6af9e04d3be79319cbcc7924b"
integrity sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==
source-list-map@^2.0.0: source-list-map@^2.0.0:
version "2.0.1" version "2.0.1"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"