Skip to content

Commit 0711850

Browse files
Merge pull request #1206 from pattern-lab/feature/twing
chore(build): update Twing dependency
2 parents 44cb7ed + e3d5b30 commit 0711850

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

packages/development-edition-engine-twig/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"postbootstrap": "patternlab install --starterkits @pattern-lab/starterkit-twig-demo",
88
"pl:build": "patternlab build --config ./patternlab-config.json",
9+
"pl:debug": "node --inspect-brk=24984 node_modules/.bin/patternlab build --config ./patternlab-config.json",
910
"pl:help": "patternlab --help",
1011
"pl:install": "patternlab install --config ./patternlab-config.json",
1112
"pl:serve": "patternlab serve --config ./patternlab-config.json",

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.6"
8+
"twing": "^5.0.1"
99
},
1010
"keywords": [
1111
"Pattern Lab",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17524,10 +17524,10 @@ twig-lexer@^0.7.2:
1752417524
dependencies:
1752517525
"@types/node" "^12.0.8"
1752617526

17527-
twing@4.0.6:
17528-
version "4.0.6"
17529-
resolved "https://registry.yarnpkg.com/twing/-/twing-4.0.6.tgz#2dd7e9a514b4bb2a67bdaf585895c35f84fdb086"
17530-
integrity sha512-aAmMYXAUuNdOebbRlUq2L1PN5Lg9ceZMvVq46xvX6EkSFFiAIqNEaHTHDFchIb+nucFubr89Hs4s90LWlc2Cmw==
17527+
twing@^5.0.1:
17528+
version "5.0.1"
17529+
resolved "https://registry.yarnpkg.com/twing/-/twing-5.0.1.tgz#8bedac6c0f2afce87608f6a8fe2327207da40727"
17530+
integrity sha512-oaeOQ8IrJKrxRtC6z+26XqD0B7Wal+52qOvsaJGLIDnvmqlzPT1a9GH4xMOEw40d2EZ6nWUXhYwaroJ4JAQF2w==
1753117531
dependencies:
1753217532
"@types/luxon" "^1.4.0"
1753317533
camelcase "^4.1.0"

0 commit comments

Comments
 (0)