Skip to content

Commit

Permalink
fix(core): wrong object-hash package import path
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Apr 26, 2024
1 parent 092f5f2 commit 979eef7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,5 @@
},
"workspaces": [
"packages/*"
],
"dependencies": {
"object-hash": "^3.0.0"
}
]
}
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
],
"dependencies": {
"@mj-studio/js-util": "1.0.34",
"invariant": "^2.2.4"
"invariant": "^2.2.4",
"object-hash": "^3.0.0"
},
"bin": {
"generate-theme-type": "./bin/theme-gen.js"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3364,6 +3364,7 @@ __metadata:
"@types/react": "npm:^18.2.65"
"@types/react-test-renderer": "npm:^18"
invariant: "npm:^2.2.4"
object-hash: "npm:^3.0.0"
prettier: "npm:^3.2.5"
react: "npm:*"
react-native: "npm:^0.73.6"
Expand Down Expand Up @@ -3392,7 +3393,6 @@ __metadata:
husky: "npm:^9.0.11"
jest: "npm:^29.7.0"
lerna: "npm:^8.1.2"
object-hash: "npm:^3.0.0"
prettier: "npm:^3.2.5"
react-native: "npm:^0.73.6"
ts-jest: "npm:^29.1.2"
Expand Down

0 comments on commit 979eef7

Please sign in to comment.