chore: update deps
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"eslint": "^8.40.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-config-turbo": "^1.9.6",
|
||||
"eslint-config-turbo": "^1.10.15",
|
||||
"prettier": "^2.8.8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,9 +8,8 @@
|
||||
"devDependencies": {
|
||||
"@tooling/eslint-config": "workspace:*",
|
||||
"@tooling/tsconfig": "workspace:*",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"@vitejs/plugin-vue": "^4.4.0",
|
||||
"defu": "^6.1.2",
|
||||
"unplugin-vue-macros": "1.8.2",
|
||||
"vite": "^4.3.7"
|
||||
"vite": "^4.4.11"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
const { defu } = require('defu')
|
||||
const vue = require('@vitejs/plugin-vue')
|
||||
const VueMacros = require('unplugin-vue-macros/vite')
|
||||
|
||||
function withConfig(viteConfig) {
|
||||
return defu(viteConfig, {
|
||||
@@ -26,20 +25,8 @@ function withConfig(viteConfig) {
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
VueMacros({
|
||||
hoistStatic: false,
|
||||
setupBlock: false,
|
||||
shortEmits: false,
|
||||
defineModel: false,
|
||||
definePropsRefs: false,
|
||||
setupComponent: false,
|
||||
setupSFC: false,
|
||||
exportProps: false,
|
||||
plugins: {
|
||||
vue: vue({
|
||||
reactivityTransform: true,
|
||||
}),
|
||||
},
|
||||
vue({
|
||||
reactivityTransform: true,
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user