Skip to content

Commit

Permalink
Merge pull request #97 from mj-studio-library/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
mym0404 authored Apr 26, 2024
2 parents 653b5cc + 979eef7 commit 7dc2baa
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 7dc2baa

Please sign in to comment.