Skip to content

Commit

Permalink
fix(packages): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and benjamincharity committed Feb 25, 2020
1 parent 750d85b commit 65fb7cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"@angular/router": "8.2.14",
"@terminus/design-tokens": "^1.0.2",
"@terminus/design-tokens": "1.0.2",
"@terminus/ngx-tools": "7.4.0",
"@terminus/ui": "15.8.3",
"date-fns": "2.9.0",
"ngx-perfect-scrollbar": "8.0.0",
"popper.js": "^1.16.0",
"popper.js": "1.16.0",
"text-mask-addons": "3.8.0",
"text-mask-core": "5.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@
dependencies:
defer-to-connect "^1.0.1"

"@terminus/design-tokens@^1.0.2":
"@terminus/design-tokens@1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@terminus/design-tokens/-/design-tokens-1.0.2.tgz#5d1c3133ed24055df5483cf7167820d76919a00a"
integrity sha512-abIUkmgbQDFvQnn2KZGW+EAGI8Hprb8jsxTRaNf7qGaNIELdzlpCd0mWy/FkPY0DNzOM3mXJFW0bpp/FNebusQ==
Expand Down Expand Up @@ -12655,7 +12655,7 @@ polylabel@^1.0.2:
dependencies:
tinyqueue "^1.1.0"

popper.js@^1.16.0:
popper.js@1.16.0:
version "1.16.0"
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.0.tgz#2e1816bcbbaa518ea6c2e15a466f4cb9c6e2fbb3"
integrity sha512-+G+EkOPoE5S/zChTpmBSSDYmhXJ5PsW8eMhH8cP/CQHMFPBG/kC9Y5IIw6qNYgdJ+/COf0ddY2li28iHaZRSjw==
Expand Down

0 comments on commit 65fb7cf

Please sign in to comment.