Skip to content

Commit bdc1f1f

Browse files
authored
fix: migrate set to lodash.set package (#684)
* fix: migrate set to dset package * update type package
1 parent 9098f59 commit bdc1f1f

File tree

3 files changed

+3734
-4513
lines changed

3 files changed

+3734
-4513
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,5 +280,9 @@
280280
"*.{md,json,yml}": [
281281
"prettier --write"
282282
]
283+
},
284+
"dependencies": {
285+
"@types/lodash.set": "^4.3.9",
286+
"lodash.set": "^4.3.2"
283287
}
284288
}

0 commit comments

Comments
 (0)