This repository was archived by the owner on Mar 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +310
-311
lines changed
Expand file tree Collapse file tree 4 files changed +310
-311
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ export default defineBuildConfig({
66 ] ,
77 declaration : true ,
88 clean : true ,
9- replace : {
10- 'import.meta.vitest' : 'false' ,
11- } ,
129 rollup : {
1310 emitCJS : true ,
1411 } ,
Original file line number Diff line number Diff line change 4444 },
4545 "devDependencies" : {
4646 "@antfu/eslint-config" : " ^0.35.2" ,
47- "@types/node" : " ^18.13.0 " ,
47+ "@types/node" : " ^18.14.1 " ,
4848 "@vitejs/plugin-vue" : " ^4.0.0" ,
49- "bumpp" : " ^8.2.1 " ,
49+ "bumpp" : " ^9.0.0 " ,
5050 "eslint" : " ^8.34.0" ,
5151 "typescript" : " ^4.9.5" ,
52- "unbuild" : " ^1.1.1 " ,
53- "vite" : " ^4.1.1 " ,
52+ "unbuild" : " ^1.1.2 " ,
53+ "vite" : " ^4.1.4 " ,
5454 "vue" : " ^3.2.47" ,
55- "vue-tsc" : " ^1.0.24 "
55+ "vue-tsc" : " ^1.1.7 "
5656 }
5757}
Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
5- < link rel ="icon " href ="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🚀</text></svg> " />
65 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > Vue UnQuery</ title >
6+ < title > vue-unquery</ title >
7+ < link rel ="icon " href ="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🚀</text></svg> " />
88 </ head >
99 < body >
1010 < div id ="app "> </ div >
You can’t perform that action at this time.
0 commit comments