Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Aug 17, 2024
1 parent aa7e231 commit 805aaec
Show file tree
Hide file tree
Showing 9 changed files with 432 additions and 438 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"packages/*"
],
"devDependencies": {
"@nice-move/cli": "^0.11.13",
"@nice-move/eslint-config-base": "^0.11.11",
"@nice-move/prettier-config": "^0.12.4",
"@nice-move/syncpack-config": "^0.2.4",
"@nice-move/tsconfig": "^0.2.4",
"best-shot": "0.5.11",
"@nice-move/cli": "^0.11.14",
"@nice-move/eslint-config-base": "^0.11.13",
"@nice-move/prettier-config": "^0.12.5",
"@nice-move/syncpack-config": "^0.2.6",
"@nice-move/tsconfig": "^0.2.5",
"best-shot": "0.7.1",
"eslint": "^8.57.0",
"garou": "^0.7.6",
"garou": "^0.7.8",
"prettier": "^3.3.3",
"syncpack": "^12.3.3",
"syncpack": "^12.4.0",
"typescript": "~5.5.4"
},
"peerDependencies": {
Expand All @@ -50,7 +50,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.0.0 || ^20.0.0",
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0",
"npm": "^9.5.0"
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/cli",
"version": "0.9.5",
"version": "0.9.6",
"description": "Common command line interface of 'bring-it'",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"cheetor": "^0.13.0"
},
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/notify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/notify",
"version": "0.3.12",
"version": "0.3.13",
"description": "Send releases notifications",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"conventional-commits-parser": "^6.0.0",
"fast-clean": "^1.3.2",
"gitlog": "^5.0.2",
"gitlog": "^5.1.0",
"lodash": "^4.17.21",
"mdast-util-to-markdown": "^2.1.0",
"semver": "^7.6.3"
Expand All @@ -51,7 +51,7 @@
"@bring-it/cli": "workspace:~"
},
"engines": {
"node": "^18.0.0 || ^20.0.0",
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0",
"npm": "^9.5.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/npm",
"version": "0.5.7",
"version": "0.5.8",
"description": "Publish npm packages when needed",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"execa": "^8.0.1",
"execa": "^9.3.1",
"ini": "^4.1.3",
"is-url": "^1.2.4",
"semver": "^7.6.3",
Expand All @@ -51,7 +51,7 @@
"@bring-it/cli": "workspace:~"
},
"engines": {
"node": "^18.0.0 || ^20.0.0",
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0",
"npm": "^9.5.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/sample",
"version": "0.4.6",
"version": "0.4.7",
"description": "Generate code sample files",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"@bring-it/cli": "workspace:~"
},
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/sentry",
"version": "0.5.5",
"version": "0.5.6",
"description": "Update sentry artifacts",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"@bring-it/cli": "workspace:~"
},
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/sftp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/sftp",
"version": "0.3.5",
"version": "0.3.6",
"description": "SFTP deployment tool for frontend",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -50,13 +50,13 @@
"p-series": "^3.0.0",
"p-timeout": "^6.1.2",
"slash": "^5.1.0",
"ssh-config": "^4.4.4"
"ssh-config": "^5.0.0"
},
"peerDependencies": {
"@bring-it/cli": "workspace:~"
},
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@bring-it/cli": "workspace:~"
},
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": ">=22.0.0 || ^18.20.0 || ^20.4.0"
}
}
Loading

0 comments on commit 805aaec

Please sign in to comment.