Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 06c7a14 commit 4404070
Show file tree
Hide file tree
Showing 4 changed files with 818 additions and 893 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v3

- name: Setup PNPM
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1

- name: Setup Node
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 16.x
cache: pnpm
Expand All @@ -35,10 +35,10 @@ jobs:
- uses: actions/checkout@v3

- name: Setup PNPM
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1

- name: Setup Node
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 16.x
cache: pnpm
Expand All @@ -62,10 +62,10 @@ jobs:
- uses: actions/checkout@v3

- name: Setup PNPM
uses: pnpm/[email protected].0
uses: pnpm/[email protected].1

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suger-tdy/typescript-starter",
"version": "0.0.0",
"packageManager": "[email protected].6",
"packageManager": "[email protected].7",
"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.2.0",
"esbuild": "0.19.2",
"eslint": "8.47.0",
"tsx": "3.12.7",
"typescript": "5.1.6",
"bumpp": "9.10.0",
"esbuild": "0.24.2",
"eslint": "8.57.1",
"tsx": "3.14.0",
"typescript": "5.7.3",
"unbuild": "1.2.1",
"vite": "4.4.9",
"vitest": "0.34.2"
"vitest": "0.34.6"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "3.3.4"
"vue": "3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "4.3.1",
"typescript": "5.1.6",
"@vitejs/plugin-vue": "4.6.2",
"typescript": "5.7.3",
"vite": "4.4.9",
"vite-plugin-reload": "0.1.2",
"vue-tsc": "1.8.8"
"vue-tsc": "1.8.27"
}
}
Loading

0 comments on commit 4404070

Please sign in to comment.