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] authored Nov 18, 2024
1 parent 9201bdb commit cfac63b
Show file tree
Hide file tree
Showing 11 changed files with 240 additions and 179 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.12.1",
"description": "🛠️ The recommended way to start a Vite-powered Vue project",
"type": "module",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.13.2",
"bin": {
"create-vue": "outfile.cjs"
},
Expand Down Expand Up @@ -46,13 +46,13 @@
"ejs": "^3.1.10",
"esbuild": "^0.24.0",
"esbuild-plugin-license": "^1.2.3",
"husky": "^9.1.6",
"husky": "^9.1.7",
"kleur": "^4.1.5",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prompts": "^2.4.2",
"vitest": "^2.1.4",
"zx": "^8.2.1"
"vitest": "^2.1.5",
"zx": "^8.2.2"
},
"lint-staged": {
"*.{js,ts,vue,json}": [
Expand Down
391 changes: 226 additions & 165 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.5",
Expand Down
2 changes: 1 addition & 1 deletion template/config/cypress-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test:unit:dev": "cypress open --component"
},
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"cypress": "^13.15.2"
Expand Down
2 changes: 1 addition & 1 deletion template/config/jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion template/config/nightwatch-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test:unit": "nightwatch src/**/__tests__/*"
},
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@vue/test-utils": "^2.4.6"
Expand Down
2 changes: 1 addition & 1 deletion template/config/nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@vitejs/plugin-vue": "^5.1.5",
"chromedriver": "^130.0.4",
"geckodriver": "^5.0.0",
"nightwatch": "^3.8.1",
"nightwatch": "^3.9.0",
"ts-node": "^10.9.2",
"vite": "^5.4.10",
"vite-plugin-nightwatch": "^0.4.6"
Expand Down
2 changes: 1 addition & 1 deletion template/config/pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"pinia": "^2.2.6",
"vue": "^3.5.12"
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion template/config/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
}
}
4 changes: 2 additions & 2 deletions template/config/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"test:unit": "vitest"
},
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@vue/test-utils": "^2.4.6",
"jsdom": "^25.0.1",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion template/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@vitest/eslint-plugin": "1.1.8",
"@vitest/eslint-plugin": "1.1.10",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-playwright": "^2.0.1"
}
Expand Down

0 comments on commit cfac63b

Please sign in to comment.