Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#314)
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 Oct 25, 2024
1 parent e8f009d commit 27bc95f
Show file tree
Hide file tree
Showing 15 changed files with 95 additions and 47 deletions.
82 changes: 65 additions & 17 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@commitlint/config-conventional": "^19.5.0",
"@tsconfig/node20": "^20.1.4",
"@types/eslint": "^9.6.1",
"@types/node": "^20.16.11",
"@types/node": "^20.17.0",
"@types/prompts": "^2.4.9",
"@vue/create-eslint-config": "^0.4.2",
"@vue/create-eslint-config": "^0.4.3",
"@vue/tsconfig": "^0.5.1",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -67,10 +67,10 @@
"husky": "^9.1.6",
"kleur": "^4.1.5",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.3",
"npm-run-all2": "^6.2.6",
"prettier": "^3.3.3",
"prompts": "^2.4.2",
"vitest": "^2.1.2",
"vitest": "^2.1.3",
"zx": "^8.1.9",
"chokidar-cli": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.8",
"vite-plugin-vue-devtools": "^7.4.6"
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.5.4"
}
}
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.0"
"cypress": "^13.15.1"
}
}
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.0",
"cypress": "^13.15.1",
"start-server-and-test": "^2.0.8"
}
}
2 changes: 1 addition & 1 deletion template/config/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^4.0.1",
"vite": "^5.4.8"
"vite": "^5.4.10"
}
}
Loading

0 comments on commit 27bc95f

Please sign in to comment.