Skip to content

Commit

Permalink
chore: update deps and fix lint errors (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
guygubaby authored Nov 2, 2023
1 parent 616b5d7 commit 5b9db49
Show file tree
Hide file tree
Showing 6 changed files with 1,112 additions and 721 deletions.
6 changes: 6 additions & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ declare global {
const h: typeof import('vue')['h']
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
const inject: typeof import('vue')['inject']
const injectLocal: typeof import('@vueuse/core')['injectLocal']
const isDark: typeof import('./src/composables/dark')['isDark']
const isDefined: typeof import('@vueuse/core')['isDefined']
const isProxy: typeof import('vue')['isProxy']
Expand Down Expand Up @@ -67,6 +68,7 @@ declare global {
const onUpdated: typeof import('vue')['onUpdated']
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
const provide: typeof import('vue')['provide']
const provideLocal: typeof import('@vueuse/core')['provideLocal']
const reactify: typeof import('@vueuse/core')['reactify']
const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
const reactive: typeof import('vue')['reactive']
Expand Down Expand Up @@ -324,6 +326,7 @@ declare module 'vue' {
readonly h: UnwrapRef<typeof import('vue')['h']>
readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
readonly inject: UnwrapRef<typeof import('vue')['inject']>
readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
readonly isDark: UnwrapRef<typeof import('./src/composables/dark')['isDark']>
readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
Expand Down Expand Up @@ -354,6 +357,7 @@ declare module 'vue' {
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
readonly provide: UnwrapRef<typeof import('vue')['provide']>
readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
Expand Down Expand Up @@ -605,6 +609,7 @@ declare module '@vue/runtime-core' {
readonly h: UnwrapRef<typeof import('vue')['h']>
readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
readonly inject: UnwrapRef<typeof import('vue')['inject']>
readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
readonly isDark: UnwrapRef<typeof import('./src/composables/dark')['isDark']>
readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
Expand Down Expand Up @@ -635,6 +640,7 @@ declare module '@vue/runtime-core' {
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
readonly provide: UnwrapRef<typeof import('vue')['provide']>
readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.2",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
Expand All @@ -13,36 +13,36 @@
"postinstall": "npx simple-git-hooks"
},
"dependencies": {
"@vueuse/core": "^10.4.1",
"vue": "^3.3.4",
"@vueuse/core": "^10.5.0",
"vue": "^3.3.7",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.12",
"@antfu/eslint-config": "^1.0.0-beta.28",
"@iconify-json/carbon": "^1.1.21",
"@types/node": "^20.7.1",
"@unocss/eslint-config": "^0.56.4",
"@unocss/eslint-plugin": "^0.56.4",
"@unocss/reset": "^0.56.4",
"@vitejs/plugin-vue": "^4.3.4",
"@vue-macros/volar": "^0.15.0",
"@types/node": "^20.8.8",
"@unocss/eslint-config": "^0.57.1",
"@unocss/eslint-plugin": "^0.57.1",
"@unocss/reset": "^0.57.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vue-macros/volar": "^0.17.1",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"eslint": "^8.52.0",
"eslint-define-config": "^1.24.1",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"pnpm": "^8.8.0",
"lint-staged": "^15.0.2",
"pnpm": "^8.9.2",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.3",
"taze": "^0.11.4",
"typescript": "^5.2.2",
"unocss": "^0.56.4",
"unocss": "^0.57.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-macros": "^2.6.0",
"vite": "^4.4.9",
"unplugin-vue-macros": "^2.6.1",
"vite": "^4.5.0",
"vite-plugin-pages": "^0.31.0",
"vitest": "^0.34.5",
"vue-tsc": "^1.8.15"
"vitest": "^0.34.6",
"vue-tsc": "^1.8.20"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 5b9db49

Please sign in to comment.