Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 10 upda…
Browse files Browse the repository at this point in the history
…tes (#308)
  • Loading branch information
mohammadhonarvar authored Oct 10, 2024
2 parents 653269d + 7bdcf3f commit 9e68ddb
Show file tree
Hide file tree
Showing 7 changed files with 240 additions and 250 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
"devDependencies": {
"@alwatr/eslint-config": "^1.2.8",
"@alwatr/prettier-config": "^1.0.5",
"@lerna-lite/changed": "^3.9.2",
"@lerna-lite/cli": "^3.9.2",
"@lerna-lite/diff": "^3.9.2",
"@lerna-lite/exec": "^3.9.2",
"@lerna-lite/publish": "^3.9.2",
"@lerna-lite/run": "^3.9.2",
"@lerna-lite/version": "^3.9.2",
"@lerna-lite/changed": "^3.9.3",
"@lerna-lite/cli": "^3.9.3",
"@lerna-lite/diff": "^3.9.3",
"@lerna-lite/exec": "^3.9.3",
"@lerna-lite/publish": "^3.9.3",
"@lerna-lite/run": "^3.9.3",
"@lerna-lite/version": "^3.9.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-require-extensions": "^0.1.3",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@alwatr/prettier-config": "^1.0.5",
"@alwatr/tsconfig-base": "^1.3.0",
"@alwatr/type-helper": "^2.0.0",
"@types/node": "^22.7.4",
"typescript": "^5.6.2"
"@types/node": "^22.7.5",
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@alwatr/prettier-config": "^1.0.5",
"@alwatr/tsconfig-base": "^1.3.0",
"@alwatr/wait": "^1.1.16",
"@types/node": "^22.7.4",
"typescript": "^5.6.2"
"@types/node": "^22.7.5",
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/nitrobase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@alwatr/prettier-config": "^1.0.5",
"@alwatr/tsconfig-base": "^1.3.0",
"@alwatr/wait": "^1.1.16",
"@types/node": "^22.7.4",
"typescript": "^5.6.2"
"@types/node": "^22.7.5",
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@alwatr/prettier-config": "^1.0.5",
"@alwatr/tsconfig-base": "^1.3.0",
"@alwatr/type-helper": "^2.0.0",
"@types/node": "^22.7.4",
"typescript": "^5.6.2"
"@types/node": "^22.7.5",
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@alwatr/prettier-config": "^1.0.5",
"@alwatr/tsconfig-base": "^1.3.0",
"@alwatr/type-helper": "^2.0.0",
"@types/node": "^22.7.4",
"typescript": "^5.6.2"
"@types/node": "^22.7.5",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 9e68ddb

Please sign in to comment.