Add custom posthtml-component package
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
877863dff9
commit
8b3d933403
3 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@ steps:
|
||||||
image: node:22-slim
|
image: node:22-slim
|
||||||
environment:
|
environment:
|
||||||
PNPM_HOME: /pnpm
|
PNPM_HOME: /pnpm
|
||||||
PARCEL_WORKERS: 0
|
# PARCEL_WORKERS: 0
|
||||||
commands:
|
commands:
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- pnpm install
|
- pnpm install
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"@parcel/config-default": "^2.15.4",
|
"@parcel/config-default": "^2.15.4",
|
||||||
"parcel": "^2.15.4",
|
"parcel": "^2.15.4",
|
||||||
"posthtml": "^0.16.6",
|
"posthtml": "^0.16.6",
|
||||||
"posthtml-component": "github:posthtml/posthtml-components",
|
"posthtml-component": "github:StratusFearMe21/posthtml-components",
|
||||||
"posthtml-include": "^2.0.1",
|
"posthtml-include": "^2.0.1",
|
||||||
"posthtml-markdownit": "^3.1.2"
|
"posthtml-markdownit": "^3.1.2"
|
||||||
},
|
},
|
||||||
|
|
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
|
@ -31,8 +31,8 @@ importers:
|
||||||
specifier: ^0.16.6
|
specifier: ^0.16.6
|
||||||
version: 0.16.6
|
version: 0.16.6
|
||||||
posthtml-component:
|
posthtml-component:
|
||||||
specifier: github:posthtml/posthtml-components
|
specifier: github:StratusFearMe21/posthtml-components
|
||||||
version: https://codeload.github.com/posthtml/posthtml-components/tar.gz/affa36ab8b38f87c3632a44eb14347aa58d4f79a
|
version: https://codeload.github.com/StratusFearMe21/posthtml-components/tar.gz/affa36ab8b38f87c3632a44eb14347aa58d4f79a
|
||||||
posthtml-include:
|
posthtml-include:
|
||||||
specifier: ^2.0.1
|
specifier: ^2.0.1
|
||||||
version: 2.0.1
|
version: 2.0.1
|
||||||
|
@ -865,8 +865,8 @@ packages:
|
||||||
resolution: {integrity: sha512-9Que9y4k8c33iv8h5QyTfHKlurmsJIscozy7oeFRxuWeX/osXjVGu9o9MKrmo4TI6Vr9a9vh9b4LYXqm3/GvhA==}
|
resolution: {integrity: sha512-9Que9y4k8c33iv8h5QyTfHKlurmsJIscozy7oeFRxuWeX/osXjVGu9o9MKrmo4TI6Vr9a9vh9b4LYXqm3/GvhA==}
|
||||||
engines: {node: '>=16.0.0'}
|
engines: {node: '>=16.0.0'}
|
||||||
|
|
||||||
posthtml-component@https://codeload.github.com/posthtml/posthtml-components/tar.gz/affa36ab8b38f87c3632a44eb14347aa58d4f79a:
|
posthtml-component@https://codeload.github.com/StratusFearMe21/posthtml-components/tar.gz/affa36ab8b38f87c3632a44eb14347aa58d4f79a:
|
||||||
resolution: {tarball: https://codeload.github.com/posthtml/posthtml-components/tar.gz/affa36ab8b38f87c3632a44eb14347aa58d4f79a}
|
resolution: {tarball: https://codeload.github.com/StratusFearMe21/posthtml-components/tar.gz/affa36ab8b38f87c3632a44eb14347aa58d4f79a}
|
||||||
version: 2.1.1
|
version: 2.1.1
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
|
@ -2021,7 +2021,7 @@ snapshots:
|
||||||
|
|
||||||
posthtml-attrs-parser@1.1.2: {}
|
posthtml-attrs-parser@1.1.2: {}
|
||||||
|
|
||||||
posthtml-component@https://codeload.github.com/posthtml/posthtml-components/tar.gz/affa36ab8b38f87c3632a44eb14347aa58d4f79a:
|
posthtml-component@https://codeload.github.com/StratusFearMe21/posthtml-components/tar.gz/affa36ab8b38f87c3632a44eb14347aa58d4f79a:
|
||||||
dependencies:
|
dependencies:
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
posthtml: 0.16.6
|
posthtml: 0.16.6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue