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 Oct 22, 2024
1 parent 5f4a29e commit b9c5376
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/eslint": "^9.6.1",
"@types/node": "^20.16.13",
"@types/node": "^20.16.14",
"@types/prompts": "^2.4.9",
"@vue/create-eslint-config": "0.4.3",
"@vue/tsconfig": "^0.5.1",
Expand Down
66 changes: 33 additions & 33 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions template/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type-check": "vue-tsc --build --force"
},
"devDependencies": {
"@types/node": "^20.16.13",
"npm-run-all2": "^6.2.4",
"@types/node": "^20.16.14",
"npm-run-all2": "^6.2.6",
"typescript": "~5.6.0",
"vue-tsc": "^2.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion template/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"devDependencies": {
"@vitest/eslint-plugin": "1.1.7",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-playwright": "^1.7.0"
"eslint-plugin-playwright": "^1.8.1"
}
}

0 comments on commit b9c5376

Please sign in to comment.