Skip to content

Commit 464ba03

Browse files
chore(deps): update all non-major dependencies (#236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3fd0f5 commit 464ba03

File tree

12 files changed

+104
-94
lines changed

12 files changed

+104
-94
lines changed

Diff for: package-lock.json

+87-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
},
5252
"homepage": "https://github.com/MentorMate/create-vue#readme",
5353
"devDependencies": {
54-
"@commitlint/cli": "^19.0.3",
55-
"@commitlint/config-conventional": "^19.0.3",
54+
"@commitlint/cli": "^19.2.0",
55+
"@commitlint/config-conventional": "^19.1.0",
5656
"@tsconfig/node20": "^20.1.2",
5757
"@types/eslint": "^8.56.5",
58-
"@types/node": "^20.11.25",
58+
"@types/node": "^20.11.28",
5959
"@types/prompts": "^2.4.9",
6060
"@vue/create-eslint-config": "^0.3.2",
6161
"@vue/tsconfig": "^0.5.1",
@@ -70,7 +70,7 @@
7070
"npm-run-all2": "^6.1.2",
7171
"prettier": "^3.2.5",
7272
"prompts": "^2.4.2",
73-
"vitest": "^1.3.1",
73+
"vitest": "^1.4.0",
7474
"zx": "^7.2.3",
7575
"chokidar-cli": "^3.0.0"
7676
},

Diff for: template/base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@vitejs/plugin-vue": "^5.0.4",
14-
"vite": "^5.1.5",
15-
"vite-plugin-vue-devtools": "^7.0.16"
14+
"vite": "^5.1.6",
15+
"vite-plugin-vue-devtools": "^7.0.18"
1616
}
1717
}

Diff for: template/config/cypress-ct/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"vue": "^3.4.21"
88
},
99
"devDependencies": {
10-
"cypress": "^13.6.6"
10+
"cypress": "^13.7.0"
1111
}
1212
}

0 commit comments

Comments
 (0)