Skip to content

Commit

Permalink
Update soon-to-be-deprecated bower/component files with lodash 4.17 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ifandelse committed Jul 30, 2021
1 parent d9c477d commit 98bba32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lib/postal.js"
],
"dependencies": {
"lodash": "^4.12"
"lodash": "^4.17"
},
"devDependencies": {
"jquery": "~1.10.2",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"envelope"
],
"dependencies": {
"component/lodash": "^4.12"
"component/lodash": "^4.17"
},
"scripts": ["lib/postal.min.js", "lib/postal.js"],
"license": "MIT"
Expand Down

1 comment on commit 98bba32

@houseofyin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't suppose you plan to merge and release a version that uses lodash 4.x?

Please sign in to comment.