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 and cexbrayat committed Apr 29, 2024
1 parent fe4915c commit 60c8bd0
Show file tree
Hide file tree
Showing 12 changed files with 235 additions and 240 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"version": "3.10.3",
"description": "An easy way to start a Vue project",
"type": "module",
"packageManager": "[email protected].5",
"packageManager": "[email protected].6",
"bin": {
"create-vue": "outfile.cjs"
},
Expand Down Expand Up @@ -52,7 +52,7 @@
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"prompts": "^2.4.2",
"vitest": "^1.5.0",
"vitest": "^1.5.2",
"zx": "^8.0.2"
},
"lint-staged": {
Expand Down
445 changes: 220 additions & 225 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion template/base/package.json
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.23"
"vue": "^3.4.26"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
Expand Down
4 changes: 2 additions & 2 deletions template/config/cypress-ct/package.json
Expand Up @@ -4,9 +4,9 @@
"test:unit:dev": "cypress open --component"
},
"dependencies": {
"vue": "^3.4.23"
"vue": "^3.4.26"
},
"devDependencies": {
"cypress": "^13.8.0"
"cypress": "^13.8.1"
}
}
2 changes: 1 addition & 1 deletion template/config/cypress/package.json
Expand Up @@ -4,7 +4,7 @@
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
},
"devDependencies": {
"cypress": "^13.8.0",
"cypress": "^13.8.1",
"start-server-and-test": "^2.0.3"
}
}
2 changes: 1 addition & 1 deletion template/config/devtools/package.json
@@ -1,5 +1,5 @@
{
"devDependencies": {
"vite-plugin-vue-devtools": "^7.0.27"
"vite-plugin-vue-devtools": "^7.1.3"
}
}
2 changes: 1 addition & 1 deletion template/config/jsx/package.json
@@ -1,6 +1,6 @@
{
"dependencies": {
"vue": "^3.4.23"
"vue": "^3.4.26"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion template/config/nightwatch-ct/package.json
Expand Up @@ -3,7 +3,7 @@
"test:unit": "nightwatch src/**/__tests__/*"
},
"dependencies": {
"vue": "^3.4.23"
"vue": "^3.4.26"
},
"devDependencies": {
"@vue/test-utils": "^2.4.5"
Expand Down
4 changes: 2 additions & 2 deletions template/config/nightwatch/package.json
Expand Up @@ -3,10 +3,10 @@
"test:e2e": "nightwatch tests/e2e/*"
},
"devDependencies": {
"nightwatch": "^3.6.0",
"nightwatch": "^3.6.1",
"@nightwatch/vue": "^3.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"geckodriver": "^4.3.3",
"geckodriver": "^4.4.0",
"chromedriver": "^124.0.1",
"ts-node": "^10.9.2",
"vite-plugin-nightwatch": "^0.4.6"
Expand Down
2 changes: 1 addition & 1 deletion template/config/pinia/package.json
@@ -1,6 +1,6 @@
{
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.4.23"
"vue": "^3.4.26"
}
}
2 changes: 1 addition & 1 deletion template/config/router/package.json
@@ -1,6 +1,6 @@
{
"dependencies": {
"vue": "^3.4.23",
"vue": "^3.4.26",
"vue-router": "^4.3.2"
}
}
4 changes: 2 additions & 2 deletions template/config/vitest/package.json
Expand Up @@ -3,11 +3,11 @@
"test:unit": "vitest"
},
"dependencies": {
"vue": "^3.4.23"
"vue": "^3.4.26"
},
"devDependencies": {
"@vue/test-utils": "^2.4.5",
"jsdom": "^24.0.0",
"vitest": "^1.5.0"
"vitest": "^1.5.2"
}
}

0 comments on commit 60c8bd0

Please sign in to comment.