Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 10, 2024
1 parent 138cd42 commit 78d3f74
Show file tree
Hide file tree
Showing 8 changed files with 2,141 additions and 1,795 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"packageManager": "pnpm@7.32.5",
"packageManager": "pnpm@7.33.6",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
Expand Down Expand Up @@ -40,27 +40,27 @@
]
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@ombro/eslint-config-typescript": "^0.1.3",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@ombro/eslint-config-typescript": "^0.1.4",
"@ombro/logger": "^1.5.5",
"@ombro/tsconfig": "^1.4.3",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/fs-extra": "^11.0.2",
"@types/node": "^18.16.16",
"@vitest/coverage-c8": "^0.31.1",
"@vitest/ui": "^0.31.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.19.15",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.34.7",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.41.0",
"eslint": "^8.56.0",
"execa": "^6.1.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"tsx": "^3.12.7",
"tsx": "^3.14.0",
"typescript": "^4.8.2",
"vitest": "^0.31.1"
"vitest": "^0.34.6"
}
}
4 changes: 2 additions & 2 deletions packages/check-update/package.json
Expand Up @@ -32,9 +32,9 @@
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-npm-helper": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"semver": "^7.5.1"
"semver": "^7.6.0"
},
"devDependencies": {
"@types/semver": "^7.5.0"
"@types/semver": "^7.5.6"
}
}
12 changes: 6 additions & 6 deletions packages/cli/package.json
Expand Up @@ -44,16 +44,16 @@
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-npm-helper": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"dotenv": "^16.4.2",
"fs-extra": "^11.2.0",
"gradient-string": "^2.0.2",
"import-local": "^3.1.0",
"root-check": "^2.0.0",
"semver": "^7.5.1"
"semver": "^7.6.0"
},
"devDependencies": {
"@types/gradient-string": "^1.1.2",
"@types/root-check": "^1.0.0",
"@types/semver": "^7.5.0"
"@types/gradient-string": "^1.1.5",
"@types/root-check": "^1.0.2",
"@types/semver": "^7.5.6"
}
}
8 changes: 4 additions & 4 deletions packages/command-boilerplate/package.json
Expand Up @@ -34,10 +34,10 @@
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-npm-helper": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"compressing": "^1.9.0",
"compressing": "^1.10.0",
"execa": "^6.1.0",
"fs-extra": "^11.1.1",
"node-fetch": "^3.3.1",
"yaml": "^2.3.1"
"fs-extra": "^11.2.0",
"node-fetch": "^3.3.2",
"yaml": "^2.3.4"
}
}
4 changes: 2 additions & 2 deletions packages/command/package.json
Expand Up @@ -31,9 +31,9 @@
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"commander": "^11.1.0",
"inquirer": "^9.2.10"
"inquirer": "^9.2.14"
},
"devDependencies": {
"@types/inquirer": "^9.0.3"
"@types/inquirer": "^9.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/config-helper/package.json
Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"fs-extra": "^11.1.1"
"fs-extra": "^11.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/npm-helper/package.json
Expand Up @@ -31,7 +31,7 @@
"@vrn-deco/cli-log": "workspace:*",
"@vrn-deco/cli-shared": "workspace:*",
"execa": "^6.1.0",
"fs-extra": "^11.1.1",
"node-fetch": "^3.3.1"
"fs-extra": "^11.2.0",
"node-fetch": "^3.3.2"
}
}

0 comments on commit 78d3f74

Please sign in to comment.