Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit f7ba4cc

Browse files
chore: update deps
1 parent 430f90b commit f7ba4cc

File tree

2 files changed

+9106
-514
lines changed

2 files changed

+9106
-514
lines changed

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,17 @@
2626
"url": "https://github.com/ComfortablyCoding/strapi-plugin-slugify/issues"
2727
},
2828
"dependencies": {
29-
"@sindresorhus/slugify": "1.1.0"
29+
"@sindresorhus/slugify": "1.1.0",
30+
"lodash": "^4.17.21",
31+
"yup": "^0.32.9",
32+
"@strapi/strapi": "^4.14.0",
33+
"@strapi/utils": "^4.14.0"
3034
},
3135
"devDependencies": {
32-
"eslint": "^8.52.0",
36+
"eslint": "^8.53.0",
3337
"eslint-config-prettier": "^9.0.0",
3438
"eslint-plugin-node": "^11.1.0",
35-
"prettier": "^3.0.3"
36-
},
37-
"peerDependencies": {
38-
"@strapi/strapi": "^4.14.0",
39-
"@strapi/utils": "^4.14.0",
40-
"lodash": "^4.17.21",
41-
"yup": "^0.32.9"
39+
"prettier": "^3.1.0"
4240
},
4341
"strapi": {
4442
"displayName": "Slugify",

0 commit comments

Comments
 (0)