From 7312aa103973657e73692973cadec33e53e05ecc Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 17 Mar 2022 14:03:35 +0100 Subject: [PATCH] Add the @holllo/gram package. --- package.json | 1 + pnpm-lock.yaml | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/package.json b/package.json index fe0829e..685ea67 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "test": "xo && stylelint 'source/**/*.scss' && tsc && c8 ava" }, "dependencies": { + "@holllo/gram": "^0.1.0", "htm": "^3.1.0", "migration-helper": "^0.1.2", "modern-normalize": "^1.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b50ce9..21a946f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,6 +1,7 @@ lockfileVersion: 5.3 specifiers: + '@holllo/gram': ^0.1.0 '@preact/preset-vite': ^2.1.7 '@types/webextension-polyfill': ^0.8.2 ava: ^4.0.1 @@ -23,6 +24,7 @@ specifiers: xo: ^0.48.0 dependencies: + '@holllo/gram': 0.1.0_htm@3.1.0+preact@10.6.6 htm: 3.1.0 migration-helper: 0.1.2 modern-normalize: 1.1.0 @@ -349,6 +351,16 @@ packages: - supports-color dev: true + /@holllo/gram/0.1.0_htm@3.1.0+preact@10.6.6: + resolution: {integrity: sha512-91YcLRGUjNtFkE6qQhOuw6C2tNbJ7/SMdZa0hITjRLE2c7wzCSte5Wta9Uj3xLZh4kguO/S5QHmLHWmtUWqYog==} + peerDependencies: + htm: 3.x + preact: 10.x + dependencies: + htm: 3.1.0 + preact: 10.6.6 + dev: false + /@humanwhocodes/config-array/0.9.5: resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==} engines: {node: '>=10.10.0'}