Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#642)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent b3d661e commit d5a0ea3
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.12.2",
"description": "🛠️ The recommended way to start a Vite-powered Vue project",
"type": "module",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"bin": {
"create-vue": "outfile.cjs"
},
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion template/config/cypress-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"vue": "^3.5.13"
},
"devDependencies": {
"cypress": "^13.16.1"
"cypress": "^13.17.0"
}
}
2 changes: 1 addition & 1 deletion template/config/cypress/package.json
Original file line number Diff line number Diff line change
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.16.1",
"cypress": "^13.17.0",
"start-server-and-test": "^2.0.9"
}
}
2 changes: 1 addition & 1 deletion template/config/nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@nightwatch/vue": "^3.1.2",
"@vitejs/plugin-vue": "^5.2.1",
"chromedriver": "^131.0.3",
"chromedriver": "^131.0.4",
"geckodriver": "^5.0.0",
"nightwatch": "^3.9.0",
"ts-node": "^10.9.2",
Expand Down
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.16",
"@vitest/eslint-plugin": "1.1.20",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-playwright": "^2.1.0"
}
Expand Down

0 comments on commit d5a0ea3

Please sign in to comment.