diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e52c6a4..ddcfcaf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,34 +4,37 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false -devDependencies: - '@antfu/ni': - specifier: ^0.21.4 - version: 0.21.8 - '@so1ve/eslint-config': - specifier: ^0.120.0 - version: 0.120.2(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5)(vite@4.5.3)(vitest@0.32.4) - '@types/node': - specifier: ^18.16.18 - version: 18.19.31 - bumpp: - specifier: ^9.1.1 - version: 9.4.1 - eslint: - specifier: ^8.43.0 - version: 8.57.0 - pkgroll: - specifier: ^1.10.0 - version: 1.11.1(typescript@5.4.5) - typescript: - specifier: ^5.1.3 - version: 5.4.5 - vite: - specifier: ^4.0.5 - version: 4.5.3(@types/node@18.19.31) - vitest: - specifier: ^0.32.2 - version: 0.32.4 +importers: + + .: + devDependencies: + '@antfu/ni': + specifier: ^0.21.4 + version: 0.21.12 + '@so1ve/eslint-config': + specifier: ^0.120.0 + version: 0.120.2(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5)(vite@4.5.3)(vitest@0.32.4) + '@types/node': + specifier: ^18.16.18 + version: 18.19.31 + bumpp: + specifier: ^9.1.1 + version: 9.4.1 + eslint: + specifier: ^8.43.0 + version: 8.57.0 + pkgroll: + specifier: ^1.10.0 + version: 1.11.1(typescript@5.4.5) + typescript: + specifier: ^5.1.3 + version: 5.4.5 + vite: + specifier: ^4.0.5 + version: 4.5.3(@types/node@18.19.31) + vitest: + specifier: ^0.32.2 + version: 0.32.4 packages: @@ -40,8 +43,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /@antfu/ni@0.21.8: - resolution: {integrity: sha512-90X8pU2szlvw0AJo9EZMbYc2eQKkmO7mAdC4tD4r5co2Mm56MT37MIG8EyB7p4WRheuzGxuLDxJ63mF6+Zajiw==} + /@antfu/ni@0.21.12: + resolution: {integrity: sha512-2aDL3WUv8hMJb2L3r/PIQWsTLyq7RQr3v9xD16fiz6O8ys1xEyLhhTOv8gxtZvJiTzjTF5pHoArvRdesGL1DMQ==} hasBin: true dev: true @@ -1939,7 +1942,7 @@ packages: function.prototype.name: 1.1.6 get-intrinsic: 1.2.4 get-symbol-description: 1.0.2 - globalthis: 1.0.3 + globalthis: 1.0.4 gopd: 1.0.1 has-property-descriptors: 1.0.2 has-proto: 1.0.3 @@ -2993,11 +2996,12 @@ packages: type-fest: 0.20.2 dev: true - /globalthis@1.0.3: - resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} + /globalthis@1.0.4: + resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} engines: {node: '>= 0.4'} dependencies: define-properties: 1.2.1 + gopd: 1.0.1 dev: true /globby@11.1.0: