File tree 3 files changed +1204
-1678
lines changed 3 files changed +1204
-1678
lines changed Original file line number Diff line number Diff line change 19
19
node : [20, 22]
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4.1.1
22
+ uses : actions/checkout@v4.1.7
23
23
- name : Setup Node.js ${{ matrix.node }}
24
- uses : actions/setup-node@v4.0.2
24
+ uses : actions/setup-node@v4.0.3
25
25
with :
26
26
node-version : ${{ matrix.node }}
27
27
- uses : pnpm/action-setup@v4.0.0
39
39
name : Lint source code
40
40
steps :
41
41
- name : Checkout
42
- uses : actions/checkout@v4.1.1
42
+ uses : actions/checkout@v4.1.7
43
43
- name : Setup Node.js
44
- uses : actions/setup-node@v4.0.2
44
+ uses : actions/setup-node@v4.0.3
45
45
- uses : pnpm/action-setup@v4.0.0
46
46
with :
47
47
run_install : true
@@ -54,14 +54,14 @@ jobs:
54
54
name : Test build of example projects
55
55
steps :
56
56
- name : Checkout unplugin-fluent-vue
57
- uses : actions/checkout@v4.1.1
57
+ uses : actions/checkout@v4.1.7
58
58
- name : Checkout examples
59
- uses : actions/checkout@v4.1.1
59
+ uses : actions/checkout@v4.1.7
60
60
with :
61
61
repository : fluent-vue/examples
62
62
path : examples
63
63
- name : Setup Node.js
64
- uses : actions/setup-node@v4.0.2
64
+ uses : actions/setup-node@v4.0.3
65
65
- uses : pnpm/action-setup@v4.0.0
66
66
67
67
- name : Test
Original file line number Diff line number Diff line change 104
104
},
105
105
"devDependencies" : {
106
106
"@antfu/eslint-config" : " ^3.0.0" ,
107
- "@nuxt/schema" : " ^3.11.2 " ,
107
+ "@nuxt/schema" : " ^3.13.0 " ,
108
108
"@release-it-plugins/lerna-changelog" : " 7.0.0" ,
109
- "@types/node" : " 20.12.4 " ,
110
- "@vitejs/plugin-vue" : " 5.0.4 " ,
111
- "@vitest/coverage-istanbul" : " ^2.0.1 " ,
112
- "@vue/compiler-sfc" : " 3.4.21 " ,
113
- "dotenv-cli" : " 7.4.1 " ,
109
+ "@types/node" : " 20.16.2 " ,
110
+ "@vitejs/plugin-vue" : " 5.1.3 " ,
111
+ "@vitest/coverage-istanbul" : " ^2.0.5 " ,
112
+ "@vue/compiler-sfc" : " 3.4.38 " ,
113
+ "dotenv-cli" : " 7.4.2 " ,
114
114
"eslint" : " 9.9.1" ,
115
115
"execa" : " 9.3.1" ,
116
- "husky" : " 9.0.11 " ,
117
- "lint-staged" : " 15.2.2 " ,
118
- "memfs" : " 4.8 .1" ,
119
- "release-it" : " 17.1.1 " ,
120
- "tsup" : " 8.0.2 " ,
121
- "typescript" : " 5.4.3 " ,
122
- "vite" : " 5.2.8 " ,
123
- "vitest" : " 2.0.1 " ,
124
- "vue" : " 3.4.21 " ,
116
+ "husky" : " 9.1.5 " ,
117
+ "lint-staged" : " 15.2.9 " ,
118
+ "memfs" : " 4.11 .1" ,
119
+ "release-it" : " 17.6.0 " ,
120
+ "tsup" : " 8.2.4 " ,
121
+ "typescript" : " 5.5.4 " ,
122
+ "vite" : " 5.4.2 " ,
123
+ "vitest" : " 2.0.5 " ,
124
+ "vue" : " 3.4.38 " ,
125
125
"vue-loader" : " 17.4.2" ,
126
- "webpack" : " 5.91 .0"
126
+ "webpack" : " 5.94 .0"
127
127
},
128
128
"lint-staged" : {
129
129
"*.js" : " eslint --fix" ,
You can’t perform that action at this time.
0 commit comments