File tree 3 files changed +787
-646
lines changed
3 files changed +787
-646
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.2 .0
22
+ uses : actions/checkout@v3.3 .0
23
23
- name : Setup Node.js ${{ matrix.node }}
24
- uses : actions/setup-node@v3.5.1
24
+ uses : actions/setup-node@v3.6.0
25
25
with :
26
26
node-version : ${{ matrix.node }}
27
27
- uses : pnpm/action-setup@v2.2.4
40
40
name : Lint source code
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@v3.2 .0
43
+ uses : actions/checkout@v3.3 .0
44
44
- name : Setup Node.js
45
- uses : actions/setup-node@v3.5.1
45
+ uses : actions/setup-node@v3.6.0
46
46
- uses : pnpm/action-setup@v2.2.4
47
47
with :
48
48
version : 7.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.2 .0
59
+ uses : actions/checkout@v3.3 .0
60
60
- name : Checkout examples
61
- uses : actions/checkout@v3.2 .0
61
+ uses : actions/checkout@v3.3 .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.5.1
66
+ uses : actions/setup-node@v3.6.0
67
67
- uses : pnpm/action-setup@v2.2.4
68
68
with :
69
69
version : 7.x.x
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.27 .0" ,
67
+ "magic-string" : " ^0.29 .0" ,
68
68
"unplugin" : " ^1.0.0"
69
69
},
70
70
"devDependencies" : {
71
- "@antfu/eslint-config-ts" : " 0.34.0 " ,
71
+ "@antfu/eslint-config-ts" : " 0.35.2 " ,
72
72
"@release-it-plugins/lerna-changelog" : " 5.0.0" ,
73
- "@types/node" : " 18.11.14 " ,
73
+ "@types/node" : " 18.13.0 " ,
74
74
"@vitejs/plugin-vue" : " 4.0.0" ,
75
- "@vitest/coverage-c8" : " 0.25.8 " ,
76
- "@vue/compiler-sfc" : " 3.2.45 " ,
75
+ "@vitest/coverage-c8" : " 0.28.4 " ,
76
+ "@vue/compiler-sfc" : " 3.2.47 " ,
77
77
"dotenv-cli" : " 7.0.0" ,
78
- "eslint" : " 8.29 .0" ,
78
+ "eslint" : " 8.34 .0" ,
79
79
"execa" : " 7.0.0" ,
80
- "husky" : " 8.0.2 " ,
81
- "lint-staged" : " 13.1.0 " ,
82
- "memfs" : " 3.4.12 " ,
83
- "release-it" : " 15.5.1 " ,
84
- "tsup" : " 6.5.0 " ,
85
- "typescript" : " 4.9.4 " ,
86
- "vite" : " 4.0 .1" ,
87
- "vitest" : " 0.25.8 " ,
88
- "vue" : " 3.2.45 " ,
80
+ "husky" : " 8.0.3 " ,
81
+ "lint-staged" : " 13.1.1 " ,
82
+ "memfs" : " 3.4.13 " ,
83
+ "release-it" : " 15.6.0 " ,
84
+ "tsup" : " 6.6.2 " ,
85
+ "typescript" : " 4.9.5 " ,
86
+ "vite" : " 4.1 .1" ,
87
+ "vitest" : " 0.28.4 " ,
88
+ "vue" : " 3.2.47 " ,
89
89
"vue-loader" : " 17.0.1" ,
90
90
"webpack" : " 5.75.0"
91
91
},
You can’t perform that action at this time.
0 commit comments