File tree 3 files changed +971
-1397
lines changed 3 files changed +971
-1397
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.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
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.7
44
44
- name : Setup Node.js
45
- uses : actions/setup-node@v4.0.2
45
+ uses : actions/setup-node@v4.0.3
46
46
- uses : pnpm/action-setup@v4.0.0
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@v4.1.1
59
+ uses : actions/checkout@v4.1.7
60
60
- name : Checkout examples
61
- uses : actions/checkout@v4.1.1
61
+ uses : actions/checkout@v4.1.7
62
62
with :
63
63
repository : fluent-vue/examples
64
64
path : examples
65
65
- name : Setup Node.js
66
- uses : actions/setup-node@v4.0.2
66
+ uses : actions/setup-node@v4.0.3
67
67
- uses : pnpm/action-setup@v4.0.0
68
68
with :
69
69
version : 8.x.x
Original file line number Diff line number Diff line change 103
103
},
104
104
"devDependencies" : {
105
105
"@antfu/eslint-config" : " ^2.27.3" ,
106
- "@nuxt/schema" : " ^3.11.2 " ,
106
+ "@nuxt/schema" : " ^3.13.0 " ,
107
107
"@release-it-plugins/lerna-changelog" : " 7.0.0" ,
108
- "@types/node" : " 20.12.4 " ,
109
- "@vitejs/plugin-vue" : " 5.0.4 " ,
110
- "@vitest/coverage-istanbul" : " ^2.0.1 " ,
111
- "@vue/compiler-sfc" : " 3.4.21 " ,
112
- "dotenv-cli" : " 7.4.1 " ,
108
+ "@types/node" : " 20.16.2 " ,
109
+ "@vitejs/plugin-vue" : " 5.1.3 " ,
110
+ "@vitest/coverage-istanbul" : " ^2.0.5 " ,
111
+ "@vue/compiler-sfc" : " 3.4.38 " ,
112
+ "dotenv-cli" : " 7.4.2 " ,
113
113
"eslint" : " 8.57.0" ,
114
114
"execa" : " 9.3.1" ,
115
- "husky" : " 9.0.11 " ,
116
- "lint-staged" : " 15.2.2 " ,
117
- "memfs" : " 4.8 .1" ,
118
- "release-it" : " 17.1.1 " ,
119
- "tsup" : " 8.0.2 " ,
120
- "typescript" : " 5.4.3 " ,
121
- "vite" : " 5.2.8 " ,
122
- "vitest" : " 2.0.1 " ,
123
- "vue" : " 3.4.21 " ,
115
+ "husky" : " 9.1.5 " ,
116
+ "lint-staged" : " 15.2.9 " ,
117
+ "memfs" : " 4.11 .1" ,
118
+ "release-it" : " 17.6.0 " ,
119
+ "tsup" : " 8.2.4 " ,
120
+ "typescript" : " 5.5.4 " ,
121
+ "vite" : " 5.4.2 " ,
122
+ "vitest" : " 2.0.5 " ,
123
+ "vue" : " 3.4.38 " ,
124
124
"vue-loader" : " 17.4.2" ,
125
- "webpack" : " 5.91 .0"
125
+ "webpack" : " 5.94 .0"
126
126
},
127
127
"lint-staged" : {
128
128
"*.js" : " eslint --fix" ,
You can’t perform that action at this time.
0 commit comments