File tree Expand file tree Collapse file tree 6 files changed +204
-245
lines changed Expand file tree Collapse file tree 6 files changed +204
-245
lines changed Original file line number Diff line number Diff line change 2020 node-version : 16.x
2121
2222 - name : Setup
23- run : npm i -g @vtrbo /ni
23+ run : npm i -g @antfu /ni
2424
2525 - name : Install
2626 run : nci
4545 node-version : ${{ matrix.node }}
4646
4747 - name : Setup
48- run : npm i -g @vtrbo /ni
48+ run : npm i -g @antfu /ni
4949
5050 - name : Install
5151 run : nci
Original file line number Diff line number Diff line change 55 "build" : " vite build"
66 },
77 "dependencies" : {
8- "vue" : " ^2.7.14 "
8+ "vue" : " ^3.3.4 "
99 },
1010 "devDependencies" : {
1111 "@vitejs/plugin-vue2" : " ^2.2.0" ,
1212 "typescript" : " ^5.1.6" ,
1313 "unplugin-vue-components" : " ^0.25.1" ,
1414 "unplugin-vue-images" : " workspace:*" ,
15- "vite" : " ^4.4.7 "
15+ "vite" : " ^4.4.9 "
1616 }
1717}
Original file line number Diff line number Diff line change 1212 "typescript" : " ^5.1.6" ,
1313 "unplugin-vue-components" : " ^0.25.1" ,
1414 "unplugin-vue-images" : " workspace:*" ,
15- "vite" : " ^4.4.7 "
15+ "vite" : " ^4.4.9 "
1616 }
1717}
Original file line number Diff line number Diff line change 8383 "dev" : " tsup --watch src" ,
8484 "build:fix" : " esno scripts/postbuild.ts" ,
8585 "lint" : " eslint ." ,
86+ "lint:fix" : " eslint . --fix" ,
8687 "play" : " npm -C playground run dev" ,
8788 "example:build" : " npm -C examples/vite-vue3 run build" ,
8889 "example:dev" : " npm -C examples/vite-vue3 run dev" ,
100101 },
101102 "devDependencies" : {
102103 "@types/debug" : " ^4.1.8" ,
103- "@types/node" : " ^20.4.5 " ,
104+ "@types/node" : " ^20.4.10 " ,
104105 "@vtrbo/eslint-config" : " ^0.3.10" ,
105106 "@vtrbo/utils" : " ^0.3.6" ,
106107 "@vue/compiler-sfc" : " ^3.3.4" ,
107108 "bumpp" : " ^9.1.1" ,
108109 "chalk" : " ^5.3.0" ,
109110 "cross-env" : " ^7.0.3" ,
110- "eslint" : " ^8.46 .0" ,
111+ "eslint" : " ^8.47 .0" ,
111112 "esno" : " ^0.17.0" ,
112113 "nodemon" : " ^3.0.1" ,
113114 "rimraf" : " ^5.0.1" ,
114- "rollup" : " ^3.27 .0" ,
115- "tsup" : " ^7.1 .0" ,
115+ "rollup" : " ^3.28 .0" ,
116+ "tsup" : " ^7.2 .0" ,
116117 "typescript" : " ^5.1.6" ,
117- "vite" : " ^4.4.7 " ,
118- "vitest" : " ^0.33.0 " ,
118+ "vite" : " ^4.4.9 " ,
119+ "vitest" : " ^0.34.1 " ,
119120 "webpack" : " ^5.88.2"
120121 }
121122}
You can’t perform that action at this time.
0 commit comments