Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Sep 7, 2024
1 parent 71a1572 commit d22e89a
Show file tree
Hide file tree
Showing 8 changed files with 591 additions and 794 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@soybeanjs/cli",
"type": "module",
"version": "1.1.0",
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.9.0",
"description": "SoybeanJS's command line tools",
"author": {
"name": "Soybean",
Expand Down Expand Up @@ -52,27 +52,27 @@
},
"dependencies": {
"@soybeanjs/changelog": "0.3.24",
"bumpp": "9.4.1",
"c12": "1.11.1",
"bumpp": "9.5.2",
"c12": "1.11.2",
"cac": "6.7.14",
"consola": "3.2.3",
"enquirer": "2.4.1",
"execa": "9.3.0",
"execa": "9.3.1",
"kolorist": "1.8.0",
"npm-check-updates": "17.0.0",
"npm-check-updates": "17.1.1",
"rimraf": "6.0.1"
},
"devDependencies": {
"@soybeanjs/cli": "link:",
"@soybeanjs/eslint-config": "1.4.0",
"@types/node": "22.0.0",
"eslint": "9.8.0",
"eslint-plugin-vue": "9.27.0",
"@soybeanjs/eslint-config": "1.4.1",
"@types/node": "22.5.4",
"eslint": "9.10.0",
"eslint-plugin-vue": "9.28.0",
"fast-glob": "3.3.2",
"lint-staged": "15.2.7",
"lint-staged": "15.2.10",
"simple-git-hooks": "2.11.1",
"tsup": "8.2.3",
"tsx": "4.16.3",
"tsup": "8.2.4",
"tsx": "4.19.0",
"typescript": "5.5.4",
"vue-eslint-parser": "9.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-soybean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/minimist": "1.2.5",
"@types/prompts": "2.4.9",
"tsup": "8.2.3",
"tsup": "8.2.4",
"typescript": "5.5.4"
}
}
10 changes: 5 additions & 5 deletions packages/create-soybean/template-pnpm-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"cleanup": "soy cleanup",
"commit": "soy git-commit",
Expand All @@ -16,11 +16,11 @@
"dependencies": {},
"devDependencies": {
"@soybeanjs/cli": "1.1.0",
"@soybeanjs/eslint-config": "1.4.0",
"eslint": "9.8.0",
"lint-staged": "15.2.7",
"@soybeanjs/eslint-config": "1.4.1",
"eslint": "9.10.0",
"lint-staged": "15.2.10",
"simple-git-hooks": "2.11.1",
"tsx": "4.16.3",
"tsx": "4.19.0",
"typescript": "5.5.4"
},
"simple-git-hooks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.1.0",
"private": true,
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"typecheck": "tsc --noEmit --skipLibCheck"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/create-soybean/template-ts-lib-tsup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.9.0",
"sideEffects": false,
"exports": {
".": {
Expand Down Expand Up @@ -31,21 +31,21 @@
"dependencies": {
"cli-progress": "3.12.0",
"consola": "3.2.3",
"dayjs": "1.11.12",
"execa": "9.3.0",
"dayjs": "1.11.13",
"execa": "9.3.1",
"kolorist": "1.8.0",
"ofetch": "1.3.4"
},
"devDependencies": {
"@soybeanjs/cli": "1.1.0",
"@soybeanjs/eslint-config": "1.4.0",
"@soybeanjs/eslint-config": "1.4.1",
"@types/cli-progress": "3.11.6",
"@types/node": "22.0.0",
"eslint": "9.8.0",
"lint-staged": "15.2.7",
"@types/node": "22.5.4",
"eslint": "9.10.0",
"lint-staged": "15.2.10",
"simple-git-hooks": "2.11.1",
"tsup": "8.2.3",
"tsx": "4.16.3",
"tsup": "8.2.4",
"tsx": "4.19.0",
"typescript": "5.5.4"
},
"simple-git-hooks": {
Expand Down
16 changes: 8 additions & 8 deletions packages/create-soybean/template-ts-lib-unbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.9.0",
"sideEffects": false,
"exports": {
".": {
Expand All @@ -30,20 +30,20 @@
"dependencies": {
"cli-progress": "3.12.0",
"consola": "3.2.3",
"dayjs": "1.11.12",
"execa": "9.3.0",
"dayjs": "1.11.13",
"execa": "9.3.1",
"kolorist": "1.8.0",
"ofetch": "1.3.4"
},
"devDependencies": {
"@soybeanjs/cli": "1.1.0",
"@soybeanjs/eslint-config": "1.4.0",
"@soybeanjs/eslint-config": "1.4.1",
"@types/cli-progress": "3.11.6",
"@types/node": "22.0.0",
"eslint": "9.8.0",
"lint-staged": "15.2.7",
"@types/node": "22.5.4",
"eslint": "9.10.0",
"lint-staged": "15.2.10",
"simple-git-hooks": "2.11.1",
"tsx": "4.16.3",
"tsx": "4.19.0",
"typescript": "5.5.4",
"unbuild": "2.0.0"
},
Expand Down
26 changes: 13 additions & 13 deletions packages/create-soybean/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"build": "run-s typecheck build-only",
"build-only": "vite build",
Expand All @@ -17,24 +17,24 @@
"update-pkg": "soy ncu"
},
"dependencies": {
"pinia": "2.2.0",
"vue": "3.4.35",
"vue-router": "4.4.1"
"pinia": "2.2.2",
"vue": "3.5.3",
"vue-router": "4.4.3"
},
"devDependencies": {
"@soybeanjs/cli": "1.1.0",
"@soybeanjs/eslint-config": "1.4.0",
"@types/node": "22.0.0",
"@vitejs/plugin-vue": "5.1.1",
"@vitejs/plugin-vue-jsx": "4.0.0",
"eslint": "9.8.0",
"eslint-plugin-vue": "9.27.0",
"lint-staged": "15.2.7",
"@soybeanjs/eslint-config": "1.4.1",
"@types/node": "22.5.4",
"@vitejs/plugin-vue": "5.1.3",
"@vitejs/plugin-vue-jsx": "4.0.1",
"eslint": "9.10.0",
"eslint-plugin-vue": "9.28.0",
"lint-staged": "15.2.10",
"simple-git-hooks": "2.11.1",
"typescript": "5.5.4",
"vite": "5.3.5",
"vite": "5.4.3",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.0.29"
"vue-tsc": "2.1.6"
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
Expand Down
Loading

0 comments on commit d22e89a

Please sign in to comment.