Skip to content

Commit

Permalink
fix: bump some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Sep 25, 2024
1 parent 3111183 commit 681a62c
Show file tree
Hide file tree
Showing 5 changed files with 484 additions and 378 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,24 @@
"@tsed/logger": ">=6.2.1",
"@tsed/normalize-path": ">=7.14.2",
"any-observable": "0.5.1",
"axios": "1.6.7",
"chalk": "4.1.0",
"axios": "1.7.7",
"chalk": "5.3.0",
"commander": "9.3.0",
"consolidate": "0.16.0",
"consolidate": "1.0.4",
"execa": "5.1.1",
"figures": "4.0.1",
"fs-extra": "11.1.0",
"handlebars": "4.7.7",
"handlebars": "4.7.8",
"handlebars-helpers": "0.10.0",
"inquirer": "8.2.4",
"inquirer-autocomplete-prompt": "2.0.0",
"inquirer": "8.2.6",
"inquirer-autocomplete-prompt": "2.0.1",
"js-yaml": "4.1.0",
"lerna": "8.1.8",
"listr2": "5.0.5",
"listr2": "5.0.8",
"read-pkg-up": "7.0.1",
"registry-url": "5.1.0",
"rxjs": "^7.5.5",
"semver": "7.3.5",
"rxjs": "^7.8.1",
"semver": "7.6.3",
"split": "1.0.1",
"tslib": "2.3.1",
"update-notifier": "5.1.0"
Expand All @@ -81,23 +81,23 @@
"@tsed/monorepo-utils": "2.3.5",
"@tsed/ts-doc": "^4.1.0",
"@types/node": "22.7.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@vitest/coverage-v8": "^2.1.1",
"concurrently": "7.6.0",
"concurrently": "9.0.1",
"cross-env": "7.0.3",
"entities": "1.1.2",
"eslint": "9.10.0",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-workspaces": "0.8.0",
"gflow": "^5.1.2",
"husky": "8.0.1",
"eslint-plugin-workspaces": "0.10.1",
"gflow": "^5.1.4",
"husky": "9.1.6",
"is-ci": "3.0.1",
"lint-staged": "13.0.3",
"markdown-it": "13.0.1",
"lint-staged": "15.2.10",
"markdown-it": "13.0.2",
"prettier": "3.3.3",
"semantic-release": "24.1.1",
"semantic-release-slack-bot": "4.0.2",
Expand Down
20 changes: 10 additions & 10 deletions packages/cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,27 @@
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"ajv": "8.17.1",
"axios": "1.6.7",
"axios": "1.7.7",
"chalk": "4.1.2",
"change-case": "^4.1.2",
"change-case": "^5.4.4",
"commander": "9.3.0",
"consolidate": "1.0.1",
"consolidate": "1.0.4",
"create-frame": "1.0.0",
"enquirer": "2.3.6",
"enquirer": "2.4.1",
"execa": "5.1.1",
"figures": "4.0.1",
"fs-extra": "11.1.0",
"globby": "11.1.0",
"handlebars": "4.7.7",
"handlebars": "4.7.8",
"handlebars-utils": "1.0.6",
"inquirer": "8.2.4",
"inquirer-autocomplete-prompt": "2.0.0",
"inquirer": "8.2.6",
"inquirer-autocomplete-prompt": "2.0.1",
"js-yaml": "4.1.0",
"listr2": "5.0.5",
"listr2": "5.0.8",
"read-pkg-up": "7.0.1",
"registry-url": "5.1.0",
"rxjs": "^7.5.5",
"semver": "7.3.5",
"rxjs": "^7.8.1",
"semver": "7.6.3",
"split": "1.0.1",
"tslib": "2.3.1",
"tunnel": "0.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
},
"dependencies": {
"change-case": "^4.1.2",
"change-case": "^5.4.4",
"tslib": "2.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"esm-module-alias": "^2.2.1",
"globby": "11.1.0",
"read-pkg-up": "7.0.1",
"semver": "^7.3.5",
"semver": "^7.6.3",
"tslib": "2.3.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 681a62c

Please sign in to comment.