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 Sep 11, 2023
1 parent 978f32e commit 39f72db
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 66 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.1",
"@types/eslint": "^8.44.2",
"@types/node": "^18.17.14",
"@types/node": "^18.17.15",
"@types/prompts": "^2.4.4",
"@vue/create-eslint-config": "^0.3.1",
"@vue/tsconfig": "^0.4.0",
Expand Down
128 changes: 66 additions & 62 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,9 +5,9 @@
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"devDependencies": {
"@types/node": "^18.17.14",
"@types/node": "^18.17.15",
"npm-run-all": "^4.1.5",
"typescript": "~5.1.6",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.10"
}
}
2 changes: 1 addition & 1 deletion template/config/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"devDependencies": {
"@vue/test-utils": "^2.4.1",
"jsdom": "^22.1.0",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
}
}

0 comments on commit 39f72db

Please sign in to comment.