Skip to content

Commit b2d58f3

Browse files
Merge branch 'dev' into feature/fix-broken-links
2 parents f9aaa9a + 465fa53 commit b2d58f3

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

packages/engine-twig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/engine_twig.js",
66
"dependencies": {
77
"fs-extra": "0.30.0",
8-
"twing": "4.0.3"
8+
"twing": "4.0.6"
99
},
1010
"keywords": [
1111
"Pattern Lab",

packages/starterkit-handlebars-demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The Demo StarterKit for Handlebars is meant to be used as a demonstration of a H
44

55
## Requirements
66

7-
The Base StarterKit for Mustache requires the following PatternEngine:
7+
The Base StarterKit for Handlebars requires the following PatternEngine:
88

9-
- `@pattern-lab/patternengine-node-handebars`: [npm](https://www.npmjs.com/package/@pattern-lab/patternengine-node-handebars), [Github](https://github.com/pattern-lab/patternengine-node-handlebars)
9+
- `@pattern-lab/patternengine-node-handlebars`: [npm](https://www.npmjs.com/package/@pattern-lab/patternengine-node-handlebars), [Github](https://github.com/pattern-lab/patternengine-node-handlebars)
1010

1111
## Install
1212

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17083,17 +17083,17 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
1708317083
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
1708417084
integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
1708517085

17086-
twig-lexer@^0.7.0:
17087-
version "0.7.0"
17088-
resolved "https://registry.yarnpkg.com/twig-lexer/-/twig-lexer-0.7.0.tgz#28e821b108b8db794bc1a120b1295807a4e19e11"
17089-
integrity sha512-pSzufXfQV/fbER7QFskpRvLPBoEN5LovDNE9gCo9/kg71II3jWZp5Xtd8MRIW8uU46mq0f7C/2fypdh6z4eguw==
17086+
twig-lexer@^0.7.2:
17087+
version "0.7.2"
17088+
resolved "https://registry.yarnpkg.com/twig-lexer/-/twig-lexer-0.7.2.tgz#8dbc1b5b46e19f5e878e7c4c06fd86e809f828c5"
17089+
integrity sha512-c+SyqPvjH1fDXIdW9E6oWMNGGB0f5Ua64ggEh/3AGUEIImkAGTzVdOY09qLaK1NhLCUSfT/JEjr8VnZbOaZDjg==
1709017090
dependencies:
1709117091
"@types/node" "^12.0.8"
1709217092

17093-
twing@4.0.3:
17094-
version "4.0.3"
17095-
resolved "https://registry.yarnpkg.com/twing/-/twing-4.0.3.tgz#8b1df34d9a130320ad4fbe3d0f6eea93c5ecb22a"
17096-
integrity sha512-78J7KidaDWFny8a7cfmZhg/KbkYbZkhrOAY3/mDuIOGl4FYR1EixOoxsoLK3JU5HHdJ3ECnnlLE2ruNnOfj7kw==
17093+
twing@4.0.6:
17094+
version "4.0.6"
17095+
resolved "https://registry.yarnpkg.com/twing/-/twing-4.0.6.tgz#2dd7e9a514b4bb2a67bdaf585895c35f84fdb086"
17096+
integrity sha512-aAmMYXAUuNdOebbRlUq2L1PN5Lg9ceZMvVq46xvX6EkSFFiAIqNEaHTHDFchIb+nucFubr89Hs4s90LWlc2Cmw==
1709717097
dependencies:
1709817098
"@types/luxon" "^1.4.0"
1709917099
camelcase "^4.1.0"
@@ -17118,7 +17118,7 @@ twing@4.0.3:
1711817118
snake-case "^2.1.0"
1711917119
source-map "^0.6.1"
1712017120
tmp "0.0.33"
17121-
twig-lexer "^0.7.0"
17121+
twig-lexer "^0.7.2"
1712217122
utf8-binary-cutter "^0.9.2"
1712317123

1712417124
type-check@~0.3.2:

0 commit comments

Comments
 (0)