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 23, 2023
1 parent 78415a0 commit 0b1de6d
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 434 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.5",
"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.19",
"eslint": "8.41.0",
"tsx": "3.12.7",
"typescript": "5.0.4",
"unbuild": "1.2.1",
"vite": "4.2.1",
"vitest": "0.30.1"
"vite": "4.3.8",
"vitest": "0.31.1"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions playground/package.json
Expand Up @@ -8,13 +8,13 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "3.2.47"
"vue": "3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "4.1.0",
"typescript": "4.9.5",
"vite": "4.2.1",
"@vitejs/plugin-vue": "4.2.3",
"typescript": "5.0.4",
"vite": "4.3.8",
"vite-plugin-reload": "0.1.2",
"vue-tsc": "1.2.0"
"vue-tsc": "1.6.5"
}
}

0 comments on commit 0b1de6d

Please sign in to comment.