File tree Expand file tree Collapse file tree 6 files changed +1333
-1762
lines changed Expand file tree Collapse file tree 6 files changed +1333
-1762
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- uses : actions/checkout@v3
19
19
- uses : pnpm/action-setup@v2
20
20
with :
21
- version : 7.1.7
21
+ version : 8.5.0
22
22
- uses : actions/setup-node@v3
23
23
with :
24
- node-version : ' 16 '
24
+ node-version : ' 18 '
25
25
cache : ' pnpm'
26
26
- name : ' BrowserStack Env Setup'
27
27
uses : ' browserstack/github-actions/setup-env@master'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/router-root" ,
3
3
"private" : true ,
4
- "packageManager" : " pnpm@7.26 .0" ,
4
+ "packageManager" : " pnpm@8.5 .0" ,
5
5
"engines" : {
6
- "node" : " >=16.5 .0"
6
+ "node" : " >=18.14 .0"
7
7
},
8
8
"workspaces" : [
9
9
" packages/*"
59
59
" react-dom"
60
60
]
61
61
}
62
+ },
63
+ "volta" : {
64
+ "node" : " 18.16.0"
62
65
}
63
66
}
Original file line number Diff line number Diff line change 8
8
"docs:build" : " vitepress build ."
9
9
},
10
10
"dependencies" : {
11
- "vitepress" : " 1.0.0-alpha.48 " ,
11
+ "vitepress" : " 1.0.0-alpha.75 " ,
12
12
"vue-router" : " workspace:*"
13
13
}
14
14
}
Original file line number Diff line number Diff line change 9
9
"preview" : " vite preview --port 4173"
10
10
},
11
11
"dependencies" : {
12
- "vue" : " ^3.3.1 "
12
+ "vue" : " ^3.3.2 "
13
13
},
14
14
"devDependencies" : {
15
15
"@types/node" : " ^18.14.0" ,
16
- "@vitejs/plugin-vue" : " ^4.2.2 " ,
17
- "@vue/compiler-sfc" : " ^3.3.1 " ,
16
+ "@vitejs/plugin-vue" : " ^4.2.3 " ,
17
+ "@vue/compiler-sfc" : " ^3.3.2 " ,
18
18
"@vue/tsconfig" : " ^0.1.3" ,
19
19
"typescript" : " ~4.9.4" ,
20
20
"vite" : " ^4.3.5" ,
21
21
"vue-router" : " workspace:*" ,
22
- "vue-tsc" : " ^1.6.4 "
22
+ "vue-tsc" : " ^1.6.5 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change 87
87
"@types/jest" : " ^29.4.0" ,
88
88
"@types/jsdom" : " ^20.0.1" ,
89
89
"@types/nightwatch" : " ^2.3.19" ,
90
- "@vitejs/plugin-vue" : " ^4.2.2 " ,
91
- "@vue/compiler-sfc" : " ^3.3.1 " ,
92
- "@vue/server-renderer" : " ^3.3.1 " ,
90
+ "@vitejs/plugin-vue" : " ^4.2.3 " ,
91
+ "@vue/compiler-sfc" : " ^3.3.2 " ,
92
+ "@vue/server-renderer" : " ^3.3.2 " ,
93
93
"@vue/test-utils" : " ^2.3.2" ,
94
94
"browserstack-local" : " ^1.5.2" ,
95
95
"chromedriver" : " ^113.0.0" ,
111
111
"sucrase" : " ^3.29.0" ,
112
112
"typescript" : " ~4.9.4" ,
113
113
"vite" : " ^4.3.5" ,
114
- "vue" : " ^3.3.1 "
114
+ "vue" : " ^3.3.2 "
115
115
}
116
116
}
You can’t perform that action at this time.
0 commit comments