Skip to content

Commit

Permalink
chore(metadata, extarct-features): fix monorepo deps version (#130)
Browse files Browse the repository at this point in the history
* chore(metadata, extarct-features): add workspace deps links

* docs: changeset
  • Loading branch information
Aidosmf authored Dec 18, 2024
1 parent db7d515 commit 54163ec
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 74 deletions.
6 changes: 6 additions & 0 deletions .changeset/wicked-beds-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@lottiefiles/relottie-extract-features': patch
'@lottiefiles/relottie-metadata': patch
---

chore(deps): fix lottiefiles/last version to a fixed version using workspace
8 changes: 4 additions & 4 deletions packages/relottie-extract-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@lottiefiles/last": "*",
"@lottiefiles/last": "workspace:*",
"unist-util-visit-parents": "6.0.1"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@lottie-animation-community/lottie-types": "1.2.0",
"@lottiefiles/jest-config": "1.0.0",
"@lottiefiles/last-builder": "*",
"@lottiefiles/relottie-parse": "*",
"@lottiefiles/relottie-stringify": "*",
"@lottiefiles/last-builder": "workspace:*",
"@lottiefiles/relottie-parse": "workspace:*",
"@lottiefiles/relottie-stringify": "workspace:*",
"@types/jest": "29.5.8",
"@types/jest-specific-snapshot": "0.5.6",
"@types/node": "18.18.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/relottie-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@lottiefiles/last": "*",
"@lottiefiles/last": "workspace:*",
"filesize": "^10.1.1",
"unist-util-visit": "4.1.2"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@lottiefiles/jest-config": "1.0.0",
"@lottiefiles/relottie-parse": "*",
"@lottiefiles/relottie-stringify": "*",
"@lottiefiles/relottie-parse": "workspace:*",
"@lottiefiles/relottie-stringify": "workspace:*",
"@types/jest": "29.5.8",
"@types/jest-specific-snapshot": "0.5.6",
"@types/node": "18.18.9",
Expand Down
94 changes: 27 additions & 67 deletions pnpm-lock.yaml

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

0 comments on commit 54163ec

Please sign in to comment.