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 +1003
-1044
lines changed
Expand file tree Collapse file tree 4 files changed +1003
-1044
lines changed Original file line number Diff line number Diff line change 22 "name" : " vue-unquery" ,
33 "type" : " module" ,
44 "version" : " 0.3.4" ,
5- "packageManager" : " pnpm@7.16.1 " ,
5+ "packageManager" : " pnpm@8.1.0 " ,
66 "description" : " Lightweight data management for Vue in suspense & non-suspense contexts" ,
77 "author" : " Johann Schopplich <pkg@johannschopplich.com>" ,
88 "license" : " MIT" ,
4343 "turbo-query" : " ^1.9.0"
4444 },
4545 "devDependencies" : {
46- "@antfu/eslint-config" : " ^0.35.2 " ,
47- "@types/node" : " ^18.14.1 " ,
48- "@vitejs/plugin-vue" : " ^4.0 .0" ,
49- "bumpp" : " ^9.0 .0" ,
50- "eslint" : " ^8.34 .0" ,
51- "typescript" : " ^4.9.5 " ,
46+ "@antfu/eslint-config" : " ^0.38.0 " ,
47+ "@types/node" : " ^18.15.11 " ,
48+ "@vitejs/plugin-vue" : " ^4.1 .0" ,
49+ "bumpp" : " ^9.1 .0" ,
50+ "eslint" : " ^8.37 .0" ,
51+ "typescript" : " ^5.0.2 " ,
5252 "unbuild" : " ^1.1.2" ,
53- "vite" : " ^4.1.4 " ,
53+ "vite" : " ^4.2.1 " ,
5454 "vue" : " ^3.2.47" ,
55- "vue-tsc" : " ^1.1.7 "
55+ "vue-tsc" : " ^1.2.0 "
5656 }
5757}
Original file line number Diff line number Diff line change 1- import { resolve } from 'path'
1+ import { resolve } from 'node: path'
22import { defineConfig } from 'vite'
33import Vue from '@vitejs/plugin-vue'
44
You can’t perform that action at this time.
0 commit comments