Skip to content

Commit

Permalink
Merge pull request pattern-lab#1206 from pattern-lab/feature/twing
Browse files Browse the repository at this point in the history
chore(build): update Twing dependency
  • Loading branch information
bmuenzenmeyer authored May 24, 2020
2 parents 44cb7ed + e3d5b30 commit 0711850
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/development-edition-engine-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"postbootstrap": "patternlab install --starterkits @pattern-lab/starterkit-twig-demo",
"pl:build": "patternlab build --config ./patternlab-config.json",
"pl:debug": "node --inspect-brk=24984 node_modules/.bin/patternlab build --config ./patternlab-config.json",
"pl:help": "patternlab --help",
"pl:install": "patternlab install --config ./patternlab-config.json",
"pl:serve": "patternlab serve --config ./patternlab-config.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/engine_twig.js",
"dependencies": {
"fs-extra": "0.30.0",
"twing": "4.0.6"
"twing": "^5.0.1"
},
"keywords": [
"Pattern Lab",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17524,10 +17524,10 @@ twig-lexer@^0.7.2:
dependencies:
"@types/node" "^12.0.8"

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

0 comments on commit 0711850

Please sign in to comment.