File tree 3 files changed +355
-309
lines changed
3 files changed +355
-309
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.1 .0
22
+ uses : actions/checkout@v3.2 .0
23
23
- name : Setup Node.js ${{ matrix.node }}
24
24
uses : actions/setup-node@v3.5.1
25
25
with :
40
40
name : Lint source code
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@v3.1 .0
43
+ uses : actions/checkout@v3.2 .0
44
44
- name : Setup Node.js
45
45
uses : actions/setup-node@v3.5.1
46
46
- uses : pnpm/action-setup@v2.2.4
56
56
name : Test build of example projects
57
57
steps :
58
58
- name : Checkout unplugin-fluent-vue
59
- uses : actions/checkout@v3.1 .0
59
+ uses : actions/checkout@v3.2 .0
60
60
- name : Checkout examples
61
- uses : actions/checkout@v3.1 .0
61
+ uses : actions/checkout@v3.2 .0
62
62
with :
63
63
repository : fluent-vue/examples
64
64
path : examples
Original file line number Diff line number Diff line change 64
64
"dependencies" : {
65
65
"@fluent/syntax" : " ^0.18.1" ,
66
66
"@rollup/pluginutils" : " ^5.0.0" ,
67
- "magic-string" : " ^0.26.2 " ,
67
+ "magic-string" : " ^0.27.0 " ,
68
68
"unplugin" : " ^0.10.0"
69
69
},
70
70
"devDependencies" : {
71
- "@antfu/eslint-config-ts" : " 0.30.1 " ,
71
+ "@antfu/eslint-config-ts" : " 0.34.0 " ,
72
72
"@release-it-plugins/lerna-changelog" : " 5.0.0" ,
73
- "@types/node" : " 18.11.9 " ,
73
+ "@types/node" : " 18.11.14 " ,
74
74
"@vitejs/plugin-vue" : " 3.2.0" ,
75
- "@vitest/coverage-c8" : " 0.25.2 " ,
75
+ "@vitest/coverage-c8" : " 0.25.7 " ,
76
76
"@vue/compiler-sfc" : " 3.2.45" ,
77
77
"dotenv-cli" : " 6.0.0" ,
78
- "eslint" : " 8.27 .0" ,
78
+ "eslint" : " 8.29 .0" ,
79
79
"execa" : " 6.1.0" ,
80
80
"husky" : " 8.0.2" ,
81
- "lint-staged" : " 13.0.3 " ,
82
- "memfs" : " 3.4.11 " ,
83
- "release-it" : " 15.5.0 " ,
81
+ "lint-staged" : " 13.1.0 " ,
82
+ "memfs" : " 3.4.12 " ,
83
+ "release-it" : " 15.5.1 " ,
84
84
"tsup" : " 6.5.0" ,
85
- "typescript" : " 4.9.3 " ,
86
- "vite" : " 3.2.4 " ,
87
- "vitest" : " 0.25.2 " ,
85
+ "typescript" : " 4.9.4 " ,
86
+ "vite" : " 3.2.5 " ,
87
+ "vitest" : " 0.25.7 " ,
88
88
"vue" : " 3.2.45" ,
89
89
"vue-loader" : " 17.0.1" ,
90
90
"webpack" : " 5.75.0"
You can’t perform that action at this time.
0 commit comments