mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-27 15:41:45 +01:00
chore: fixes typecheck by reverting hoisting in npmrc (#3219)
This commit is contained in:
3
.npmrc
3
.npmrc
@@ -1,5 +1,4 @@
|
||||
shared-workspace-lockfile=false
|
||||
include-workspace-root=true
|
||||
ignore-workspace-root-check=true
|
||||
shamefully-hoist=true
|
||||
strict-peer-dependencies=false
|
||||
|
||||
|
||||
3
assets/auto-imports.d.ts
vendored
3
assets/auto-imports.d.ts
vendored
@@ -105,6 +105,7 @@ declare global {
|
||||
const pinnedContainers: typeof import('./composable/storage')['pinnedContainers']
|
||||
const provide: typeof import('vue')['provide']
|
||||
const provideLocal: typeof import('@vueuse/core')['provideLocal']
|
||||
const provideLogDetails: typeof import('./composable/showLogDetails')['provideLogDetails']
|
||||
const provideLoggingContext: typeof import('./composable/logContext')['provideLoggingContext']
|
||||
const reactify: typeof import('@vueuse/core')['reactify']
|
||||
const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
|
||||
@@ -132,6 +133,7 @@ declare global {
|
||||
const shallowReadonly: typeof import('vue')['shallowReadonly']
|
||||
const shallowRef: typeof import('vue')['shallowRef']
|
||||
const showAllContainers: typeof import('./stores/settings')['showAllContainers']
|
||||
const showLogDetails: typeof import('./composable/showLogDetails')['showLogDetails']
|
||||
const showStd: typeof import('./stores/settings')['showStd']
|
||||
const showTimestamp: typeof import('./stores/settings')['showTimestamp']
|
||||
const size: typeof import('./stores/settings')['size']
|
||||
@@ -242,6 +244,7 @@ declare global {
|
||||
const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
|
||||
const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
|
||||
const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
|
||||
const useLogDetails: typeof import('./composable/showLogDetails')['useLogDetails']
|
||||
const useLogSearchContext: typeof import('./composable/logSearchContext')['useLogSearchContext']
|
||||
const useLoggingContext: typeof import('./composable/logContext')['useLoggingContext']
|
||||
const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
"dozzle": "workspace:*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/playfair-display": "^5.0.25"
|
||||
"@fontsource-variable/playfair-display": "^5.0.26"
|
||||
}
|
||||
}
|
||||
|
||||
10
docs/pnpm-lock.yaml
generated
10
docs/pnpm-lock.yaml
generated
@@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@fontsource-variable/playfair-display':
|
||||
specifier: ^5.0.25
|
||||
version: 5.0.25
|
||||
specifier: ^5.0.26
|
||||
version: 5.0.26
|
||||
devDependencies:
|
||||
dozzle:
|
||||
specifier: workspace:*
|
||||
@@ -18,9 +18,9 @@ importers:
|
||||
|
||||
packages:
|
||||
|
||||
'@fontsource-variable/playfair-display@5.0.25':
|
||||
resolution: {integrity: sha512-q8tzLiURtXycJQ27YoppTNCEe0W2ZRXIeZ25nH9KoM6fsbWYZAm9ItY0aRoL/jn/GllsEcTSm8H2UKa7l4AxDw==}
|
||||
'@fontsource-variable/playfair-display@5.0.26':
|
||||
resolution: {integrity: sha512-RupbW2PqBbsLbwcRBIX9fzzWr9jcovB+szNZGMRxU8V+l2VsaVhv9rm0NN/Z0gi15NtR+ipvB8apAeJJoBT1oQ==}
|
||||
|
||||
snapshots:
|
||||
|
||||
'@fontsource-variable/playfair-display@5.0.25': {}
|
||||
'@fontsource-variable/playfair-display@5.0.26': {}
|
||||
|
||||
20
package.json
20
package.json
@@ -32,7 +32,7 @@
|
||||
"@iconify-json/carbon": "^1.1.37",
|
||||
"@iconify-json/cil": "^1.1.10",
|
||||
"@iconify-json/ic": "^1.1.18",
|
||||
"@iconify-json/material-symbols": "^1.1.87",
|
||||
"@iconify-json/material-symbols": "^1.1.88",
|
||||
"@iconify-json/mdi": "^1.1.68",
|
||||
"@iconify-json/mdi-light": "^1.1.11",
|
||||
"@iconify-json/octicon": "^1.1.57",
|
||||
@@ -40,10 +40,10 @@
|
||||
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
||||
"@tailwindcss/container-queries": "^0.1.1",
|
||||
"@tailwindcss/typography": "^0.5.14",
|
||||
"@vueuse/components": "^11.0.0",
|
||||
"@vueuse/core": "^11.0.0",
|
||||
"@vueuse/integrations": "^11.0.0",
|
||||
"@vueuse/router": "^11.0.0",
|
||||
"@vueuse/components": "^11.0.1",
|
||||
"@vueuse/core": "^11.0.1",
|
||||
"@vueuse/integrations": "^11.0.1",
|
||||
"@vueuse/router": "^11.0.1",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"d3-array": "^3.2.4",
|
||||
@@ -66,18 +66,18 @@
|
||||
"unplugin-icons": "^0.19.2",
|
||||
"unplugin-vue-components": "^0.27.4",
|
||||
"unplugin-vue-macros": "^2.11.6",
|
||||
"unplugin-vue-router": "^0.10.6",
|
||||
"unplugin-vue-router": "^0.10.7",
|
||||
"vite": "5.4.1",
|
||||
"vite-plugin-compression2": "^1.2.0",
|
||||
"vite-plugin-vue-layouts": "^0.11.0",
|
||||
"vitepress": "1.3.2",
|
||||
"vitepress": "1.3.3",
|
||||
"vue": "^3.4.38",
|
||||
"vue-i18n": "^9.13.1",
|
||||
"vue-i18n": "^9.14.0",
|
||||
"vue-router": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pinia/testing": "^0.1.5",
|
||||
"@playwright/test": "^1.46.0",
|
||||
"@playwright/test": "^1.46.1",
|
||||
"@types/d3-array": "^3.2.1",
|
||||
"@types/d3-ease": "^3.0.2",
|
||||
"@types/d3-scale": "^4.0.8",
|
||||
@@ -85,7 +85,7 @@
|
||||
"@types/d3-shape": "^3.1.6",
|
||||
"@types/d3-transition": "^3.0.8",
|
||||
"@types/lodash.debounce": "^4.0.9",
|
||||
"@types/node": "^22.3.0",
|
||||
"@types/node": "^22.4.1",
|
||||
"@vitejs/plugin-vue": "5.1.2",
|
||||
"@vue/compiler-sfc": "^3.4.38",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
|
||||
1111
pnpm-lock.yaml
generated
1111
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user