Skip to content

Commit

Permalink
fix: added deepmerge as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Erslev Milfred committed Mar 7, 2023
1 parent 4436dab commit 80cccdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@limbo-works/theme-configuration",
"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"main": "./nuxt.config.js",
"scripts": {
"dev": "nuxi prepare & nuxi dev .playground",
Expand All @@ -16,5 +16,8 @@
"eslint": "^8.28.0",
"nuxt": "^3.0.0",
"typescript": "^4.9.3"
},
"dependencies": {
"deepmerge": "^4.3.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2256,7 +2256,7 @@ deep-is@^0.1.3:
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==

deepmerge@^4.2.2:
deepmerge@^4.2.2, deepmerge@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.0.tgz#65491893ec47756d44719ae520e0e2609233b59b"
integrity sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==
Expand Down

0 comments on commit 80cccdc

Please sign in to comment.