File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
$manager = " pnpm"
2
2
3
3
$disabledList = @ (
4
- ' vue-composable'
4
+ " vue-composable"
5
5
6
- ' shadow-flux'
6
+ " shadow-flux"
7
7
)
8
8
9
9
$nextList = @ (
10
- ' vue-composable'
10
+ " vue-composable"
11
11
12
- ' vue'
13
- ' vuex'
14
- ' vue-router'
15
- ' rollup-plugin-vue'
16
- ' @vue/compiler-sfc'
12
+ " vue"
13
+ " vuex"
14
+ " vue-router"
15
+ " rollup-plugin-vue"
16
+ " @vue/compiler-sfc"
17
17
18
- ' @pathscale/vue3-ui'
19
- ' @pathscale/bulma-css-var-only'
20
- ' @pathscale/bulma-extensions-css-var'
21
- ' @pathscale/bulma-pull-2981-css-var-only'
18
+ " @pathscale/vue3-ui"
19
+ " @pathscale/bulma-css-var-only"
20
+ " @pathscale/bulma-extensions-css-var"
21
+ " @pathscale/bulma-pull-2981-css-var-only"
22
22
)
23
23
24
24
$disabled = $disabledList -join " ,"
25
25
$next = $nextList -join " ,"
26
26
27
- ncu - u -- dep ' prod,dev' -- concurrency 16 - x $disabled
28
- ncu - u -- dep ' prod,dev' -- concurrency 16 -- target newest -f $next
27
+ ncu - u -- dep " prod,dev" -- concurrency 16 - x $disabled
28
+ ncu - u -- dep " prod,dev" -- concurrency 16 -- target newest -f $next
29
29
sort- package- json
30
30
wsl rm - rf node_modules package- lock.json yarn.lock pnpm- lock.yaml
31
- Invoke-Expression $ manager i
31
+ Invoke-Expression " ${ manager} i "
You can’t perform that action at this time.
0 commit comments