From 15e075dbf315f85150f5cc6afb3f7eaa93c546ec Mon Sep 17 00:00:00 2001 From: sunnydanu Date: Tue, 5 Nov 2024 15:20:11 +0530 Subject: [PATCH] fix(revert) - curl convertor tool --- components.d.ts | 3 +++ pnpm-lock.yaml | 18 ------------------ 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/components.d.ts b/components.d.ts index 33f2985..3c4eaf2 100644 --- a/components.d.ts +++ b/components.d.ts @@ -173,11 +173,13 @@ declare module '@vue/runtime-core' { NavbarButtons: typeof import('./src/components/NavbarButtons.vue')['default'] NButton: typeof import('naive-ui')['NButton'] NCard: typeof import('naive-ui')['NCard'] + NCheckbox: typeof import('naive-ui')['NCheckbox'] NCode: typeof import('naive-ui')['NCode'] NCollapseTransition: typeof import('naive-ui')['NCollapseTransition'] NColorPicker: typeof import('naive-ui')['NColorPicker'] NConfigProvider: typeof import('naive-ui')['NConfigProvider'] NDatePicker: typeof import('naive-ui')['NDatePicker'] + NDivider: typeof import('naive-ui')['NDivider'] NDynamicInput: typeof import('naive-ui')['NDynamicInput'] NEllipsis: typeof import('naive-ui')['NEllipsis'] NForm: typeof import('naive-ui')['NForm'] @@ -201,6 +203,7 @@ declare module '@vue/runtime-core' { NRadio: typeof import('naive-ui')['NRadio'] NRadioGroup: typeof import('naive-ui')['NRadioGroup'] NScrollbar: typeof import('naive-ui')['NScrollbar'] + NSelect: typeof import('naive-ui')['NSelect'] NSlider: typeof import('naive-ui')['NSlider'] NSpace: typeof import('naive-ui')['NSpace'] NSpin: typeof import('naive-ui')['NSpin'] diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 72fb1fa..acf8da4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -101,9 +101,6 @@ importers: crypto-js: specifier: ^4.1.1 version: 4.1.1 - curlconverter: - specifier: ^4.10.1 - version: 4.11.0 currency-codes-ts: specifier: ^3.0.0 version: 3.0.0 @@ -3237,10 +3234,6 @@ packages: csstype@3.1.2: resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} - curlconverter@4.11.0: - resolution: {integrity: sha512-jBSvfDN10L6rGWVlkAYgtkIG8lYprDvtBgos7mafxtv15keYeQWsxUgnzns3JmqEcGJMeaGlDNdRUszURPCUaw==} - hasBin: true - currency-codes-ts@3.0.0: resolution: {integrity: sha512-ZJeCpq5uY2t8dDl4xdF15shkp5o8jrHcD4lHftK/O8j8xTHlXg0E5YhpZbRJvnLRaKe+JQh1/q1AI9Wc2Dl3Nw==} engines: {node: '>=14'} @@ -10248,17 +10241,6 @@ snapshots: csstype@3.1.2: {} - curlconverter@4.11.0: - dependencies: - jsesc: 3.0.2 - lossless-json: 4.0.2 - tree-sitter: 0.21.1 - tree-sitter-bash: 0.23.1(tree-sitter@0.21.1) - web-tree-sitter: 0.24.3 - yamljs: 0.3.0 - transitivePeerDependencies: - - tree_sitter - currency-codes-ts@3.0.0: dependencies: lodash-es: 4.17.21