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 Oct 11, 2024
1 parent 328551c commit 5f91f0b
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 212 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: latest
run_install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: latest
run_install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: latest
run_install: true
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"pinia": "2.1.7",
"qier-progress": "1.0.4",
"umi-request": "1.4.0",
"vue": "3.3.11",
"vue": "3.3.13",
"vue-router": "4.2.5"
},
"devDependencies": {
"@iconify/json": "2.2.156",
"@iconify/json": "2.2.259",
"@iconify/tailwind": "0.1.4",
"@innei/eslint-config-ts": "0.11.1",
"@innei/prettier": "0.11.1",
Expand All @@ -31,21 +31,21 @@
"@typescript-eslint/parser": "6.7.5",
"@vitejs/plugin-vue": "4.3.4",
"@vitejs/plugin-vue-jsx": "3.0.2",
"@vue/compiler-sfc": "3.3.11",
"autoprefixer": "10.4.16",
"@vue/compiler-sfc": "3.3.13",
"autoprefixer": "10.4.20",
"eslint": "8.50.0",
"eslint-plugin-vue": "9.17.0",
"postcss": "8.4.32",
"postcss": "8.4.47",
"postcss-import": "15.1.0",
"prettier": "3.0.3",
"rollup-plugin-visualizer": "5.9.3",
"tailwindcss": "3.3.6",
"tailwindcss": "3.3.7",
"typescript": "5.2.2",
"unplugin-auto-import": "0.16.7",
"vite": "4.4.12",
"vite-plugin-checker": "0.6.2",
"vite-plugin-windicss": "1.9.2",
"vite-tsconfig-paths": "4.2.2",
"vite-plugin-checker": "0.6.4",
"vite-plugin-windicss": "1.9.3",
"vite-tsconfig-paths": "4.2.3",
"vue-eslint-parser": "9.3.2",
"windicss": "3.5.6"
}
Expand Down
Loading

0 comments on commit 5f91f0b

Please sign in to comment.