Skip to content

Commit

Permalink
Merge pull request #43 from guillaumebriday/feature/throttle
Browse files Browse the repository at this point in the history
Adding missing dependencies
  • Loading branch information
guillaumebriday authored May 27, 2020
2 parents d897d49 + bf75b70 commit a34207b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"dependencies": {
"core-js": "^3.4.0",
"highlight.js": "^9.16.2",
"lodash.throttle": "^4.1.1",
"vue": "^2.6.10"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4987,6 +4987,11 @@ lodash.memoize@^4.1.2:
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=

lodash.throttle@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=

lodash.transform@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/lodash.transform/-/lodash.transform-4.6.0.tgz#12306422f63324aed8483d3f38332b5f670547a0"
Expand Down

0 comments on commit a34207b

Please # to comment.