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 Nov 11, 2024
1 parent 22eb16a commit cbac954
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 43 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"prettier": "^3.3.3",
"prompts": "^2.4.2",
"vitest": "^2.1.4",
"zx": "^8.2.0"
"zx": "^8.2.1"
},
"lint-staged": {
"*.{js,ts,vue,json}": [
Expand Down
66 changes: 29 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.12"
},
"devDependencies": {
"cypress": "^13.15.1"
"cypress": "^13.15.2"
}
}
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.15.1",
"cypress": "^13.15.2",
"start-server-and-test": "^2.0.8"
}
}
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.1.5",
"chromedriver": "^130.0.2",
"chromedriver": "^130.0.4",
"geckodriver": "^5.0.0",
"nightwatch": "^3.8.1",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions template/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@vitest/eslint-plugin": "1.1.7",
"@vitest/eslint-plugin": "1.1.8",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-playwright": "^2.0.0"
"eslint-plugin-playwright": "^2.0.1"
}
}

0 comments on commit cbac954

Please sign in to comment.