From 56f6edd3a6becf45741ccabc43cf66a316020e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8E=B7=F0=9F=90=A2=20S=2E=20P=2E=20O=2E=20Clayton?= Date: Wed, 22 Jun 2022 10:25:06 -0400 Subject: [PATCH] Add toml dep --- packages/stat-sheet-block/package.json | 3 ++- pnpm-lock.yaml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/stat-sheet-block/package.json b/packages/stat-sheet-block/package.json index 1aa8a97..eb78080 100644 --- a/packages/stat-sheet-block/package.json +++ b/packages/stat-sheet-block/package.json @@ -6,7 +6,8 @@ "test": "jest" }, "dependencies": { - "@asciidoctor/core": "^2.2.6" + "@asciidoctor/core": "^2.2.6", + "@ltd/j-toml": "^1.30.0" }, "devDependencies": { "@jest/globals": "^28.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e1f4f9c..46ee98e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,6 +21,7 @@ importers: specifiers: '@asciidoctor/core': ^2.2.6 '@jest/globals': ^28.1.1 + '@ltd/j-toml': ^1.30.0 '@swc/cli': ^0.1.57 '@swc/core': ^1.2.204 '@swc/jest': ^0.2.21 @@ -28,6 +29,7 @@ importers: jest: ^28.1.1 dependencies: '@asciidoctor/core': 2.2.6 + '@ltd/j-toml': 1.30.0 devDependencies: '@jest/globals': 28.1.1 '@swc/cli': 0.1.57_@swc+core@1.2.204 @@ -729,6 +731,10 @@ packages: '@jridgewell/sourcemap-codec': 1.4.13 dev: true + /@ltd/j-toml/1.30.0: + resolution: {integrity: sha512-RMylvTbZiU9B5bx+bZmPtacKobjMJOJBDxn3TPraEe4bz/gG0ZpVKCedDqLgrDYIlCSxUutoFan1IJ2EHxvo3Q==} + dev: false + /@nodelib/fs.scandir/2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'}