Skip to content

Commit

Permalink
fixed dependency issues, removed shamefully hoist
Browse files Browse the repository at this point in the history
  • Loading branch information
buffet-time committed Jun 19, 2024
1 parent 7bd9b32 commit 097280e
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 255 deletions.
8 changes: 0 additions & 8 deletions .npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ declare module 'vue' {
ISvgSearch: typeof import('~icons/svg/search')['default']
ISvgSpinner: typeof import('~icons/svg/spinner')['default']
ISvgTriangleExclamation: typeof import('~icons/svg/triangle-exclamation')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,20 @@
"test": "vitest --run",
"test:watch": "vitest --watch"
},
"dependencies": {
"@vueuse/core": "^10.11.0"
},
"devDependencies": {
"@nuxt/kit": "^3.12.2",
"@nuxt/schema": "^3.12.2",
"@nuxt/vite-builder": "^3.12.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@opentelemetry/api": "1.8.0",
"@types/dotenv-safe": "^8.1.6",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-vue": "^5.0.5",
Expand All @@ -54,7 +60,7 @@
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"pretty-quick": "^4.0.0",
"swagger-typescript-api": "^13.0.6",
"swagger-typescript-api": "^13.0.7",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5",
"unplugin-icons": "^0.19.0",
Expand All @@ -65,8 +71,5 @@
"vitest": "^1.6.0",
"vitest-fetch-mock": "^0.2.2",
"vue": "^3.4.29"
},
"dependencies": {
"@vueuse/core": "^10.11.0"
}
}
Loading

0 comments on commit 097280e

Please sign in to comment.