Skip to content

Commit

Permalink
Merge pull request #80 from comicrelief/experiment_pl_loose_versioing
Browse files Browse the repository at this point in the history
feat: experiment, loose PL versioning
  • Loading branch information
koalamango authored Oct 30, 2017
2 parents a01fe7e + 6749113 commit c4797c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React components to build the Comic Relief front-end experience",
"version": "0.0.0-see.readme.for.releases",
"dependencies": {
"@comicrelief/pattern-lab": "7",
"@comicrelief/pattern-lab": "*",
"@storybook/addon-info": "3",
"@storybook/addon-knobs": "3",
"@storybook/react": "3",
Expand Down
16 changes: 10 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@comicrelief/pattern-lab@7":
version "7.8.1"
resolved "https://registry.yarnpkg.com/@comicrelief/pattern-lab/-/pattern-lab-7.8.1.tgz#1531d221ed7f73f211f02ac6eb22e69155eab322"
"@comicrelief/pattern-lab@*":
version "7.8.2"
resolved "https://registry.yarnpkg.com/@comicrelief/pattern-lab/-/pattern-lab-7.8.2.tgz#c0f03e6af6c7efec7d3bff99ec1d7b8885e2407c"
dependencies:
susy "^2.2.12"

Expand Down Expand Up @@ -4776,10 +4776,14 @@ ip@^1.1.0, ip@^1.1.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"

ipaddr.js@1.5.2, ipaddr.js@^1.5.2:
ipaddr.js@1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.5.2.tgz#d4b505bde9946987ccf0fc58d9010ff9607e3fa0"

ipaddr.js@^1.5.2:
version "1.5.4"
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.5.4.tgz#962263d9d26132956fc5c630b638a30d3cdffc14"

is-absolute-url@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6"
Expand Down Expand Up @@ -9689,8 +9693,8 @@ wordwrap@~1.0.0:
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"

worker-farm@^1.3.1:
version "1.5.0"
resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.5.0.tgz#adfdf0cd40581465ed0a1f648f9735722afd5c8d"
version "1.5.1"
resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.5.1.tgz#8e9f4a7da4f3c595aa600903051b969390423fa1"
dependencies:
errno "^0.1.4"
xtend "^4.0.1"
Expand Down

0 comments on commit c4797c9

Please sign in to comment.