Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Oct 16, 2024
1 parent 73220b5 commit f43189a
Show file tree
Hide file tree
Showing 10 changed files with 293 additions and 636 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"packages/*"
],
"dependencies": {
"playwright-core": "~1.47.2"
"playwright-core": "~1.48.0"
},
"devDependencies": {
"@nice-move/all-in-base": "^0.2.0",
"@nice-move/syncpack-config": "^0.2.8",
"best-shot": "0.7.4",
"@nice-move/all-in-base": "^0.2.4",
"@nice-move/syncpack-config": "^0.2.9",
"best-shot": "0.7.6",
"eslint": "^8.57.1",
"garou": "^0.7.8",
"garou": "^0.8.1",
"log-symbols": "^4.1.0",
"prettier": "^3.3.3",
"syncpack": "^13.0.0",
Expand All @@ -45,14 +45,14 @@
},
"pnpm": {
"overrides": {
"cpu-features": "npm:cheetor@^0.0.0"
"cpu-features": "-"
}
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.12.1",
"engines": {
"node": ">=22.0.0 || ^18.20.0 || ^20.5.0",
"npm": "^10.5.0",
"pnpm": "^9.6.0"
"pnpm": "^9.12.1"
},
"eslintConfig": {
"extends": "@nice-move/eslint-config-base"
Expand All @@ -61,7 +61,6 @@
"bundle": [
"packages/**"
],
"import-groups": "nice-move-preset",
"internal-regex": "^@bring-it\\/utils"
},
"prettier": "@nice-move/prettier-config"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"globby": "^14.0.2",
"yargs": "^17.7.2"
"globby": "catalog:",
"yargs": "catalog:"
},
"devDependencies": {
"cheetor": "^0.13.0"
"cheetor": "catalog:"
},
"engines": {
"node": ">=22.0.0 || ^18.20.0 || ^20.5.0"
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.15",
"version": "0.3.16",
"description": "Send releases notifications",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -43,9 +43,9 @@
"conventional-commits-parser": "^6.0.0",
"fast-clean": "^1.3.2",
"gitlog": "^5.1.0",
"lodash": "^4.17.21",
"lodash": "catalog:",
"mdast-util-to-markdown": "^2.1.0",
"semver": "^7.6.3"
"semver": "catalog:"
},
"peerDependencies": {
"@bring-it/cli": "workspace:~"
Expand Down
8 changes: 4 additions & 4 deletions packages/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"execa": "^9.4.0",
"ini": "^5.0.0",
"execa": "catalog:",
"ini": "catalog:",
"is-url": "^1.2.4",
"semver": "^7.6.3",
"semver": "catalog:",
"validate-npm-package-name": "^5.0.1"
},
"peerDependencies": {
Expand All @@ -53,7 +53,7 @@
"engines": {
"node": ">=22.0.0 || ^18.20.0 || ^20.5.0",
"npm": "^10.5.0",
"pnpm": "^9.6.0"
"pnpm": "^9.12.1"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"globby": "^14.0.2"
"globby": "catalog:"
},
"peerDependencies": {
"@bring-it/cli": "workspace:~",
"playwright-core": "~1.47.2"
"playwright-core": "~1.48.0"
},
"peerDependenciesMeta": {
"playwright-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"globby": "^14.0.2"
"globby": "catalog:"
},
"devDependencies": {
"@npmcli/promise-spawn": "^7.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/sftp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"globby": "^14.0.2"
"globby": "catalog:"
},
"devDependencies": {
"lodash": "^4.17.21",
"lodash": "catalog:",
"node-ssh": "^13.2.0",
"p-all": "^5.0.0",
"p-retry": "^6.2.0",
"p-series": "^3.0.0",
"p-timeout": "^6.1.2",
"slash": "^5.1.0",
"slash": "catalog:",
"ssh-config": "^5.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "index.mjs",
"type": "module",
"dependencies": {
"chalk": "^5.3.0"
"chalk": "catalog:"
},
"peerDependencies": {
"@bring-it/cli": "workspace:~"
Expand Down
Loading

0 comments on commit f43189a

Please sign in to comment.