File tree 3 files changed +595
-459
lines changed
3 files changed +595
-459
lines changed Original file line number Diff line number Diff line change 19
19
node : [18]
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3.5.3
22
+ uses : actions/checkout@v3.6.0
23
23
- name : Setup Node.js ${{ matrix.node }}
24
- uses : actions/setup-node@v3.7.0
24
+ uses : actions/setup-node@v3.8.2
25
25
with :
26
26
node-version : ${{ matrix.node }}
27
27
40
40
name : Lint source code
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@v3.5.3
43
+ uses : actions/checkout@v3.6.0
44
44
- name : Setup Node.js
45
- uses : actions/setup-node@v3.7.0
45
+ uses : actions/setup-node@v3.8.2
46
46
47
47
with :
48
48
version : 8.x.x
@@ -56,14 +56,14 @@ jobs:
56
56
name : Test build of example projects
57
57
steps :
58
58
- name : Checkout unplugin-fluent-vue
59
- uses : actions/checkout@v3.5.3
59
+ uses : actions/checkout@v3.6.0
60
60
- name : Checkout examples
61
- uses : actions/checkout@v3.5.3
61
+ uses : actions/checkout@v3.6.0
62
62
with :
63
63
repository : fluent-vue/examples
64
64
path : examples
65
65
- name : Setup Node.js
66
- uses : actions/setup-node@v3.7.0
66
+ uses : actions/setup-node@v3.8.2
67
67
68
68
with :
69
69
version : 8.x.x
Original file line number Diff line number Diff line change 68
68
"unplugin" : " ^1.0.0"
69
69
},
70
70
"devDependencies" : {
71
- "@antfu/eslint-config-ts" : " 0.40.0 " ,
71
+ "@antfu/eslint-config-ts" : " 0.43.1 " ,
72
72
"@release-it-plugins/lerna-changelog" : " 6.0.0" ,
73
- "@types/node" : " 18.17.2 " ,
74
- "@vitejs/plugin-vue" : " 4.2.3 " ,
73
+ "@types/node" : " 18.19.3 " ,
74
+ "@vitejs/plugin-vue" : " 4.6.0 " ,
75
75
"@vitest/coverage-istanbul" : " ^0.34.1" ,
76
- "@vue/compiler-sfc" : " 3.3.4 " ,
77
- "dotenv-cli" : " 7.2.1 " ,
78
- "eslint" : " 8.46 .0" ,
76
+ "@vue/compiler-sfc" : " 3.3.13 " ,
77
+ "dotenv-cli" : " 7.3.0 " ,
78
+ "eslint" : " 8.56 .0" ,
79
79
"execa" : " 7.2.0" ,
80
80
"husky" : " 8.0.3" ,
81
- "lint-staged" : " 13.2.3 " ,
82
- "memfs" : " 4.2 .0" ,
83
- "release-it" : " 16.1.3 " ,
81
+ "lint-staged" : " 13.3.0 " ,
82
+ "memfs" : " 4.6 .0" ,
83
+ "release-it" : " 16.3.0 " ,
84
84
"tsup" : " 7.2.0" ,
85
- "typescript" : " 5.1.6 " ,
86
- "vite" : " 4.4.8 " ,
87
- "vitest" : " 0.34.1 " ,
88
- "vue" : " 3.3.4 " ,
89
- "vue-loader" : " 17.2.2 " ,
90
- "webpack" : " 5.88.2 "
85
+ "typescript" : " 5.3.3 " ,
86
+ "vite" : " 4.5.1 " ,
87
+ "vitest" : " 0.34.6 " ,
88
+ "vue" : " 3.3.13 " ,
89
+ "vue-loader" : " 17.4.0 " ,
90
+ "webpack" : " 5.89.0 "
91
91
},
92
92
"lint-staged" : {
93
93
"*.js" : " eslint --fix" ,
You can’t perform that action at this time.
0 commit comments