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 Jul 20, 2023
1 parent 78415a0 commit 8de4f12
Show file tree
Hide file tree
Showing 4 changed files with 704 additions and 410 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: pnpm/action-setup@v2.2.4

- name: Setup Node
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: 16.x
cache: pnpm
Expand All @@ -38,7 +38,7 @@ jobs:
uses: pnpm/action-setup@v2.2.4

- name: Setup Node
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: 16.x
cache: pnpm
Expand All @@ -65,7 +65,7 @@ jobs:
uses: pnpm/action-setup@v2.2.4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@suger-tdy/typescript-starter",
"version": "0.0.0",
"packageManager": "pnpm@7.32.1",
"packageManager": "pnpm@7.33.5",
"description": "starter project for typescript",
"keywords": [
"typescript-starter",
Expand Down Expand Up @@ -50,14 +50,14 @@
},
"devDependencies": {
"@suger-tdy/eslint-config": "1.1.14",
"bumpp": "9.1.0",
"esbuild": "0.17.17",
"eslint": "8.38.0",
"tsx": "3.12.6",
"bumpp": "9.1.1",
"esbuild": "0.18.15",
"eslint": "8.45.0",
"tsx": "3.12.7",
"typescript": "4.9.5",
"unbuild": "1.2.1",
"vite": "4.2.1",
"vitest": "0.30.1"
"vitest": "0.33.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 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",
"@vitejs/plugin-vue": "4.2.3",
"typescript": "4.9.5",
"vite": "4.2.1",
"vite-plugin-reload": "0.1.2",
"vue-tsc": "1.2.0"
"vue-tsc": "1.8.5"
}
}

0 comments on commit 8de4f12

Please sign in to comment.