File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout repository
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Install Node.js
14
- uses : actions/setup-node@v3
14
+ uses : actions/setup-node@v4
15
15
with :
16
16
node-version : 18
17
17
26
26
run : |
27
27
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
28
28
29
- - uses : actions/cache@v3
29
+ - uses : actions/cache@v4
30
30
name : Setup pnpm cache
31
31
with :
32
32
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Sync labels
18
- uses : crazy-max/ghaction-github-labeler@v4
18
+ uses : crazy-max/ghaction-github-labeler@v5
19
19
with :
20
20
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout repository
9
- uses : actions/checkout@v3
9
+ uses : actions/checkout@v4
10
10
11
11
- name : Install Node.js
12
- uses : actions/setup-node@v3
12
+ uses : actions/setup-node@v4
13
13
with :
14
14
node-version : 18
15
15
24
24
run : |
25
25
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
26
26
27
- - uses : actions/cache@v3
27
+ - uses : actions/cache@v4
28
28
name : Setup pnpm cache
29
29
with :
30
30
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout repository
9
- uses : actions/checkout@v3
9
+ uses : actions/checkout@v4
10
10
11
11
- name : Install Node.js
12
- uses : actions/setup-node@v3
12
+ uses : actions/setup-node@v4
13
13
with :
14
14
node-version : 18
15
15
24
24
run : |
25
25
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
26
26
27
- - uses : actions/cache@v3
27
+ - uses : actions/cache@v4
28
28
name : Setup pnpm cache
29
29
with :
30
30
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change 11
11
"serve" : " vite preview"
12
12
},
13
13
"dependencies" : {
14
- "@vueuse/core" : " ^9.1 .0" ,
14
+ "@vueuse/core" : " ^10.0 .0" ,
15
15
"toml" : " ^3.0.0" ,
16
16
"vue" : " ^3.2.37" ,
17
17
"vue-router" : " ^4.1.3"
18
18
},
19
19
"devDependencies" : {
20
20
"@typescript-eslint/eslint-plugin" : " ^5.33.0" ,
21
21
"@typescript-eslint/parser" : " ^5.33.0" ,
22
- "@vitejs/plugin-vue" : " ^4 .0.0" ,
22
+ "@vitejs/plugin-vue" : " ^5 .0.0" ,
23
23
"autoprefixer" : " ^10.4.8" ,
24
24
"eslint" : " ^8.21.0" ,
25
25
"eslint-config-marine" : " ^9.4.1" ,
26
- "eslint-config-prettier" : " ^8.5 .0" ,
26
+ "eslint-config-prettier" : " ^9.0 .0" ,
27
27
"eslint-plugin-import" : " ^2.26.0" ,
28
- "eslint-plugin-prettier" : " ^4.2.1 " ,
28
+ "eslint-plugin-prettier" : " ^5.0.0 " ,
29
29
"eslint-plugin-vue" : " ^9.3.0" ,
30
- "husky" : " ^8 .0.1 " ,
30
+ "husky" : " ^9 .0.0 " ,
31
31
"is-ci" : " ^3.0.1" ,
32
32
"postcss" : " ^8.4.16" ,
33
- "prettier" : " ^2.7.1 " ,
33
+ "prettier" : " ^3.0.0 " ,
34
34
"prettier-plugin-tailwindcss" : " ^0.2.0" ,
35
35
"tailwindcss" : " ^3.1.8" ,
36
36
"typescript" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments