File tree 4 files changed +105
-259
lines changed
4 files changed +105
-259
lines changed Original file line number Diff line number Diff line change 21
21
if : ${{ steps.release.outputs.release_created }}
22
22
- uses : actions/setup-node@v4
23
23
with :
24
- node-version : 16
24
+ node-version : 18
25
25
registry-url : ' https://registry.npmjs.org'
26
26
if : ${{ steps.release.outputs.release_created }}
27
27
- uses : pnpm/action-setup@v3
Original file line number Diff line number Diff line change 71
71
]
72
72
},
73
73
"packageManager" :
" [email protected] " ,
74
- "peerDependencies" : {
75
- "vue" : " ^3.3.0"
76
- },
77
74
"dependencies" : {
78
75
"lodash" : " ^4.17.21"
79
76
},
91
88
"@vue/eslint-config-typescript" : " ^12.0.0" ,
92
89
"@vue/test-utils" : " ^2.4.3" ,
93
90
"@vue/tsconfig" : " ^0.5.0" ,
94
- "autoprefixer" : " ^10.4.17" ,
95
91
"cypress" : " ^13.6.1" ,
96
92
"eslint" : " ^8.56.0" ,
97
93
"eslint-plugin-cypress" : " ^2.15.1" ,
98
94
"eslint-plugin-vue" : " ^9.17.0" ,
99
95
"husky" : " ^9.0.10" ,
100
- "jsdom" : " ^23.0.1 " ,
96
+ "jsdom" : " ^24.1.0 " ,
101
97
"less" : " ^4.2.0" ,
102
98
"lint-staged" : " ^15.2.2" ,
103
99
"npm-run-all2" : " ^6.1.1" ,
104
100
"postcss-html" : " ^1.6.0" ,
105
101
"prettier" : " ^3.0.3" ,
106
- "start-server-and-test" : " ^2.0.3" ,
107
102
"stylelint" : " ^16.2.1" ,
108
103
"stylelint-config-recommended-vue" : " ^1.5.0" ,
109
104
"stylelint-config-standard-less" : " ^3.0.1" ,
110
105
"typescript" : " ~5.3.0" ,
111
106
"vite" : " ^5.0.10" ,
112
- "vitest" : " ^1.0.4" ,
107
+ "vitest" : " ^1.6.0" ,
108
+ "vue" : " ^3.3.0" ,
113
109
"vue-tsc" : " ^1.8.25"
114
110
}
115
111
}
You can’t perform that action at this time.
0 commit comments