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] committed May 7, 2023
1 parent 78415a0 commit a8ae251
Show file tree
Hide file tree
Showing 3 changed files with 380 additions and 349 deletions.
14 changes: 7 additions & 7 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@suger-tdy/typescript-starter",
"version": "0.0.0",
"packageManager": "pnpm@7.32.1",
"packageManager": "pnpm@7.32.3",
"description": "starter project for typescript",
"keywords": [
"typescript-starter",
Expand Down Expand Up @@ -51,13 +51,13 @@
"devDependencies": {
"@suger-tdy/eslint-config": "1.1.14",
"bumpp": "9.1.0",
"esbuild": "0.17.17",
"eslint": "8.38.0",
"tsx": "3.12.6",
"typescript": "4.9.5",
"esbuild": "0.17.18",
"eslint": "8.40.0",
"tsx": "3.12.7",
"typescript": "5.0.4",
"unbuild": "1.2.1",
"vite": "4.2.1",
"vitest": "0.30.1"
"vite": "4.3.5",
"vitest": "0.31.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Expand Up @@ -11,10 +11,10 @@
"vue": "3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "4.1.0",
"typescript": "4.9.5",
"vite": "4.2.1",
"@vitejs/plugin-vue": "4.2.1",
"typescript": "5.0.4",
"vite": "4.3.5",
"vite-plugin-reload": "0.1.2",
"vue-tsc": "1.2.0"
"vue-tsc": "1.6.4"
}
}

0 comments on commit a8ae251

Please sign in to comment.