From 4878144592980a0248559db99c55ab3506af3584 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Fri, 7 Mar 2025 11:11:01 -0800 Subject: [PATCH] Revert "chore: npmrc clean up" This reverts commit 99f203a23e43ee0b391a0a3f7cfd742a574a2bb1. --- .npmrc | 4 ++++ assets/auto-imports.d.ts | 2 -- pnpm-lock.yaml | 15 --------------- pnpm-workspace.yaml | 6 ------ 4 files changed, 4 insertions(+), 23 deletions(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..87513b25 --- /dev/null +++ b/.npmrc @@ -0,0 +1,4 @@ +shared-workspace-lockfile=false +include-workspace-root=true +ignore-workspace-root-check=true + diff --git a/assets/auto-imports.d.ts b/assets/auto-imports.d.ts index 9ffcc87f..7ffb8c3d 100644 --- a/assets/auto-imports.d.ts +++ b/assets/auto-imports.d.ts @@ -31,7 +31,6 @@ declare global { const createInjectionState: typeof import('@vueuse/core')['createInjectionState'] const createPinia: typeof import('pinia')['createPinia'] const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn'] - const createRef: typeof import('@vueuse/core')['createRef'] const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate'] const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable'] const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise'] @@ -422,7 +421,6 @@ declare module 'vue' { readonly createInjectionState: UnwrapRef readonly createPinia: UnwrapRef readonly createReactiveFn: UnwrapRef - readonly createRef: UnwrapRef readonly createReusableTemplate: UnwrapRef readonly createSharedComposable: UnwrapRef readonly createTemplatePromise: UnwrapRef diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ba3f2bf..a6d2eddb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -235,16 +235,6 @@ importers: specifier: ^2.2.8 version: 2.2.8(typescript@5.8.2) - docs: - dependencies: - '@fontsource-variable/playfair-display': - specifier: ^5.2.5 - version: 5.2.5 - devDependencies: - dozzle: - specifier: workspace:* - version: link:.. - packages: '@algolia/autocomplete-core@1.17.7': @@ -911,9 +901,6 @@ packages: '@floating-ui/utils@0.2.9': resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==} - '@fontsource-variable/playfair-display@5.2.5': - resolution: {integrity: sha512-nzSCC5pbWHjkJBqjPe81cPIC7fqJ6U5DwJ6tec7vF1bQ2DJnaKRBZluRQJuseFpACZLTN8LeN/1gBQEA7PnKOw==} - '@humanfs/core@0.19.1': resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} engines: {node: '>=18.18.0'} @@ -4599,8 +4586,6 @@ snapshots: '@floating-ui/utils@0.2.9': {} - '@fontsource-variable/playfair-display@5.2.5': {} - '@humanfs/core@0.19.1': {} '@humanfs/node@0.16.6': diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 2840440e..7d39d697 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,9 +1,3 @@ -includeWorkspaceRoot: true -ignoreWorkspaceRootCheck: true -sharedWorkspaceLockfile: false packages: - docs - e2e -onlyBuiltDependencies: - - esbuild - - simple-git-hooks