Skip to content

Commit

Permalink
fix: nodemon setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebodin committed Sep 12, 2024
1 parent 7eeead5 commit 26465cc
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 177 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/sdk-plugin",
"version": "0.0.0-experimental.3ddc4bc338d159d83d4b4e1119dbda5e56f10cf4",
"version": "5.2.3-alpha.2",
"description": "Simple tools for developing Strapi plugins",
"keywords": [
"strapi",
Expand Down Expand Up @@ -58,7 +58,7 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/pack-up": "0.0.0-experimental.d0238c20f2d2af79a77b594f297c7380a46dfe33",
"@strapi/pack-up": "5.0.1-alpha.3",
"@types/prompts": "2.4.9",
"boxen": "5.1.2",
"chalk": "4.1.2",
Expand All @@ -73,6 +73,7 @@
"pkg-up": "3.1.0",
"prettier": "2.8.8",
"typescript": "5.4.4",
"yalc": "1.0.0-pre.53",
"yup": "0.32.9"
},
"devDependencies": {
Expand All @@ -87,7 +88,6 @@
"@types/git-url-parse": "9.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
"@types/nodemon": "^1.19.6",
"@types/prettier": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
Expand Down
Loading

0 comments on commit 26465cc

Please sign in to comment.