Skip to content

Commit

Permalink
fix: added ts-deepmerge to dependencies to fix entrypoint (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala authored Jan 26, 2024
1 parent 7bb4012 commit 10412c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions packages/@dcl/inspector/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/@dcl/inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@dcl/inspector",
"version": "0.1.0",
"dependencies": {
"@dcl/asset-packs": "^1.8.0"
"@dcl/asset-packs": "^1.8.0",
"ts-deepmerge": "^7.0.0"
},
"devDependencies": {
"@babylonjs/core": "^6.18.0",
Expand Down Expand Up @@ -50,7 +51,6 @@
"react-resizable-panels": "^0.0.48",
"redux-saga": "^1.2.3",
"redux-saga-test-plan": "^4.0.6",
"ts-deepmerge": "^7.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"uuid": "^9.0.1"
Expand Down

0 comments on commit 10412c8

Please sign in to comment.