Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 140fe24

Browse files
Update all
1 parent d95e252 commit 140fe24

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v5
1212

1313
- name: Install Node.js
14-
uses: actions/setup-node@v3
14+
uses: actions/setup-node@v4
1515
with:
16-
node-version: 18
16+
node-version: 22
1717

1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v2.2.4
19+
uses: pnpm/action-setup@v4.1.0
2020
with:
21-
version: 7
21+
version: 10
2222
run_install: false
2323

2424
- name: Get pnpm store directory
2525
id: pnpm-cache
2626
run: |
2727
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
2828
29-
- uses: actions/cache@v3
29+
- uses: actions/cache@v4
3030
name: Setup pnpm cache
3131
with:
3232
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

.github/workflows/labelsync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v5
1616

1717
- name: Sync labels
18-
uses: crazy-max/ghaction-github-labeler@v4
18+
uses: crazy-max/ghaction-github-labeler@v5
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout repository
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v5
1010

1111
- name: Install Node.js
12-
uses: actions/setup-node@v3
12+
uses: actions/setup-node@v4
1313
with:
14-
node-version: 18
14+
node-version: 22
1515

1616
- name: Install pnpm
17-
uses: pnpm/action-setup@v2.2.4
17+
uses: pnpm/action-setup@v4.1.0
1818
with:
19-
version: 7
19+
version: 10
2020
run_install: false
2121

2222
- name: Get pnpm store directory
2323
id: pnpm-cache
2424
run: |
2525
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
2626
27-
- uses: actions/cache@v3
27+
- uses: actions/cache@v4
2828
name: Setup pnpm cache
2929
with:
3030
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout repository
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v5
1010

1111
- name: Install Node.js
12-
uses: actions/setup-node@v3
12+
uses: actions/setup-node@v4
1313
with:
14-
node-version: 18
14+
node-version: 22
1515

1616
- name: Install pnpm
17-
uses: pnpm/action-setup@v2.2.4
17+
uses: pnpm/action-setup@v4.1.0
1818
with:
19-
version: 7
19+
version: 10
2020
run_install: false
2121

2222
- name: Get pnpm store directory
2323
id: pnpm-cache
2424
run: |
2525
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
2626
27-
- uses: actions/cache@v3
27+
- uses: actions/cache@v4
2828
name: Setup pnpm cache
2929
with:
3030
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<link rel="mask-icon" href="/assets/mask-icon.svg" color="#007cb4" />
1414
<link rel="preconnect" href="https://cdnjs.cloudflare.com" />
1515
<link rel="preconnect" href="https://unpkg.com" />
16-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" />
16+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css" />
1717
<link
1818
rel="stylesheet"
19-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/brands.min.css"
19+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/brands.min.css"
2020
/>
2121
<meta
2222
http-equiv="Content-Security-Policy"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
"devDependencies": {
2020
"@typescript-eslint/eslint-plugin": "^5.33.0",
2121
"@typescript-eslint/parser": "^5.33.0",
22-
"@vitejs/plugin-vue": "^4.0.0",
22+
"@vitejs/plugin-vue": "^6.0.0",
2323
"autoprefixer": "^10.4.8",
2424
"eslint": "^8.21.0",
2525
"eslint-config-marine": "^9.4.1",
26-
"eslint-config-prettier": "^8.5.0",
26+
"eslint-config-prettier": "^10.0.0",
2727
"eslint-plugin-import": "^2.26.0",
28-
"eslint-plugin-prettier": "^4.2.1",
29-
"eslint-plugin-vue": "^9.3.0",
30-
"husky": "^8.0.1",
31-
"is-ci": "^3.0.1",
28+
"eslint-plugin-prettier": "^5.0.0",
29+
"eslint-plugin-vue": "^10.0.0",
30+
"husky": "^9.0.0",
31+
"is-ci": "^4.0.0",
3232
"postcss": "^8.4.16",
33-
"prettier": "^2.7.1",
33+
"prettier": "^3.0.0",
3434
"prettier-plugin-tailwindcss": "^0.2.0",
3535
"tailwindcss": "^3.1.8",
3636
"typescript": "^5.0.0",
3737
"vite": "^4.0.0",
3838
"vite-plugin-pages": "0.29.0",
3939
"vite-plugin-toml": "^0.5.0",
40-
"vue-tsc": "^1.0.0"
40+
"vue-tsc": "^3.0.0"
4141
}
4242
}

0 commit comments

Comments
 (0)