Skip to content

Commit

Permalink
fix: move lodash.merge to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Mar 25, 2021
1 parent 4d90128 commit b3f3f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"is-https": "^3.0.0",
"js-cookie": "^2.2.1",
"klona": "^2.0.4",
"lodash.merge": "^4.6.2",
"ufo": "^0.6.7",
"vue-i18n": "^8.23.0"
},
Expand Down Expand Up @@ -128,7 +129,6 @@
"jest": "26.6.3",
"jest-dev-server": "4.4.0",
"jsdom": "16.4.0",
"lodash.merge": "4.6.2",
"messageformat": "2.3.0",
"nuxt": "2.15.2",
"playwright-chromium": "1.9.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8115,7 +8115,7 @@ 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.merge@4.6.2:
lodash.merge@^4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
Expand Down

0 comments on commit b3f3f43

Please sign in to comment.