File tree 3 files changed +288
-210
lines changed 3 files changed +288
-210
lines changed Original file line number Diff line number Diff line change 19
19
node : [18, 20]
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4.1.1
22
+ uses : actions/checkout@v4.1.4
23
23
- name : Setup Node.js ${{ matrix.node }}
24
24
uses : actions/setup-node@v4.0.2
25
25
with :
40
40
name : Lint source code
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@v4.1.1
43
+ uses : actions/checkout@v4.1.4
44
44
- name : Setup Node.js
45
45
uses : actions/setup-node@v4.0.2
46
46
- uses : pnpm/action-setup@v3.0.0
56
56
name : Test build of example projects
57
57
steps :
58
58
- name : Checkout unplugin-fluent-vue
59
- uses : actions/checkout@v4.1.1
59
+ uses : actions/checkout@v4.1.4
60
60
- name : Checkout examples
61
- uses : actions/checkout@v4.1.1
61
+ uses : actions/checkout@v4.1.4
62
62
with :
63
63
repository : fluent-vue/examples
64
64
path : examples
Original file line number Diff line number Diff line change 105
105
"@antfu/eslint-config" : " ^2.12.1" ,
106
106
"@nuxt/schema" : " ^3.11.2" ,
107
107
"@release-it-plugins/lerna-changelog" : " 6.1.0" ,
108
- "@types/node" : " 20.12.4 " ,
108
+ "@types/node" : " 20.12.7 " ,
109
109
"@vitejs/plugin-vue" : " 5.0.4" ,
110
- "@vitest/coverage-istanbul" : " ^1.4.0 " ,
111
- "@vue/compiler-sfc" : " 3.4.21 " ,
110
+ "@vitest/coverage-istanbul" : " ^1.5.2 " ,
111
+ "@vue/compiler-sfc" : " 3.4.26 " ,
112
112
"dotenv-cli" : " 7.4.1" ,
113
113
"eslint" : " 8.57.0" ,
114
114
"execa" : " 8.0.1" ,
115
115
"husky" : " 9.0.11" ,
116
116
"lint-staged" : " 15.2.2" ,
117
- "memfs" : " 4.8 .1" ,
118
- "release-it" : " 17.1 .1" ,
117
+ "memfs" : " 4.9 .1" ,
118
+ "release-it" : " 17.2 .1" ,
119
119
"tsup" : " 8.0.2" ,
120
- "typescript" : " 5.4.3 " ,
121
- "vite" : " 5.2.8 " ,
122
- "vitest" : " 1.4.0 " ,
123
- "vue" : " 3.4.21 " ,
120
+ "typescript" : " 5.4.5 " ,
121
+ "vite" : " 5.2.10 " ,
122
+ "vitest" : " 1.5.2 " ,
123
+ "vue" : " 3.4.26 " ,
124
124
"vue-loader" : " 17.4.2" ,
125
125
"webpack" : " 5.91.0"
126
126
},
You can’t perform that action at this time.
0 commit comments