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 Jun 13, 2024
1 parent ef04212 commit effa888
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 598 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,22 @@
"cac": "6.7.14",
"consola": "3.2.3",
"enquirer": "2.4.1",
"execa": "9.1.0",
"execa": "9.2.0",
"kolorist": "1.8.0",
"npm-check-updates": "16.14.20",
"rimraf": "5.0.7"
},
"devDependencies": {
"@soybeanjs/cli": "link:",
"@soybeanjs/eslint-config": "1.3.5",
"@types/node": "20.14.1",
"@soybeanjs/eslint-config": "1.3.7",
"@types/node": "20.14.2",
"eslint": "9.4.0",
"eslint-plugin-vue": "9.26.0",
"fast-glob": "3.3.2",
"lint-staged": "15.2.5",
"lint-staged": "15.2.7",
"simple-git-hooks": "2.11.1",
"tsup": "8.1.0",
"tsx": "4.11.2",
"tsx": "4.15.4",
"typescript": "5.4.5",
"vue-eslint-parser": "9.4.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/create-soybean/template-pnpm-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"dependencies": {},
"devDependencies": {
"@soybeanjs/cli": "1.0.16",
"@soybeanjs/eslint-config": "1.3.5",
"@soybeanjs/eslint-config": "1.3.6",
"eslint": "9.4.0",
"lint-staged": "15.2.5",
"lint-staged": "15.2.7",
"simple-git-hooks": "2.11.1",
"tsx": "4.11.2",
"tsx": "4.15.4",
"typescript": "5.4.5"
},
"simple-git-hooks": {
Expand Down
10 changes: 5 additions & 5 deletions packages/create-soybean/template-ts-lib-tsup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"cli-progress": "3.12.0",
"consola": "3.2.3",
"dayjs": "1.11.11",
"execa": "9.1.0",
"execa": "9.2.0",
"kolorist": "1.8.0",
"ofetch": "1.3.4"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.16",
"@soybeanjs/eslint-config": "1.3.5",
"@soybeanjs/eslint-config": "1.3.6",
"@types/cli-progress": "3.11.5",
"@types/node": "20.14.1",
"@types/node": "20.14.2",
"eslint": "9.4.0",
"lint-staged": "15.2.5",
"lint-staged": "15.2.7",
"simple-git-hooks": "2.11.1",
"tsup": "8.1.0",
"tsx": "4.11.2",
"tsx": "4.15.4",
"typescript": "5.4.5"
},
"simple-git-hooks": {
Expand Down
10 changes: 5 additions & 5 deletions packages/create-soybean/template-ts-lib-unbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"cli-progress": "3.12.0",
"consola": "3.2.3",
"dayjs": "1.11.11",
"execa": "9.1.0",
"execa": "9.2.0",
"kolorist": "1.8.0",
"ofetch": "1.3.4"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.16",
"@soybeanjs/eslint-config": "1.3.5",
"@soybeanjs/eslint-config": "1.3.6",
"@types/cli-progress": "3.11.5",
"@types/node": "20.14.1",
"@types/node": "20.14.2",
"eslint": "9.4.0",
"lint-staged": "15.2.5",
"lint-staged": "15.2.7",
"simple-git-hooks": "2.11.1",
"tsx": "4.11.2",
"tsx": "4.15.4",
"typescript": "5.4.5",
"unbuild": "2.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/create-soybean/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"dependencies": {
"pinia": "2.1.7",
"vue": "3.4.27",
"vue-router": "4.3.2"
"vue-router": "4.3.3"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.16",
"@soybeanjs/eslint-config": "1.3.5",
"@types/node": "20.14.1",
"@soybeanjs/eslint-config": "1.3.6",
"@types/node": "20.14.2",
"@vitejs/plugin-vue": "5.0.5",
"@vitejs/plugin-vue-jsx": "4.0.0",
"eslint": "9.4.0",
"eslint-plugin-vue": "9.26.0",
"lint-staged": "15.2.5",
"lint-staged": "15.2.7",
"simple-git-hooks": "2.11.1",
"typescript": "5.4.5",
"vite": "5.2.12",
"vite": "5.3.0",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.0.19"
"vue-tsc": "2.0.21"
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
Expand Down
Loading

0 comments on commit effa888

Please sign in to comment.