diff --git a/package.json b/package.json index 7c1bd24a..79063a95 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "@tiptap/pm": "2.1.6", "@tiptap/starter-kit": "2.1.6", "@tiptap/vue-3": "2.0.3", + "@types/sshpk": "^1.17.4", "@vicons/material": "^0.12.0", "@vicons/tabler": "^0.12.0", "@vueuse/core": "^10.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8f774d0d..d7b0267c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,6 +23,9 @@ dependencies: '@tiptap/vue-3': specifier: 2.0.3 version: 2.0.3(@tiptap/core@2.1.12)(@tiptap/pm@2.1.6)(vue@3.3.4) + '@types/sshpk': + specifier: ^1.17.4 + version: 1.17.4 '@vicons/material': specifier: ^0.12.0 version: 0.12.0 @@ -223,9 +226,6 @@ devDependencies: '@types/qrcode': specifier: ^1.5.0 version: 1.5.0 - '@types/sshpk': - specifier: ^1.17.4 - version: 1.17.4 '@types/ua-parser-js': specifier: ^0.7.36 version: 0.7.36 @@ -2899,7 +2899,7 @@ packages: resolution: {integrity: sha512-V91DSJ2l0h0gRhVP4oBfBzRBN9lAbPUkGDMCnwedqPKX2d84aAMc9CulOvxdw1f7DfEYx99afab+Rsm3e52jhA==} dependencies: '@types/node': 18.18.8 - dev: true + dev: false /@types/bcryptjs@2.4.2: resolution: {integrity: sha512-LiMQ6EOPob/4yUL66SZzu6Yh77cbzJFYll+ZfaPiPPFswtIlA/Fs1MzdKYA7JApHU49zQTbJGX3PDmCpIdDBRQ==} @@ -3025,7 +3025,6 @@ packages: resolution: {integrity: sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==} dependencies: undici-types: 5.26.5 - dev: true /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -3064,7 +3063,7 @@ packages: dependencies: '@types/asn1': 0.2.4 '@types/node': 18.18.8 - dev: true + dev: false /@types/throttle-debounce@2.1.0: resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==} @@ -9202,7 +9201,6 @@ packages: /undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - dev: true /unhead@0.5.1: resolution: {integrity: sha512-5ZZ0wNRWWdY8+YEg3sX4IXr5r2duc1JslUyfHX1rAGBsaJ62IJRxI6DmgZqSEN0yfqYclCZenxNG+rmWjPKFQw==} diff --git a/vite.config.ts b/vite.config.ts index 64e40216..2e5c0254 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,8 +1,5 @@ import { resolve } from 'node:path'; -<<<<<<< HEAD import { URL, fileURLToPath } from 'node:url'; -======= ->>>>>>> chore: prepare sshpk for cert/key/sshkeys related tools import { nodePolyfills } from 'vite-plugin-node-polyfills'; import VueI18n from '@intlify/unplugin-vue-i18n/vite';